Put in a enable retract setting

Made slice settings disable work
This commit is contained in:
Lars Brubaker 2017-08-02 15:19:32 -07:00
parent e98e0d00b8
commit d3e7d00b3e
9 changed files with 92 additions and 20 deletions

View file

@ -54,6 +54,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
public string ShowIfSet { get; set; }
public string EnableIfSet { get; set; }
public string DefaultValue { get; set; }
public DataEditTypes DataEditType { get; set; }