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:
John Lewin 2018-05-17 12:17:31 -07:00
parent a9cf85d291
commit 4f96518a9b

View file

@ -926,6 +926,7 @@
"DataEditType": "CHECK_BOX",
"ReloadUiWhenChanged": true,
"ShowIfSet": "!sla_printer",
"ShowIfSet": "has_fan",
"DefaultValue": "1"
},
{