@dc42 Hi I'm just following up this issue with something that I noticed since updating to RRF3.01 RC5.
When I resume a job with an M24 command in an external trigger (T2) while running arc interpolated g-code, the spindle move to the last saved location and then veers off unusually as illustrated with the drawings in a previous post - at a right angle. I tried placing a M300 command to play a sound during trigger2 and noticed it would beep twice. If I use the on screen resume button and remove the M24 command form the external trigger this veering movement behaviour doesn't occur. Thought it was worth mentioning.
Relevant code in my config.g file:
M950 J6 C"!^exp.e2stop" ; Allocate GPIO Port 6 to pin 4
M581 P6 T1 C0 ; Pause - PIN4
M950 J7 C"!^exp.e3stop" ; Allocate GPIO Port 7 to pin 9
M581 P7 "e3stop" T2 C0 ; Trigger2.g - PIN9
In trigger2.g file:
M300 S300 P1000 ; Play sound
M24 ; Resume
My resume.g file:
M3 R0 ; Turn on PWM
M42 P0 S1 ; Turn on spindle enable
G4 P4000 ; Dwell
M291 P"STAND CLEAR! Job Resuming." R"Warning" S2 ; Display message and wait prompt