blob: bbd42f0558a708c3e8711dc0c1f48d23c04533ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
use <another.scad>;
what="body";
vitamins=false;
rotate([180,0,0])
the_extruder(what=what, vitamins=vitamins,
left=false,
pulley_d=11.5, pulley_elevation=1,
teeth_elevation=7.5,
bore_l=17.6
);
|