Making the slicer detect if a file has been changed since last slice

This commit is contained in:
Lars Brubaker 2020-07-29 14:29:59 -07:00
parent fd9ed56f2f
commit 94b155f71d
10 changed files with 164 additions and 65 deletions

View file

@ -244,7 +244,7 @@ namespace MatterHackers.MatterControl.Library.Export
// This mush be calculated after the settings have been set (spiral vase)
// or it uses the wrong slice settings.
// TODO: Prior code bypassed GCodeOverridePath mechanisms in EditContext. Consolidating into a single pathway
gcodePath = Printer.Bed.EditContext.GCodeFilePath(Printer);
gcodePath = await Printer.Bed.EditContext.GCodeFilePath(Printer);
await ApplicationController.Instance.Tasks.Execute(
"Slicing Item".Localize() + " " + loadedItem.Name,