Fixed RAMPS 1.2 support (Found and fixed by rrhb)
This commit is contained in:
@@ -299,7 +299,7 @@ void setup()
|
||||
|
||||
void loop()
|
||||
{
|
||||
if(buflen<3)
|
||||
if(buflen < (BUFSIZE-1))
|
||||
get_command();
|
||||
#ifdef SDSUPPORT
|
||||
card.checkautostart(false);
|
||||
|
Reference in New Issue
Block a user