From 7de501ac87c46d9d1a279fc3d19b6fa5d00be005 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 11 Jul 2017 16:32:31 +0200 Subject: [PATCH] Update description of initial layer line width It now does apply to bed adhesion features. Contributes to issue CURA-4027. --- 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 e4252fbc67..723723c0a2 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -828,7 +828,7 @@ "initial_layer_line_width_factor": { "label": "Initial Layer Line Width", - "description": "Multiplier of the line width on the first layer. Doesn't apply to brim, raft and skirt.", + "description": "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion.", "type": "float", "unit": "%", "default_value": 100.0,