Delete deprecated setting 'ActiveMaterialKey'

This commit is contained in:
John Lewin 2016-06-16 17:37:42 -07:00
parent 12e907ed50
commit 17dbabfc4d

View file

@ -230,6 +230,10 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
layer.Add("calibration_files", item.Value);
break;
case "MatterControl.ActiveMaterialKey":
// Simply delete abandoned setting
break;
default:
if (item.Key.Contains("ComPort"))