Don't need all that

This commit is contained in:
XANTRONIX 2023-11-26 01:03:41 -05:00
parent 402fbe32bd
commit 3758199423

View file

@ -238,11 +238,6 @@ module top_case(with_keyboard=false, as_flat=false) {
} }
module flat() { module flat() {
translate([case_length_bottom, 0, 0])
rotate([0, 0, 90])
intersection() {
square([200, 200], false);
union() {
square([wall_width, case_length_bottom], false); square([wall_width, case_length_bottom], false);
square([case_width_bottom, wall_width], false); square([case_width_bottom, wall_width], false);
@ -264,8 +259,6 @@ module top_case(with_keyboard=false, as_flat=false) {
} }
} }
} }
}
}
if (as_flat) { if (as_flat) {
flat(); flat();