Skip to content

Commit 9a57925

Browse files
committed
add a comment that is all that survived some experimentation
1 parent 5242733 commit 9a57925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components.scad

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ module top_plate_with_raised_overhang() {
276276
module frame_box() {
277277
difference() {
278278
roundedcube([frame_x, frame_y, frame_z], center=true, radius=3);
279+
// cut out the middle to make it a box
279280
cube([top_plate_x-(panel_support_width*2), top_plate_y-(panel_support_width*2), frame_z+5], center=true);
280281
}
281282
}

0 commit comments

Comments
 (0)