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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue