Correct spelling of 'g-code'

This is the convention we're holding in this application.
This commit is contained in:
Ghostkeeper 2020-07-20 13:23:24 +02:00
parent ededb2a8d2
commit 13ff186c8e
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -182,19 +182,19 @@ class PauseAtHeight(Script):
"Repetier": "Repetier" "Repetier": "Repetier"
}, },
"default_value": "RepRap (Marlin/Sprinter)", "default_value": "RepRap (Marlin/Sprinter)",
"enabled": false "enabled": false,
"default_value": "" "default_value": ""
}, },
"custom_gcode_before_pause": "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.", "description": "Any custom GCODE to run before the pause, for example, M300 S440 P200 to beep.",
"type": "str", "type": "str",
"default_value": "M300 S440 P200; M300 S660 P250; M300 S880 P300;" "default_value": "M300 S440 P200; M300 S660 P250; M300 S880 P300;"
}, },
"custom_gcode_after_pause": "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.", "description": "Any custom GCODE to run after the pause, for example, M300 S440 P200 to beep.",
"type": "str", "type": "str",
"default_value": "" "default_value": ""