mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Only enable gradual_support_infill_steps when support infill density > 0
CURA-2724
This commit is contained in:
parent
328ec0419d
commit
7b494cccf7
1 changed files with 1 additions and 1 deletions
|
@ -3430,7 +3430,7 @@
|
|||
"minimum_value": "0",
|
||||
"maximum_value_warning": "5",
|
||||
"maximum_value": "999999 if support_line_distance == 0 else (20 - math.log(support_line_distance) / math.log(2))",
|
||||
"enabled": "support_enable",
|
||||
"enabled": "support_enable and support_infill_rate > 0",
|
||||
"limit_to_extruder": "support_infill_extruder_nr",
|
||||
"settable_per_mesh": false
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue