From 96bca5e29703102539bd511e74d8c7b3e8a59d66 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 2 Dec 2016 14:31:29 +0100 Subject: [PATCH] Fix spelling of heat zone length description Not user visible, but eh. --- 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 bddad25cbf..a2b7bf24a3 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 transfered to the filament.", + "description": "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament.", "default_value": 16, "type": "float", "settable_per_mesh": false,