@pause without going back to saved position
Hi, I need to implement some pauses into my gcode where I can manually do some work on the printed part (eg cutting the filament as I' m working with continuous fibre filament). Unti now I used @pause and event deppendencies. Is there a workaround to prevent the printhead from going back to the position where I paused?
Thanks for any help!
Thanks for any help!
Comments
Until continue the head will only execute the gcode in pause script and what you send manually.
So there is no way of making him forget the old coordiantes?