Moved quoted settings to SettingsKey
This commit is contained in:
parent
d7fcfa8b14
commit
1c12b620fb
5 changed files with 11 additions and 8 deletions
|
|
@ -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"", ???);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue