RepetierServer crashes whenever Klipper has an error
Hi all,
Wondering if there is a way to sort this out.
I'm using RepetierServer with Klipper and whenever there is an error in Klipper, Repetier completely freezes after a few seconds,
I can see the message count increase sometime sup to 5, 6, 10K messages and the UI becomes completely unresponsive.
The only solution is to go to the raspi command line and restart both he klipper service as well as the repetier service.
Is there any way to make Repetier ignore all the error messages preventing it from crashing?
Thanks
Wondering if there is a way to sort this out.
I'm using RepetierServer with Klipper and whenever there is an error in Klipper, Repetier completely freezes after a few seconds,
I can see the message count increase sometime sup to 5, 6, 10K messages and the UI becomes completely unresponsive.
The only solution is to go to the raspi command line and restart both he klipper service as well as the repetier service.
Is there any way to make Repetier ignore all the error messages preventing it from crashing?
Thanks
Comments
and remove it. Then server will not unconnect on such an error. Future behaviour is similar - it will not disconnect but ignore all commands not starting with # so you can still send klipper commands to fix issue.
Thank you for the helping with this.