Skip to content

Commit

Permalink
add a comment that is all that survived some experimentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bsstephan committed Nov 16, 2023
1 parent 5242733 commit 9a57925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components.scad
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ module top_plate_with_raised_overhang() {
module frame_box() {
difference() {
roundedcube([frame_x, frame_y, frame_z], center=true, radius=3);
// cut out the middle to make it a box
cube([top_plate_x-(panel_support_width*2), top_plate_y-(panel_support_width*2), frame_z+5], center=true);
}
}
Expand Down

0 comments on commit 9a57925

Please sign in to comment.