Make sure we allow extruder offset to be cleared for extruder 0

Make it being set a warning so we don't break existing working profiles
This commit is contained in:
Lars Brubaker 2021-02-19 17:40:24 -08:00
parent 19ee1c62a5
commit 2cca50acc5
3 changed files with 3 additions and 2 deletions

View file

@ -562,7 +562,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
DataEditType = DataEditTypes.OFFSET3,
RequiredDisplayDetail = DisplayDetailRequired.Advanced,
Units = "mm".Localize(),
ShowIfSet = "extruder_count>1",
// ShowIfSet = "extruder_count>1", // can't do this currently as it breaks legacy printers (kossle & jump start). Have to have a fix for that to enable hiding.
DefaultValue = "0x0,0x0,0x0,0x0"
},
new SliceSettingData()