From 13ff186c8edb813b07608358ac2d78f73fad6a09 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 20 Jul 2020 13:23:24 +0200 Subject: [PATCH] Correct spelling of 'g-code' This is the convention we're holding in this application. --- plugins/PostProcessingPlugin/scripts/PauseAtHeight.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py index 314fc5a25d..39b4cfdac3 100644 --- a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py +++ b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py @@ -182,19 +182,19 @@ class PauseAtHeight(Script): "Repetier": "Repetier" }, "default_value": "RepRap (Marlin/Sprinter)", - "enabled": false + "enabled": false, "default_value": "" }, "custom_gcode_before_pause": { - "label": "GCODE Before Pause", + "label": "G-code Before Pause", "description": "Any custom GCODE to run before the pause, for example, M300 S440 P200 to beep.", "type": "str", "default_value": "M300 S440 P200; M300 S660 P250; M300 S880 P300;" }, "custom_gcode_after_pause": { - "label": "GCODE After Pause", + "label": "G-code After Pause", "description": "Any custom GCODE to run after the pause, for example, M300 S440 P200 to beep.", "type": "str", "default_value": ""