stop the printing
Hi! I has the error in logs and stop the printing. See the log. Motherboard is skr 1.3 with mariln 2.0.5.3 firmware.
https://dropmefiles.com/sbvPP
https://imgur.com/a/pRvTamN
https://dropmefiles.com/sbvPP
https://imgur.com/a/pRvTamN
Recv:16:54:42.232: T:210.62 /210.00 B:70.00 /70.00 @:0 B@:28
Recv:16:54:43.232: T:210.21 /210.00 B:70.28 /70.00 @:73 B@:4
Mesg:16:54:46.220: Warning: Communication timeout - resetting communication buffer.
Mesg:16:54:46.220: Connection status: Buffered:102, Manual Commands: 0, Job Commands: 5000
Mesg:16:54:46.220: Buffer used:102 Enforced free byte:31 lines stored:3
Send:16:54:46.221: N824 G0 F3600 X256.032 Y2.5
Send:16:54:46.221: N825 G1 F1800 X256.032 Y81.654 E1695.26086
Mesg:16:54:50.221: Warning: Communication timeout - resetting communication buffer.
Mesg:16:54:50.222: Connection status: Buffered:77, Manual Commands: 0, Job Commands: 5000
Mesg:16:54:50.222: Buffer used:77 Enforced free byte:35 lines stored:2
Send:16:54:50.222: N826 G0 F3600 X256.667 Y82.677
Send:16:54:50.223: N827 G1 F1800 X297.5 Y82.677 E1698.17613
Send:16:54:51.017: M117 ETE 42:54:41
Mesg:16:54:55.023: Warning: Communication timeout - resetting communication buffer.
Mesg:16:54:55.023: Connection status: Buffered:96, Manual Commands: 0, Job Commands: 5000
Mesg:16:54:55.024: Buffer used:96 Enforced free byte:31 lines stored:3
Mesg:16:54:55.024: Warning: Too many timeouts without response - disabling timeout message!
Mesg:16:54:55.024: Advice: If communication does not recover try adding usb reconnect on timeout in printer settings!
Mesg:16:54:55.024: This helps in case it is the serial driver that hangs.
Comments
Ok. Today i use marlin 2.0.8. Will test it. Thx!
The new marlin 2.0.8 not helped to me. I will test it from sd card.
Print from sd card not work also. The error on display was if i printing from repetier also.
https://imgur.com/a/SefsbKk
But in github i can see for skr 1.3 needed:
#define SERIAL_PORT -1
#define SERIAL_PORT_2 0
Can It make the error?
It not helped for me.
https://dropmefiles.com/882f6 - stl file. Work volume the printer - 300x300x490 mm.
https://dropmefiles.com/6xAP9
https://github.com/MarlinFirmware/Marlin/issues/21796
But in 2.0.x branche it not fix.
Sending multiple commands to marlin works also the thread says at one point it does not. You just should not exceed the input buffer size. Alternatively enable ping-pong mode and only 1 command will be send at a time with the price of slower communication (also normally still enough).
It should not depend on the model, but if it is the error state shown on display that can be the reason and if something in the gcode causes it (here temperature too high) it might explain it.
That character display does not use serial2 at all so it is not needed. Thought you were using the TFT display that often comes with that board. Still having only one serial is good especially since you are not using the other one.
I use #define REPRAP_DISCOUNT_SMART_CONTROLLER
I set ping-pong mode. It not work: