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
1 changed files with 2 additions and 0 deletions
|
@ -864,6 +864,8 @@ FORCE_INLINE void process_commands()
|
|||
{
|
||||
SERIAL_PROTOCOLLN( "?" );
|
||||
}
|
||||
#else
|
||||
SERIAL_PROTOCOLLN("");
|
||||
#endif
|
||||
codenum = millis();
|
||||
}
|
||||
|
|
Reference in a new issue