mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove default value for g-code before pause
It's best to just leave it as is. Not everyone appreciates bleeps. Contributes to issue CURA-7599.
This commit is contained in:
parent
13ff186c8e
commit
a84598a8c9
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class PauseAtHeight(Script):
|
||||||
"label": "G-code 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": ""
|
||||||
},
|
},
|
||||||
"custom_gcode_after_pause":
|
"custom_gcode_after_pause":
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue