mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Correct and consistent spelling of g-code
This spelling is in Ultimaker's style guide. We use g-code, and capitalise the G if it's at the start of a sentence or header. Pretty good score, considering there are literally thousands of user- or log-visible strings mentioning g-code across Cura.
This commit is contained in:
parent
e6c305de40
commit
db15bc84cf
8 changed files with 24 additions and 17 deletions
|
@ -188,14 +188,14 @@ class PauseAtHeight(Script):
|
|||
"custom_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 g-code to run before the pause, for example, M300 S440 P200 to beep.",
|
||||
"type": "str",
|
||||
"default_value": ""
|
||||
},
|
||||
"custom_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 g-code to run after the pause, for example, M300 S440 P200 to beep.",
|
||||
"type": "str",
|
||||
"default_value": ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue