Browse Source

Merge pull request #13651 from Ultimaker/PP-251_create_annealing_intent

Create a resolve function on the "support_enable" setting
Jaime van Kessel 2 years ago
parent
commit
f7d854ac3a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/definitions/fdmprinter.def.json

+ 1 - 0
resources/definitions/fdmprinter.def.json

@@ -4435,6 +4435,7 @@
                     "description": "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing.",
                     "type": "bool",
                     "default_value": false,
+                    "resolve": "any(extruderValues('support_enable'))",
                     "settable_per_mesh": true,
                     "settable_per_extruder": false
                 },