Remove fan controls when disabled
- Issue MatterHackers/MCCentral#3393 Enable Fan option shows even when my printer does not have a fan
This commit is contained in:
parent
a9cf85d291
commit
4f96518a9b
1 changed files with 1 additions and 0 deletions
|
|
@ -926,6 +926,7 @@
|
|||
"DataEditType": "CHECK_BOX",
|
||||
"ReloadUiWhenChanged": true,
|
||||
"ShowIfSet": "!sla_printer",
|
||||
"ShowIfSet": "has_fan",
|
||||
"DefaultValue": "1"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue