the overhang plates don't need the sunken tray

Signed-off-by: Brian S. Stephan <bss@incorporeal.org
This commit is contained in:
Brian S. Stephan 2024-02-06 18:12:54 -06:00
parent 543e31aec7
commit 02993ab6a6
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -7,10 +7,7 @@ include <parameters.scad>
include <components.scad>
module bottom_panel_solo() {
difference() {
bottom_plate_with_overhang();
translate([0, 0, top_plate_z/2]) cube([top_plate_x-40, top_plate_y-40, top_plate_z], center=true);
}
bottom_plate_with_overhang();
}
bottom_panel_solo();