Update FilamentChange.py

Hide the "Z-Move" when in "use firmware configuration" mode.
This commit is contained in:
GregValiant 2025-03-13 20:40:59 -04:00
parent 0273ef49f1
commit 06cbb2c65c

View file

@ -92,7 +92,7 @@ class FilamentChange(Script):
"type": "float",
"default_value": 0,
"minimum_value": 0,
"enabled": "enabled"
"enabled": "enabled and not firmware_config"
},
"retract_method":
{