Carriage belonged to the mcopy project, was misplaced here

This commit is contained in:
mmcwilliams 2017-12-30 00:00:55 -05:00
parent 17ad081607
commit 60cdbcdf25
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
THREADED_R = 12 / 2;
ROD_R = 13 / 2;
module threaded_rod () {
$fn = 60;
length = 30 * 10;
cylinder(r = THREADED_R, h = length, center = true);
}
translate([45, 0, 0]) rotate([90, 0, 0]) threaded_rod();