chiark / gitweb /
Revert "filamentspool hub remove from test"
[reprap-play.git] / filamentspool.scad
index 06115c71b5d17fdea5f1bdfdbc58ef12a674e897..4c930fddb2d2b203084111a7449923fa97dad396 100644 (file)
@@ -191,7 +191,7 @@ module Hub(){
     translate([0,0,-1])
       cylinder($fn=30, h=hublthick+2, r=(hubbigrad-hublwidth));
   }
-  axlerad = hubaxlerad + bigslop;
+  axlerad = hubaxlerad + slop;
   difference(){
     cylinder(h=hubaxlelen, r=axlerad+hublwidth);
     translate([0,0,-1]) cylinder($fn=60, h=hubaxlelen+2, r=axlerad);