Browse Source

JSON fix: max value of infill_sparse_thickness based on engine MAX_COMBINE_COUNT hardcoded value (CURA-1374)

Tim Kuipers 9 years ago
parent
commit
e28bed6006
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/machines/fdmprinter.json

+ 1 - 0
resources/machines/fdmprinter.json

@@ -585,6 +585,7 @@
                     "default": 0.1,
                     "min_value": "0.0001",
                     "max_value_warning": "0.32",
+                    "max_value": "layer_height * 8",
                     "visible": false,
                     "inherit_function": "layer_height"
                 },