summaryrefslogtreecommitdiff
path: root/another-E1.scad
authorMichael Krelin <hacker@klever.net>2017-02-04 18:00:01 (UTC)
committer Michael Krelin <hacker@klever.net>2017-02-04 18:00:01 (UTC)
commit25836f14f59bdeb216a6fb189b6c4720db518c0d (patch) (side-by-side diff)
tree7851f58079da0f0d8a893fee1f7c0a47d51cf569 /another-E1.scad
downloadextrudery-25836f14f59bdeb216a6fb189b6c4720db518c0d.zip
extrudery-25836f14f59bdeb216a6fb189b6c4720db518c0d.tar.gz
extrudery-25836f14f59bdeb216a6fb189b6c4720db518c0d.tar.bz2
Initial
Diffstat (limited to 'another-E1.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--another-E1.scad13
1 files changed, 13 insertions, 0 deletions
diff --git a/another-E1.scad b/another-E1.scad
new file mode 100644
index 0000000..bbd42f0
--- a/dev/null
+++ b/another-E1.scad
@@ -0,0 +1,13 @@
+use <another.scad>;
+
+what="body";
+vitamins=false;
+
+rotate([180,0,0])
+the_extruder(what=what, vitamins=vitamins,
+
+ left=false,
+ pulley_d=11.5, pulley_elevation=1,
+ teeth_elevation=7.5,
+ bore_l=17.6
+);