We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75af519 commit cb45719Copy full SHA for cb45719
cases/hello.scad
@@ -41,8 +41,8 @@ usb_cutout = false;
41
// Hanging hole
42
hanging_hole = true;
43
// Vertical spacers holding up the frame
44
-case_center_support_vertical = true;
+case_center_support_vertical = false;
45
// Horizontal spacers holding up the frame
46
-case_center_support_horizontal = true;
+case_center_support_horizontal = false;
47
// Peek into the case (for debugging)
48
cross_section_percentage = 0; // [0:100]
0 commit comments