Carriage belonged to the mcopy project, was misplaced here
This commit is contained in:
parent
17ad081607
commit
60cdbcdf25
|
@ -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();
|
Loading…
Reference in New Issue