Improved leveling polygon selection

Limit recalculating slice settings display
This commit is contained in:
Lars Brubaker 2022-04-26 13:40:16 -07:00
parent 85754f8ea3
commit 90177b9d95
5 changed files with 48 additions and 18 deletions

View file

@ -176,7 +176,7 @@ namespace MatterHackers.MatterControl.Library.Export
return null;
}
}
else if (firstItem.AssetPath == Printer.Bed.EditContext.SourceFilePath)
else if (assetStream?.ContentType == "mcx")
{
// If item is bedplate, save any pending changes before starting the print
await ApplicationController.Instance.Tasks.Execute("Saving".Localize(), Printer, Printer.Bed.SaveChanges);