probe_accuracy icon indicating copy to clipboard operation
probe_accuracy copied to clipboard

Stuck in Loop, can't save data

Open weasel0x00 opened this issue 4 years ago • 3 comments

I somehow managed to get the macro stuck in a state that it wouldn't finish, and was probing forever. It would be useful if we could issue a M117 TEST_PROBE_ACCURACY: DONE on the console or something to convince the script to save the data it had and finish. That doesn't seem to work though, best I can tell it doesn't come across the socket as a "response" value the script is looking for to finish. Not familiar enough with Klipper to know what it might look like in that socket, and my basic debugging skills never saw anything to key off of.

weasel0x00 avatar Feb 02 '21 16:02 weasel0x00

Thank you for your bug report. I will try to find a way to send the script a stop signal.

KiloQubit avatar Feb 03 '21 02:02 KiloQubit

Yeah, I was thinking it might be easiest in the python script to just catch a keyboard interrupt (Ctrl-C) and then have it save the data it has at that point, generate a graph if it can, and then exiting...

weasel0x00 avatar Feb 03 '21 15:02 weasel0x00

Same problem here, probes forever.

Hilpas avatar Jul 14 '23 14:07 Hilpas