Problem with Resend:0 through Pronterface
Hi all!
I built a CNC machine with Repetier-Firmware on board. I have experience with 3D printers, so I chose Pronterface as my GUI host.
I get my machine up and running, but there is a problem with Pronterface or Repetier - it shows error in Pronterface console: "Resend:0" when CNC finishes work. It happens every time. In result, I can't no longer drive machine by xyz controls, manual g-code sending also doesn't works. In this situation, only solution is to disconnect, reboot Arduino and connect again. I looked into source code of Pronterface and Repetier and I think that it's possible to remove from firmware function which returns "Resend:0", but I really don't want to do it.
Is there any other way to solve that problem? Has anyone had a similar situation?
I built a CNC machine with Repetier-Firmware on board. I have experience with 3D printers, so I chose Pronterface as my GUI host.
I get my machine up and running, but there is a problem with Pronterface or Repetier - it shows error in Pronterface console: "Resend:0" when CNC finishes work. It happens every time. In result, I can't no longer drive machine by xyz controls, manual g-code sending also doesn't works. In this situation, only solution is to disconnect, reboot Arduino and connect again. I looked into source code of Pronterface and Repetier and I think that it's possible to remove from firmware function which returns "Resend:0", but I really don't want to do it.
Is there any other way to solve that problem? Has anyone had a similar situation?
Comments
Surprisingly, Repetier-Host haven't the same problem. But the difference is that Repetier-Host don't show any additional informations in console (like "ok 0" in Pronterface), just plain gcode lines which are send to CNC.
So what can I do with it? Is there any option to "repair" Pronterface or I have to modify Repetier-Firmware?
Anyway, thank you very much for whole help!