author | Michael Krelin <hacker@klever.net> | 2017-02-04 18:00:01 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2017-02-04 18:00:01 (UTC) |
commit | 25836f14f59bdeb216a6fb189b6c4720db518c0d (patch) (unidiff) | |
tree | 7851f58079da0f0d8a893fee1f7c0a47d51cf569 /another-E0.scad | |
download | extrudery-25836f14f59bdeb216a6fb189b6c4720db518c0d.zip extrudery-25836f14f59bdeb216a6fb189b6c4720db518c0d.tar.gz extrudery-25836f14f59bdeb216a6fb189b6c4720db518c0d.tar.bz2 |
Initial
-rw-r--r-- | another-E0.scad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/another-E0.scad b/another-E0.scad new file mode 100644 index 0000000..2f639b9 --- a/dev/null +++ b/another-E0.scad | |||
@@ -0,0 +1,13 @@ | |||
1 | use <another.scad>; | ||
2 | |||
3 | what="body"; | ||
4 | vitamins=false; | ||
5 | |||
6 | rotate([180,0,0]) | ||
7 | the_extruder(what=what, vitamins=vitamins, | ||
8 | |||
9 | left=true, | ||
10 | pulley_d=12.65, pulley_elevation=1, | ||
11 | teeth_elevation = 7.88, | ||
12 | bore_l = 20 | ||
13 | ); | ||