Fix missing keep-alive messages

This commit is contained in:
Alex Voinea 2020-10-25 19:32:23 +02:00 committed by Voinea Dragos
parent 26f62f042e
commit e5ebf7c67f

View file

@ -2631,7 +2631,6 @@ void gcode_M105(uint8_t extruder)
} }
#endif #endif
SERIAL_PROTOCOLLN(""); SERIAL_PROTOCOLLN("");
KEEPALIVE_STATE(NOT_BUSY);
} }
#ifdef TMC2130 #ifdef TMC2130