fixed regression in standoff supports and more model cahnges to support auto mask generation

This commit is contained in:
Edward Kisiel
2024-03-21 12:30:35 -04:00
parent 0fb0f4daef
commit f71bc2e2d0
9 changed files with 1562 additions and 811 deletions

View File

@@ -1139,7 +1139,7 @@ module boom_speaker(mask) {
$fn = 90;
if(enablemask == true) {
#translate([0,0,-msetback]) cylinder(d=27, h=mlength);
translate([0,0,-msetback]) cylinder(d=27, h=mlength);
}
if(enablemask == false) {
difference() {