mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Update FilamentChange.py
Hide the "Z-Move" when in "use firmware configuration" mode.
This commit is contained in:
parent
0273ef49f1
commit
06cbb2c65c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class FilamentChange(Script):
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
"minimum_value": 0,
|
"minimum_value": 0,
|
||||||
"enabled": "enabled"
|
"enabled": "enabled and not firmware_config"
|
||||||
},
|
},
|
||||||
"retract_method":
|
"retract_method":
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue