printer executing each command then stopping September 22, 2022 11:08AM |
Registered: 5 years ago Posts: 614 |
Re: printer executing each command then stopping September 22, 2022 12:17PM |
Registered: 3 years ago Posts: 276 |
Re: printer executing each command then stopping September 22, 2022 04:15PM |
Registered: 5 years ago Posts: 614 |
Quote
rq3
Are you sure the USB baud rate is correct? My printer will successfully connect at either 115200 or 250000, but will only accept G code at 250000 baud. Just a thought. Prits fine from SD card.
Re: printer executing each command then stopping - SOLVED September 22, 2022 08:14PM |
Registered: 5 years ago Posts: 614 |
// Host Receive Buffer Size // Without XON/XOFF flow control (see SERIAL_XON_XOFF below) 32 bytes should be enough. // To use flow control, set this buffer size to at least 1024 bytes. // :[0, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048] //#define RX_BUFFER_SIZE 16