From 2f790c12b892cb0893cd32c17a7e92c413ad4f4f Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 6 Dec 2016 08:58:19 +0100 Subject: [PATCH] Expand description of heat zone with implementation details It is used to move filament in parking position when an extruder is not used any more. Contributes to issue CURA-2795. --- 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 5a0f2cd0c1..d23a27396c 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -228,7 +228,7 @@ "machine_heat_zone_length": { "label": "Heat zone length", - "description": "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament.", + "description": "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament. When an extruder is not needed any more, its filament is moved out of the heat zone.", "default_value": 16, "type": "float", "settable_per_mesh": false,