mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
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:
parent
6a03ae9e9c
commit
f3b9c73d0f
1 changed files with 1 additions and 0 deletions
|
@ -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.",
|
"description": "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
|
"resolve": "any(extruderValues('support_enable'))",
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
"settable_per_extruder": false
|
"settable_per_extruder": false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue