mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix typo
This commit is contained in:
parent
e4a04c186f
commit
91b2a9b325
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class PauseAtHeight(Script):
|
|||
"label": "Park Print",
|
||||
"description": "Instruct the head to move to a safe location when pausing. Leave this unchecked if your printer handles parking for you.",
|
||||
"type": "bool",
|
||||
"default_value": True,
|
||||
"default_value": true,
|
||||
"enabled": "pause_method != \\\"griffin\\\""
|
||||
},
|
||||
"head_park_x":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue