diff --git a/box.scad b/box.scad index 61a8a46..fd9d36f 100644 --- a/box.scad +++ b/box.scad @@ -345,6 +345,4 @@ if (PART == "hinge") { r = $t *90; hinge(theta=r); } -//down(BOX_Y/2 + 40)color("red") cube([BOX_X-22, BOX_Y, 1], center=true); -//down(BOX_Y/2 + 0*40)color("blue") cube([BOX_X, BOX_Y/2, 1], center=true);