From 4f72f5244745a2abcab26d5f7801bf010d6eb447 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 24 Jan 2018 16:29:24 +0100 Subject: [PATCH] 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. --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index c3aa70af04..10a7b1f1ff 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/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