From 225d1a2ac177328f58b97c248ce526220d006676 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 7 Oct 2019 15:25:49 +0200 Subject: [PATCH] Allow minimum circumference to be 0 It should just not filter then. --- 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 122d0e3f5e..ac16b8ec84 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -6220,7 +6220,7 @@ "unit": "mm", "type": "float", "default_value": 1.0, - "minimum_value": "0.001", + "minimum_value": "0", "minimum_value_warning": "0.05", "maximum_value_warning": "1.0", "settable_per_mesh": true,