Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ednisley/044fce4d37a6f29f7786c45ca4620a18 to your computer and use it in GitHub Desktop.
Save ednisley/044fce4d37a6f29f7786c45ca4620a18 to your computer and use it in GitHub Desktop.
OpenSCAD source code: Flashlight mount shape
translate([-BracketHoleOC,0,0])
PlateBlank();
translate([Shift,0,ClampOD/2])
rotate([-Roll,ToeIn,Tilt])
intersection() {
translate([0,0,-ClampOD/2])
cube([2*ClampOD,2*ClampOD,ClampOD],center=true);
BallClamp();
}
@ednisley
Copy link
Author

More details on my blog at http://wp.me/poZKh-6Vt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment