From 2af970dcbbe78d7e07669cbd7f80efb5e25204d7 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 6 Feb 2024 18:12:54 -0600 Subject: [PATCH] the overhang plates don't need the sunken tray --- src/bottom-panel-solo.scad | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/bottom-panel-solo.scad b/src/bottom-panel-solo.scad index ea5a332..f3de7ba 100644 --- a/src/bottom-panel-solo.scad +++ b/src/bottom-panel-solo.scad @@ -7,10 +7,7 @@ include include 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();