un-inset the bottom panels, the bottom is now flush
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
dd3d77ae90
commit
b7af797349
@ -8,7 +8,7 @@ include <components.scad>
|
||||
|
||||
module bottom_panel_solo() {
|
||||
difference() {
|
||||
rotate([180, 0, 0]) base_panel_with_raised_overhang();
|
||||
overhang_plate();
|
||||
rotate([180, 0, 0]) panel_holes();
|
||||
}
|
||||
}
|
||||
|
@ -6,8 +6,4 @@
|
||||
include <parameters.scad>
|
||||
include <components.scad>
|
||||
|
||||
module inset_bottom_panel() {
|
||||
mirror([0, 0, 1]) bottom_panel();
|
||||
}
|
||||
|
||||
inset_bottom_panel();
|
||||
bottom_panel();
|
Loading…
Reference in New Issue
Block a user