mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47: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",
|
"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.",
|
"description": "Instruct the head to move to a safe location when pausing. Leave this unchecked if your printer handles parking for you.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": True,
|
"default_value": true,
|
||||||
"enabled": "pause_method != \\\"griffin\\\""
|
"enabled": "pause_method != \\\"griffin\\\""
|
||||||
},
|
},
|
||||||
"head_park_x":
|
"head_park_x":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue