summaryrefslogtreecommitdiff
path: root/another-E0.scad
Unidiff
Diffstat (limited to 'another-E0.scad') (more/less context) (show whitespace changes)
-rw-r--r--another-E0.scad13
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 @@
1use <another.scad>;
2
3what="body";
4vitamins=false;
5
6rotate([180,0,0])
7the_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);