From c7dbb1477a9cd12cc06475b9e9fa80be49085e38 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 31 Dec 2019 11:07:11 +0100 Subject: [PATCH] Remove maximum on small feature speed You can make the small features print FASTER if you like, as well. There is no physical or computational constraint there. Discovered during investigation of #6866. --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index e13f3e6f8b..46d194c6a0 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -7650,7 +7650,7 @@ "default_value": 50, "minimum_value": "1", "minimum_value_warning": "25", - "maximum_value": "100", + "maximum_value_warning": "100", "settable_per_mesh": true }, "small_feature_speed_factor_0": @@ -7663,7 +7663,7 @@ "value": "small_feature_speed_factor", "minimum_value": "1", "minimum_value_warning": "25", - "maximum_value": "100", + "maximum_value_warning": "100", "settable_per_mesh": true } }