Browse Source

JSON fix: support roof speed was visible when roof enabled but support not (CURA-1498)

Tim Kuipers 8 years ago
parent
commit
3953da7a50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/fdmprinter.def.json

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

@@ -1116,7 +1116,7 @@
                                     "minimum_value": "0.1",
                                     "maximum_value": "299792458000",
                                     "maximum_value_warning": "150",
-                                    "enabled": "support_roof_enable",
+                                    "enabled": "support_roof_enable and support_enable",
                                     "value": "speed_support / 1.5",
                                     "global_only": true
                                 }