Created
August 19, 2015 02:24
-
-
Save feuerrot/5cea5310d565372b0725 to your computer and use it in GitHub Desktop.
openscadfile for a trackpointclone for the rad1o
This file contains hidden or 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
$fn=200; // hurr. durr. | |
difference(){ | |
intersection(){ | |
cylinder(h=10,r1=2, r2=4); | |
translate([0,0,0]) sphere(r=6); | |
} | |
translate([-1,-1,0]) cube([2,2,2.5]); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment