Compare commits

...

2 Commits

Author SHA1 Message Date
12beefee0c
rename overhang panel files for clarity and sorting 2024-02-06 19:14:24 -06:00
fc005e5c1a
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
2024-02-06 19:06:37 -06:00
17 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();