Skip to content

Instantly share code, notes, and snippets.

@feuerrot
Created August 19, 2015 02:24
Show Gist options
  • Save feuerrot/5cea5310d565372b0725 to your computer and use it in GitHub Desktop.
Save feuerrot/5cea5310d565372b0725 to your computer and use it in GitHub Desktop.
openscadfile for a trackpointclone for the rad1o
$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