Merge pull request #54 from haxar/patch-1
M109 EOL fix when TEMP_RESIDENCY_TIME is undefined; printer interface (p...
This commit is contained in:
commit
7c6141ebc4
|
@ -864,6 +864,8 @@ FORCE_INLINE void process_commands()
|
|||
{
|
||||
SERIAL_PROTOCOLLN( "?" );
|
||||
}
|
||||
#else
|
||||
SERIAL_PROTOCOLLN("");
|
||||
#endif
|
||||
codenum = millis();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue