From c9feace0fbe02beb2089ec0af7be35127d7420f7 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 15 Nov 2021 10:59:58 +0100 Subject: [PATCH] Change user-visible name of Maximum Feedrate to Maximum Speed E Maximum Feedrate was correct, but compared to the names of the X/Y/Z maximum speeds, this is considered to be more consistent. Fixes #10767. --- 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 d14601f613..c4051d806f 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -571,7 +571,7 @@ }, "machine_max_feedrate_e": { - "label": "Maximum Feedrate", + "label": "Maximum Speed E", "description": "The maximum speed of the filament.", "unit": "mm/s", "type": "float",