OpenSCAD source code: Flashlight mount shape
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More details on my blog at http://wp.me/poZKh-6Vt