From 8e063e2ccacb76980e219294aa5a53f65b0b35fb Mon Sep 17 00:00:00 2001 From: Stephen J Carpenter Date: Sun, 7 Apr 2024 17:17:55 -0400 Subject: [PATCH] Removed dead code --- box.scad | 2 -- 1 file changed, 2 deletions(-) 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);