mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Correct spelling of 'g-code'
This is the convention we're holding in this application.
This commit is contained in:
parent
ededb2a8d2
commit
13ff186c8e
@ -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": ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user