mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Only enable gradual support if support infill rate > 0
CURA-2724
This commit is contained in:
parent
7b494cccf7
commit
848c607db1
1 changed files with 1 additions and 1 deletions
|
@ -3443,7 +3443,7 @@
|
|||
"default_value": 1.5,
|
||||
"minimum_value": "0.0001",
|
||||
"minimum_value_warning": "3 * resolveOrValue('layer_height')",
|
||||
"enabled": "support_enable and gradual_support_infill_steps > 0",
|
||||
"enabled": "support_enable and support_infill_rate > 0 and gradual_support_infill_steps > 0",
|
||||
"limit_to_extruder": "support_infill_extruder_nr",
|
||||
"settable_per_mesh": false
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue