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();