mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:39:02 +08:00
Update PauseAtHeight.py
Enable disarm only if hold steppers is disabled
This commit is contained in:
parent
2ef4836802
commit
c8e33a5188
@ -71,12 +71,12 @@ class PauseAtHeight(Script):
|
||||
"label": "Disarm timeout",
|
||||
"description": "After this time steppers are going to disarm (meaning that they can easily lose their positions). Set this to 0 if you don't want to set any duration and disarm immediately.",
|
||||
"type": "int",
|
||||
"value": "60",
|
||||
"value": "0",
|
||||
"minimum_value": "0",
|
||||
"minimum_value_warning": "0",
|
||||
"maximum_value_warning": "1800",
|
||||
"unit": "s",
|
||||
"enabled": "hold_steppers_on"
|
||||
"enabled": "not hold_steppers_on"
|
||||
},
|
||||
"head_park_enabled":
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user