diff --git a/src/bottom-panel-solo.scad b/src/bottom-panel-solo.scad index f3de7ba..56096a5 100644 --- a/src/bottom-panel-solo.scad +++ b/src/bottom-panel-solo.scad @@ -7,7 +7,10 @@ include include module bottom_panel_solo() { - bottom_plate_with_overhang(); + difference() { + rotate([180, 0, 0]) base_top_plate_with_raised_overhang(); + rotate([180, 0, 0]) top_plate_holes(); + } } bottom_panel_solo(); diff --git a/src/components.scad b/src/components.scad index e0e65de..12e9d57 100644 --- a/src/components.scad +++ b/src/components.scad @@ -191,13 +191,6 @@ module base_top_plate_with_raised_overhang() { overhang_plate(); } -module bottom_plate_with_overhang() { - difference() { - rotate([180, 0, 0]) base_top_plate_with_raised_overhang(); - rotate([180, 0, 0]) top_plate_holes(); - } -} - module top_plate_with_raised_overhang() { difference() { base_top_plate_with_raised_overhang();