Skip to content

Commit 06cbb2c

Browse files
committed
Update FilamentChange.py
Hide the "Z-Move" when in "use firmware configuration" mode.
1 parent 0273ef4 commit 06cbb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/PostProcessingPlugin/scripts/FilamentChange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def getSettingDataString(self):
9292
"type": "float",
9393
"default_value": 0,
9494
"minimum_value": 0,
95-
"enabled": "enabled"
95+
"enabled": "enabled and not firmware_config"
9696
},
9797
"retract_method":
9898
{

0 commit comments

Comments
 (0)