add a comment that is all that survived some experimentation

This commit is contained in:
Brian S. Stephan 2023-11-16 16:48:05 -06:00
parent 524273369b
commit 9a5792580c
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}