Only enable gradual_support_infill_steps when support infill density > 0

CURA-2724
This commit is contained in:
Lipu Fei 2017-06-30 15:49:35 +02:00
parent 328ec0419d
commit 7b494cccf7

View file

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