Moved quoted settings to SettingsKey

This commit is contained in:
Lars Brubaker 2016-07-28 16:45:45 -07:00
parent d7fcfa8b14
commit 1c12b620fb
5 changed files with 11 additions and 8 deletions

View file

@ -133,9 +133,9 @@ namespace MatterHackers.MatterControl.DataStorage.ClassicDB
layeredProfile.UserLayer["manual_movement_speeds"] = printer.ManualMovementSpeeds;
// make sure we clear the one time settings
layeredProfile.OemLayer["spiral_vase"] = "";
layeredProfile.OemLayer["bottom_clip_amount"] = "";
layeredProfile.OemLayer["layer_to_pause"] = "";
layeredProfile.OemLayer[SettingsKey.spiral_vase] = "";
layeredProfile.OemLayer[SettingsKey.bottom_clip_amount] = "";
layeredProfile.OemLayer[SettingsKey.layer_to_pause] = "";
// TODO: Where can we find CalibrationFiiles in the current model?
//layeredProfile.SetActiveValue(""calibration_files"", ???);