From 63f5889eae79dad09d0d912eba3ca76d4f74b6d8 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 10 Aug 2016 17:06:51 +0200 Subject: [PATCH] JSON fix type (CURA-1049) --- 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 d440f0f70a..f781edc47e 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1569,7 +1569,7 @@ "max_feedrate_z_override": { "label": "Maximum Z Speed", - "description": "The maximal speed with which the bed is moved. Setting this to zero causes the print to use the firmware defaults for the maximum z speed.", + "description": "The maximum speed with which the bed is moved. Setting this to zero causes the print to use the firmware defaults for the maximum z speed.", "unit": "mm/s", "type": "float", "default_value": 0,