Removed dead code

This commit is contained in:
2024-04-07 17:17:55 -04:00
parent b8bfd1841b
commit 8e063e2cca

View File

@@ -345,6 +345,4 @@ if (PART == "hinge") {
r = $t *90; r = $t *90;
hinge(theta=r); 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);