Pause resume, how to avoid moving to last position

I’m printing a model with wipe tower, when it finished last move over the model, the next command is moving to wipe tower, at this time, I paused it, then resume it, it moved to the last position where it paused, but how to run next moving command instead moving to the last position
pause_resume

AFAIK, this is not possible.
When pausing, Klipper records the last position and this is where it returns.

Klipper just reads a stream of gcode and passes it on to be processed. When paused, it picks up where it has been stopped since no other information is available.
Theoretically, the next gcode command could be a fan speed change or temperature change, so how should Klipper know what you would like?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.