From d92b126b092ba67d239ad0acf49adf5d17050b57 Mon Sep 17 00:00:00 2001 From: fvrmr <77000924+fvrmr@users.noreply.github.com> Date: Mon, 25 Jan 2021 11:01:14 +0100 Subject: [PATCH] Initial layer speed does not affect build plate adhesion --- 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 bb64e7f0dc..dfbf9a1526 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2960,7 +2960,7 @@ "speed_layer_0": { "label": "Initial Layer Speed", - "description": "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate.", + "description": "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate. Does not affect the build plate adhesion.", "unit": "mm/s", "type": "float", "default_value": 30,