chiark / gitweb /
filamentspool wip axlewasher, seems ok on screen
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Sep 2012 17:10:42 +0000 (18:10 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Sep 2012 17:10:42 +0000 (18:10 +0100)
filamentspool.scad

index 4cd3b67f575ff876387d33731f59de4c1a79e497..2ffc0435571b128f948e54f865b38db1bda213f7 100644 (file)
@@ -58,7 +58,7 @@ towerclipcount = 3;
 towerpillarw = 5;
 
 washerthick = 1.2;
-washerrad = hubaxlerad + 10;
+washerrad = hubaxlerad + 7.5;
 
 ratchetpawl=ratchetstep-ratchettooth-bigslop*2;
 
@@ -288,9 +288,17 @@ module Axle(){ ////toplevel
   }
 }
 
+module AxleWasher(){ ////toplevel
+  difference(){
+    cylinder(h=washerthick, r=washerrad);
+    translate([0,0,-1]) cylinder(h=washerthick+2, r=hubaxlerad+slop);
+  }
+}
+
 //ArmEnd();
 //FilamentCup();
 //CupSecuringClip();
 //Hub();
 //ArmExtender();
-Axle();
+//Axle();
+AxleWasher();