Skip to content

Commit

Permalink
Fix case.
Browse files Browse the repository at this point in the history
  • Loading branch information
joewing committed Apr 5, 2021
1 parent 9c30aa5 commit 6b21555
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions scad/case2.scad
Original file line number Diff line number Diff line change
Expand Up @@ -117,20 +117,6 @@ module interlock() {

module front_half() {
translate([0, -0, 0]) {
translate([0, 10, case_depth]) {
difference() {
cube([case_width, midpoint - 10, wall_width]);
translate([case_width, midpoint - 10 + board_overlap, 0]) rotate([0, -45, 180]) {
translate([0, 0, -10 - wall_width + tol]) cube([case_width, midpoint - 10, 10]);
}
translate([0, midpoint - 10 + board_overlap, 0]) rotate([0, -135, 180]) {
translate([0, 0, wall_width - tol]) cube([case_width, midpoint - 10, 10]);
}
translate([wall_width * 2, 0, 0]) {
cube([case_width - wall_width * 4, midpoint - 10, wall_width]);
}
}
}
intersection() {
full_case();
union() {
Expand Down

0 comments on commit 6b21555

Please sign in to comment.