Browse Source

Reduce minimum value for flow to 0.0001%

CuraEngine can handle that. It's not going to extrude anything, but neither is 5% really.

Contributes to issue CURA-4506.
Ghostkeeper 7 years ago
parent
commit
4f72f52447
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/fdmprinter.def.json

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

@@ -2027,7 +2027,7 @@
                     "default_value": 100,
                     "value": "material_flow",
                     "type": "float",
-                    "minimum_value": "5",
+                    "minimum_value": "0.0001",
                     "minimum_value_warning": "50",
                     "maximum_value_warning": "150",
                     "settable_per_mesh": true