turn off Union overlapping volumes when Surface mode is Surface only

This commit is contained in:
Tim Kuipers 2019-10-16 12:51:05 +02:00
parent 86ff7443cf
commit 1b383736ab

View file

@ -5762,6 +5762,7 @@
"description": "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear.",
"type": "bool",
"default_value": true,
"value": "magic_mesh_surface_mode != 'surface'",
"settable_per_mesh": true
},
"meshfix_union_all_remove_holes":