Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-07-20 14:23:24 +0300
committerGhostkeeper <rubend@tutanota.com>2020-07-20 14:23:24 +0300
commit13ff186c8edb813b07608358ac2d78f73fad6a09 (patch)
tree6ab08cdffcbc4ee06ab37cf9b9e316aa749a7ef5 /plugins/PostProcessingPlugin
parentededb2a8d29ea2f91dff344a3803447b02942bec (diff)
Correct spelling of 'g-code'
This is the convention we're holding in this application.
Diffstat (limited to 'plugins/PostProcessingPlugin')
-rw-r--r--plugins/PostProcessingPlugin/scripts/PauseAtHeight.py6
1 files 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": ""