Browse Source

Initial layer speed does not affect build plate adhesion

fvrmr 4 years ago
parent
commit
d92b126b09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/fdmprinter.def.json

+ 1 - 1
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,