Fixed assignment of the slicing timestamp to the slicing finished

notification.
This commit is contained in:
Vojtech Bubnik 2020-10-15 12:02:20 +02:00
parent 3fc12fdaaa
commit c388c42055
2 changed files with 4 additions and 1 deletions

View file

@ -47,6 +47,7 @@ enum PrintStep {
// psToolOrdering is a synonym to psWipeTower, as the Wipe Tower calculates and modifies the ToolOrdering,
// while if printing without the Wipe Tower, the ToolOrdering is calculated as well.
psToolOrdering = psWipeTower,
psSlicingFinished = psToolOrdering,
psGCodeExport,
psCount,
};