move the bottom plate with overhang into the only part that uses it

also that component *is* the part so it's easier to just reuse the part

Signed-off-by: Brian S. Stephan <bss@incorporeal.org
This commit is contained in:
Brian S. Stephan 2024-02-06 19:06:37 -06:00
parent d3940c4109
commit dac1073aa0
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 4 additions and 8 deletions

View File

@ -7,7 +7,10 @@ include <parameters.scad>
include <components.scad>
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();

View File

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