Create a resolve function on the "support_enable" setting such that underlying extruders (and thus also intent profiles) can enable support.

Relates to PP-251
This commit is contained in:
Paul Kuiper 2022-10-05 21:03:17 +02:00
parent 6a03ae9e9c
commit f3b9c73d0f

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