use the larger concaveness from the overhang panel

This commit is contained in:
Brian S. Stephan 2023-08-29 10:54:26 -05:00
parent 1db6577f75
commit 16d3feadc1
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -21,7 +21,7 @@ include <components.scad>
module bottom_panel() {
difference() {
mirror([0, 0, 1]) topplate();
translate([0, 0, top_plate_z/2]) cube([top_plate_x*2/3, top_plate_y*2/3, top_plate_z], center=true);
translate([0, 0, top_plate_z/2]) cube([top_plate_x*5/6, top_plate_y*5/6, top_plate_z], center=true);
}
}