Skip to content

Commit

Permalink
not by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Jan 31, 2025
1 parent 75af519 commit cb45719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cases/hello.scad
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ usb_cutout = false;
// Hanging hole
hanging_hole = true;
// Vertical spacers holding up the frame
case_center_support_vertical = true;
case_center_support_vertical = false;
// Horizontal spacers holding up the frame
case_center_support_horizontal = true;
case_center_support_horizontal = false;
// Peek into the case (for debugging)
cross_section_percentage = 0; // [0:100]

0 comments on commit cb45719

Please sign in to comment.