diff --git a/Marlin/src/lcd/anycubic_serial.cpp b/Marlin/src/lcd/anycubic_serial.cpp index 5df106b0..cb084925 100755 --- a/Marlin/src/lcd/anycubic_serial.cpp +++ b/Marlin/src/lcd/anycubic_serial.cpp @@ -47,9 +47,9 @@ // to which to write the next incoming character and tail is the index of the // location from which to read. #if (RAMEND < 1000) -#define SERIAL_BUFFER_SIZE 64 + #define SERIAL_BUFFER_SIZE 16 #else -#define SERIAL_BUFFER_SIZE 128 + #define SERIAL_BUFFER_SIZE 64 #endif struct ring_buffer