From 0c0304667e84078e490f69f038f08a80f56ddbff Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 18 Apr 2023 14:57:30 +0200 Subject: [PATCH] Align main-based tree-2.0 branch with changes from 'xmas-alpha'. This is the last change that was missing, originally part of a way larger commit, which is why it wasn't reaplied. the original commit was part of CURA-9879, this 'manual cherry-pick' was done because there was one branch for CURA-10415 that was based on the 'xmas build' we shated with the public. However, in order to get that out in time, we made some temporary changes, that apparently should not be merged to main. Another branch was made for CURA-10415 that's based on main, but it appeared that this particular change was still missing. --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 9181d0702e..df60343a1f 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -5228,7 +5228,7 @@ "default_value": 0.0, "minimum_value": "0", "maximum_value_warning": "10", - "enabled": "(support_enable or support_meshes_present) and support_structure == 'normal'", + "enabled": "support_enable or support_meshes_present", "limit_to_extruder": "support_infill_extruder_nr", "settable_per_mesh": true },