author | Michael Krelin <hacker@klever.net> | 2017-09-29 19:50:19 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2017-09-29 19:50:19 (UTC) |
commit | 5fd084ff25e06035397469a32153ba758e4fda8f (patch) (unidiff) | |
tree | bcd89afccc498a9d4a59bdf7c4f0bee24ad638a2 /another-D1.scad | |
parent | 461e05f32eacaffd4508abf2943fcad8d0c7d00d (diff) | |
download | extrudery-5fd084ff25e06035397469a32153ba758e4fda8f.zip extrudery-5fd084ff25e06035397469a32153ba758e4fda8f.tar.gz extrudery-5fd084ff25e06035397469a32153ba758e4fda8f.tar.bz2 |
yet another geared extruder
-rw-r--r-- | another-D1.scad | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/another-D1.scad b/another-D1.scad new file mode 100644 index 0000000..5267e69 --- a/dev/null +++ b/another-D1.scad | |||
@@ -0,0 +1,19 @@ | |||
1 | use <another.scad>; | ||
2 | |||
3 | what="*"; | ||
4 | vitamins=false; | ||
5 | |||
6 | rotate([180,0,0]) | ||
7 | the_extruder(what=what, vitamins=vitamins, | ||
8 | |||
9 | left=true, | ||
10 | pulley_d=12, pulley_elevation=2, | ||
11 | teeth_elevation = 7.5, | ||
12 | bore_l = 17, | ||
13 | mounthole_depth = 10, | ||
14 | idler_d = 10, idler_h = 4, idler_id =3, | ||
15 | knob_bore_l = 8, | ||
16 | spring_lc = 8, | ||
17 | |||
18 | knob_bore_d_tolerance=.8 | ||
19 | ); | ||