From 1b383736ab10445a67361ae55f40571fb54a2756 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 16 Oct 2019 12:51:05 +0200 Subject: [PATCH] turn off Union overlapping volumes when Surface mode is Surface only --- resources/definitions/fdmprinter.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 55061d793d..29d4b5e40f 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -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":