mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update PauseAtHeight.py
Enable disarm only if hold steppers is disabled
This commit is contained in:
parent
2ef4836802
commit
c8e33a5188
1 changed files with 2 additions and 2 deletions
|
@ -71,12 +71,12 @@ class PauseAtHeight(Script):
|
||||||
"label": "Disarm timeout",
|
"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.",
|
"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",
|
"type": "int",
|
||||||
"value": "60",
|
"value": "0",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"minimum_value_warning": "0",
|
"minimum_value_warning": "0",
|
||||||
"maximum_value_warning": "1800",
|
"maximum_value_warning": "1800",
|
||||||
"unit": "s",
|
"unit": "s",
|
||||||
"enabled": "hold_steppers_on"
|
"enabled": "not hold_steppers_on"
|
||||||
},
|
},
|
||||||
"head_park_enabled":
|
"head_park_enabled":
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue