Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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