summaryrefslogtreecommitdiff
path: root/another-E0.scad
blob: 2f639b9e381f080b2f285133fa74dfaa4b2e78d8 (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=true,
 pulley_d=12.65, pulley_elevation=1,
 teeth_elevation = 7.88,
 bore_l = 20
);