Pausing Issues with Remote Printing
I'm having issues printing using Repetier Server through a Raspberry Pi 3 Model B.
The "Console" readout is attached and shows that the Raspberry Pi constantly resends code. This leads to the 3D printer stuttering throughout the job.
I'm using a clean install of the SD Image for Raspberry Pi, Version 0.86.2. The Pi is connected via Ethernet cable and using a compatible 2.5A power supply and 32GB Sadisk Extreme.
All other functions for Repetier Server seems to work correctly (changing temperature, webcam, moving XY, etc).
The "Console" readout is attached and shows that the Raspberry Pi constantly resends code. This leads to the 3D printer stuttering throughout the job.
I'm using a clean install of the SD Image for Raspberry Pi, Version 0.86.2. The Pi is connected via Ethernet cable and using a compatible 2.5A power supply and 32GB Sadisk Extreme.
All other functions for Repetier Server seems to work correctly (changing temperature, webcam, moving XY, etc).
Comments
But anyway, what firmware version are you using? I think I have removed this check as it was only provoking errors like this.
I think it is a dual error - firmware not accepting it without checksum and server not using binary version here for M531. A fix at any side should work and I think I already fixed the firmware side, so I assume you are using an older firmware version where it was not fixed.
M115 from console is shown below:
23:23:24.174: N19 M115
Please send
M111 S24
and then run a print. Printer will do nothing - it is just testing communication without motors etc being used, so least possible noise. Test if it runs without errors (best with logging enabled). If it does cause many errors try an other baud rate. E.g. 230400 and 250000 seem often both to work, but the wrong one creates lots of errors, the other not so much.
M111 S6
will move to normal printing again.