From be23c7a69a327e7c41c34b3b62f931c923c41c2a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 14 Dec 2015 13:53:31 +0000 Subject: [PATCH] filamentspool: 3mm: Cup whitespace change (nfc) --- filamentspool.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filamentspool.scad b/filamentspool.scad index f021f5c..34a97ac 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -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]); } } -- 2.30.2