Compare commits
2 Commits
8b3772e561
...
12beefee0c
Author | SHA1 | Date | |
---|---|---|---|
12beefee0c | |||
fc005e5c1a |
@ -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