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:
jlewin 2019-05-29 14:16:25 -07:00
parent 203235c50c
commit 6bd0e87cf8
6 changed files with 28 additions and 16 deletions

View file

@ -56,7 +56,7 @@ namespace MatterHackers.MatterControl.SetupWizard
if (printerSettings != null)
{
// Persist downloaded profile
printerSettings.Save();
printerSettings.Save(userDrivenChange: false);
// Update/switch printer instance to new settings
printer.SwapToSettings(printerSettings);