Skip to content

Commit cb45719

Browse files
committed
not by default
1 parent 75af519 commit cb45719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cases/hello.scad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ usb_cutout = false;
4141
// Hanging hole
4242
hanging_hole = true;
4343
// Vertical spacers holding up the frame
44-
case_center_support_vertical = true;
44+
case_center_support_vertical = false;
4545
// Horizontal spacers holding up the frame
46-
case_center_support_horizontal = true;
46+
case_center_support_horizontal = false;
4747
// Peek into the case (for debugging)
4848
cross_section_percentage = 0; // [0:100]

0 commit comments

Comments
 (0)