From 2c1f0fc58fcb6b6bd491d0acf6cb7a52a5c22bb5 Mon Sep 17 00:00:00 2001 From: Casper Lamboo Date: Tue, 14 Nov 2023 14:42:44 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Remco Burema <41987080+rburema@users.noreply.github.com> --- resources/definitions/fdmextruder.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmextruder.def.json b/resources/definitions/fdmextruder.def.json index f7cbfc5a2c..006a6eac52 100644 --- a/resources/definitions/fdmextruder.def.json +++ b/resources/definitions/fdmextruder.def.json @@ -65,7 +65,7 @@ "machine_extruder_end_code_duration": { "default_value": 0, - "description": "Duration it takes to execute the end g-code when switching away from this extruder.", + "description": "The time it takes to execute the end g-code, when switching away from this extruder.", "label": "Extruder End G-Code Duration", "minimum_value": "0", "settable_globally": false, @@ -123,7 +123,7 @@ "machine_extruder_start_code_duration": { "default_value": 0, - "description": "Duration it takes to execute the start g-code to when switching away from this extruder.", + "description": "The time it'll take to execute the start g-code, when switching to this extruder.", "label": "Extruder Start G-Code Duration", "minimum_value": "0", "settable_globally": false,