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

Create a resolve function on the "support_enable" setting
This commit is contained in:
Jaime van Kessel 2022-10-26 11:40:58 +02:00 committed by GitHub
commit f7d854ac3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
},