un-inset the bottom panels, the bottom is now flush

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-02-19 10:41:59 -06:00
parent dd3d77ae90
commit b7af797349
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 2 additions and 6 deletions

View File

@ -8,7 +8,7 @@ include <components.scad>
module bottom_panel_solo() { module bottom_panel_solo() {
difference() { difference() {
rotate([180, 0, 0]) base_panel_with_raised_overhang(); overhang_plate();
rotate([180, 0, 0]) panel_holes(); rotate([180, 0, 0]) panel_holes();
} }
} }

View File

@ -6,8 +6,4 @@
include <parameters.scad> include <parameters.scad>
include <components.scad> include <components.scad>
module inset_bottom_panel() { bottom_panel();
mirror([0, 0, 1]) bottom_panel();
}
inset_bottom_panel();