mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 20:55:53 +08: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
@ -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
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user