Skip to content

Commit f117b49

Browse files
committed
Removed an incorrect comment
1 parent 7c88cf2 commit f117b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GCodes/GCodes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4449,7 +4449,7 @@ void GCodes::StopPrint(GCodeBuffer *gbp, StopPrintReason reason) noexcept
44494449
simulationMode = SimulationMode::off; // do this after we append the simulation info to the file so that DWC doesn't try to reload the file info too soon
44504450
reprap.GetMove().Simulate(simulationMode);
44514451
EndSimulation(nullptr);
4452-
reprap.GetPrintMonitor().StoppedPrint(); // must do this after printing the simulation details not before, because it clears the filename and pause time
4452+
reprap.GetPrintMonitor().StoppedPrint();
44534453

44544454
const uint32_t simMinutes = lrintf(simSeconds/60.0);
44554455
if (reason == StopPrintReason::normalCompletion)

0 commit comments

Comments
 (0)