Created a UserSettingsKey and SystemSettingsKey

Moved some settings into this, lots more to do
This commit is contained in:
Lars Brubaker 2016-08-30 10:30:55 -07:00
parent 8f8afc5681
commit cd7406d82b
14 changed files with 64 additions and 48 deletions

View file

@ -97,7 +97,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
public const string start_gcode = nameof(start_gcode);
public const string windows_driver = nameof(windows_driver);
public const string z_homes_to_max = nameof(z_homes_to_max);
};
}
public class SettingsHelpers
{