Resume print after pause

Some remarks / thoughts:

  • "Connecting to port /dev/ttyACM0, baudrate 250000" have you tried lower rate? ex 115200
  • do note the "Recv: Cap:THERMAL_PROTECTION:0" and warning in terminal.log
  • "Did not receive parseable position data from printer within 10.0s, continuing without it" do you know how long the command queue is? M114 seems to work, just not fast enough.. (try baud-rate first...)

Found it !
I develop a GUI, and when I want to pause the print, in the GUI I send a park position, and then call the pause event of octoprint. So, the last position is the park from my GUI, and not from the print... Now, I first call pause event and then park the nozzle

1 Like

sorry just seen this post and this is something I would love to do. I have found the section for the code as the post. But basically still a little unsure.
Can someone simply tell me which script I add to each section please.
Thanks in advance

It's listed on the examples. GCODE Scripts β€” OctoPrint master documentation

at each section it tells you for what part it goes.