Compare commits

..

No commits in common. "a8ca6bafa916e09d5523ed7fa67e624e02816345" and "12273649f51bdd9c959e0be197d4626827a4cb0e" have entirely different histories.

View File

@ -214,7 +214,7 @@ module topplate_with_raised_overhang() {
module frame_box() {
difference() {
roundedcube([frame_x, frame_y, frame_z], center=true, radius=3);
cube([top_plate_x-(panel_support_width*2), top_plate_y-(panel_support_width*2), frame_z+5], center=true);
cube([frame_x-(panel_support_width*2), frame_y-(panel_support_width*2), frame_z+5], center=true);
}
}