chiark / gitweb /
filamentspool: Provide a rather shonky demo
[reprap-play.git] / filamentspool.scad
index bb3c6783636661d37db2985b49785c1ec31e2f9d..b23fda8ea5927b25cc806bb19ce62fd7557b9280 100644 (file)
@@ -449,6 +449,12 @@ module FilamentCupPair(){ ////toplevel
     rotate([0,0,180]) FilamentCup();
 }
 
+module Demo(){
+  translate([-hubeffrad-30,50,0]) Hub();
+  ArmEnd();
+  translate([0,50,0]) FilamentCup();
+}
+
 //ArmEnd();
 //FilamentCup();
 //FilamentCupPair();