chiark / gitweb /
filamentspool: 3mm: Reduce prongwidth again, now we have backing spar
[reprap-play.git] / filamentspool.scad
index f021f5c0c0fd7c2c64cd27f9f7b98a4d1189ce6f..9f882e10dfe5b36630fca70c428629a61741aa9e 100644 (file)
@@ -23,7 +23,7 @@ axleaxlefudgebend = 3;
 axlepadlen = 1.0;
 
 prongthick=selsz(5,7);
-prongwidth=selsz(5,7);
+prongwidth=selsz(5,5);
 ratchetstep=15;
 ratchettooth=3;
 ratchettoothheight=5;
@@ -163,7 +163,7 @@ module FilamentCupHandle(){
 
 module FilamentCupCup(){
   for (my=[0,1]) mirror([0,my,0]) {
-    translate([0,cupwidth/2,0])
+    translate([0, cupwidth/2, 0])
       cube([cupheight + prongwidth, prongwidth, prongthick]);
   }
 }