mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fixed assignment of the slicing timestamp to the slicing finished
notification.
This commit is contained in:
parent
3fc12fdaaa
commit
c388c42055
2 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue