fixed regression in standoff supports and more model cahnges to support auto mask generation
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user