Compare commits

..

No commits in common. "12beefee0c6e8f9407f985008c3d8e20e2f3f2b7" and "8b3772e561a08df3874e5ab87565f89cbfc84a8d" have entirely different histories.

17 changed files with 8 additions and 4 deletions

View File

@ -7,10 +7,7 @@ include <parameters.scad>
include <components.scad> include <components.scad>
module bottom_panel_solo() { module bottom_panel_solo() {
difference() { bottom_plate_with_overhang();
rotate([180, 0, 0]) base_top_plate_with_raised_overhang();
rotate([180, 0, 0]) top_plate_holes();
}
} }
bottom_panel_solo(); bottom_panel_solo();

View File

@ -191,6 +191,13 @@ module base_top_plate_with_raised_overhang() {
overhang_plate(); 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() { module top_plate_with_raised_overhang() {
difference() { difference() {
base_top_plate_with_raised_overhang(); base_top_plate_with_raised_overhang();