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:
parent
d3940c4109
commit
dac1073aa0
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user