more custom case conversion to use auto-mask

This commit is contained in:
Edward Kisiel
2024-03-21 17:16:07 -04:00
parent f71bc2e2d0
commit 8a0e9f17a0
7 changed files with 1467 additions and 615 deletions

View File

@@ -56,7 +56,7 @@ module access_port(size, orientation, mask) {
translate([0,0,floorthick+adj-mlength+msetback]) cube([size_x, size_y, mlength]);
}
if(orientation == "landscape") {
translate([0, -1, floorthick+adj-mlength+msetback]) cube([size_x, size_y, mlength]);
translate([0, -1, floorthick+adj-mlength+msetback]) cube([size_x-1, size_y, mlength]);
}
}
if(enablemask == false) {