From f4979be5cba0996c43b167ad252c40896b9855d6 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 6 Dec 2016 11:48:04 +0100 Subject: [PATCH] JSON fix: description of speed_travel_layer_0 now includes explanation of inheritance function (CURA-3066) --- 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 2fb0794766..7f2cad3191 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1806,7 +1806,7 @@ "speed_travel_layer_0": { "label": "Initial Layer Travel Speed", - "description": "The speed of travel moves in the initial layer. A lower value is advised to prevent pulling previously printed parts away from the build plate.", + "description": "The speed of travel moves in the initial layer. A lower value is advised to prevent pulling previously printed parts away from the build plate. The value of this setting can automatically be calculated from the ratio between the Travel Speed and the Print Speed.", "unit": "mm/s", "type": "float", "default_value": 60,