restore the inset tray to the bottom overhang panel

yes I keep going back and forth on this, but I think I'm done now that I
have a better frame approach

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-03-03 14:03:31 -06:00
parent 4c224b8a60
commit 0708540ac7
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 1 additions and 1 deletions

View File

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