Don't need all that
This commit is contained in:
parent
402fbe32bd
commit
3758199423
1 changed files with 13 additions and 20 deletions
|
@ -238,11 +238,6 @@ module top_case(with_keyboard=false, as_flat=false) {
|
|||
}
|
||||
|
||||
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([case_width_bottom, wall_width], false);
|
||||
|
||||
|
@ -264,8 +259,6 @@ module top_case(with_keyboard=false, as_flat=false) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (as_flat) {
|
||||
flat();
|
||||
|
|
Loading…
Add table
Reference in a new issue