Mark IsDirty during profile save
- Issue MatterHackers/MatterControl#4574 Started using my printer at home and it reverted to an old web setting that lost all my recent changes
This commit is contained in:
parent
203235c50c
commit
6bd0e87cf8
6 changed files with 28 additions and 16 deletions
|
|
@ -128,7 +128,7 @@ namespace MatterHackers.MatterControl.DataStorage.ClassicDB
|
|||
printerSettings.Helpers.SetComPort(printer.ComPort);
|
||||
|
||||
printerSettings.ClearBlackList();
|
||||
printerSettings.Save();
|
||||
printerSettings.Save(userDrivenChange: false);
|
||||
}
|
||||
|
||||
private static void LoadMaterialSettings(PrinterSettings layeredProfile, Printer printer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue