Skip to content

Instantly share code, notes, and snippets.

@abfo
Created April 19, 2023 01:31
Show Gist options
  • Save abfo/eeb9122460800c4cd3a46952cd0fbfd9 to your computer and use it in GitHub Desktop.
Save abfo/eeb9122460800c4cd3a46952cd0fbfd9 to your computer and use it in GitHub Desktop.
OpenSCAD script for a Google Nest Cam Indoor Wired Gen 2 window mount.
difference() {
cube(size=[90, 120, 50]);
translate([45, 50, 0]) {
rotate(a=-25, v=[1,0,0]) {
translate([0, 0, -40]) {
cylinder(h=120, d=66);
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment