chiark / gitweb /
filamentspool: 3mm: Cup whitespace change (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 14 Dec 2015 13:53:31 +0000 (13:53 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 14 Dec 2015 13:53:31 +0000 (13:53 +0000)
filamentspool.scad

index f021f5c0c0fd7c2c64cd27f9f7b98a4d1189ce6f..34a97acfd9c1b508414bd06c1876f275754f7f65 100644 (file)
@@ -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]);
   }
 }