mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 23:45:59 +08:00
Fix typo
This commit is contained in:
parent
e4a04c186f
commit
91b2a9b325
@ -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…
x
Reference in New Issue
Block a user