summaryrefslogtreecommitdiff
path: root/another-D1.scad
blob: 5267e697c4be9c3dfacfa24e26b18db42f25192a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
use <another.scad>;

what="*";
vitamins=false;

rotate([180,0,0])
the_extruder(what=what, vitamins=vitamins,

 left=true,
 pulley_d=12, pulley_elevation=2,
 teeth_elevation = 7.5,
 bore_l = 17,
 mounthole_depth = 10,
 idler_d = 10, idler_h = 4, idler_id =3,
 knob_bore_l = 8,
 spring_lc = 8,

 knob_bore_d_tolerance=.8
);