Improved leveling polygon selection
Limit recalculating slice settings display
This commit is contained in:
parent
85754f8ea3
commit
90177b9d95
5 changed files with 48 additions and 18 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue