Delete deprecated setting 'ActiveMaterialKey'
This commit is contained in:
parent
12e907ed50
commit
17dbabfc4d
1 changed files with 4 additions and 0 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue