chiark / gitweb /
filamenttrestle colourful demo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 18 Oct 2012 00:25:26 +0000 (01:25 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 18 Oct 2012 00:25:26 +0000 (01:25 +0100)
filamenttrestle.scad

index 7270ca6721a45b96c32124f113d92c06a8598cb6..e8417b0bed4c0389c97a79ea1fdc68b0d6cfeb44 100644 (file)
@@ -249,13 +249,19 @@ module DemoSpool(){
 }
 
 module Demo(){
-  Bar();
+  color("blue") Bar();
   for (mir=[0,1]) {
     mirror([mir,0,0]) {
-      translate([spoolbarlen/2,0,0]) rotate([90,0,90]) Trestle();
-      translate([spoolwidth/2 + hubbasethick + spoolinnerslop/4, 0, barz])
+      color("red") translate([spoolbarlen/2,0,0])
+       rotate([90,0,90]) Trestle();
+      color("orange")
+       translate([spoolwidth/2 + hubbasethick + spoolinnerslop*2/3, 0, barz])
        rotate([0,90,0]) AxleWasher();
-      translate([axlepin_x, 0, barz]) rotate([90,0,90]) FtAxlePin();
+      color("orange") translate([axlepin_x, 0, barz])
+       rotate([90,0,90]) FtAxlePin();
+      color("cyan")
+       translate([spoolwidth/2 + hubbasethick + spoolinnerslop*1/3, 0, barz])
+       rotate([0,-90,0]) HubEnd();
     }
   }
   %translate([0,0,barz]) DemoSpool();