Most CSV list definitions from generic to specialized field

This commit is contained in:
John Lewin 2017-11-08 08:36:46 -08:00
parent 76da549ef5
commit 3eea3ea1ae
3 changed files with 12 additions and 10 deletions

View file

@ -64,6 +64,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
public string ExtraSettings { get; set; } = "";
public string ListValues { get; set; } = "";
public bool ShowAsOverride { get; set; } = true;
public List<QuickMenuNameValue> QuickMenuSettings = new List<QuickMenuNameValue>();