Most CSV list definitions from generic to specialized field
This commit is contained in:
parent
76da549ef5
commit
3eea3ea1ae
3 changed files with 12 additions and 10 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue