From fe9bd029403c0cb103878530045378c27ad7211b Mon Sep 17 00:00:00 2001 From: Mark Burton Date: Sun, 20 May 2018 11:32:54 +0100 Subject: [PATCH] Added small_feature_speed_factor_0 to specify small feature print speed on layer 0. --- resources/definitions/fdmprinter.def.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index e6e3dce0a9..7eeb0103dc 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -6703,6 +6703,19 @@ "minimum_value_warning": "25", "maximum_value": "100", "settable_per_mesh": false + }, + "small_feature_speed_factor_0": + { + "label": "First Layer Speed", + "description": "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhestion and accuracy.", + "unit": "%", + "type": "float", + "default_value": 50, + "value": "small_feature_speed_factor", + "minimum_value": "10", + "minimum_value_warning": "25", + "maximum_value": "100", + "settable_per_mesh": false } } },