only show share temp if more than 1 extruder
issue: MatterHackers/MCCentral#2571 Share temp should be hidden until extruder count > 1
This commit is contained in:
parent
56d783a87e
commit
8592833490
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
HelpText = "Used to specify if more than one extruder share a common heater cartridge.".Localize(),
|
||||
DataEditType = DataEditTypes.CHECK_BOX,
|
||||
DefaultValue = "0",
|
||||
ShowIfSet = "!sla_printer",
|
||||
ShowIfSet = "!sla_printer&extruder_count>1",
|
||||
ReloadUiWhenChanged = true
|
||||
},
|
||||
new SliceSettingData()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue