Merge pull request #6541 from Ultimaker/default_union_off_for_surface_mode

turn off Union overlapping volumes when Surface mode is Surface only
This commit is contained in:
Remco Burema 2019-12-24 14:39:03 +01:00 committed by GitHub
commit 04125d4608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5860,6 +5860,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.", "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", "type": "bool",
"default_value": true, "default_value": true,
"value": "magic_mesh_surface_mode != 'surface'",
"settable_per_mesh": true "settable_per_mesh": true
}, },
"meshfix_union_all_remove_holes": "meshfix_union_all_remove_holes":