Browse Source

Only enable gradual_support_infill_steps when support infill density > 0

CURA-2724
Lipu Fei 7 years ago
parent
commit
7b494cccf7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/fdmprinter.def.json

+ 1 - 1
resources/definitions/fdmprinter.def.json

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