Making the slicer detect if a file has been changed since last slice
This commit is contained in:
parent
fd9ed56f2f
commit
94b155f71d
10 changed files with 164 additions and 65 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue