M109 EOL fix when TEMP_RESIDENCY_TIME is undefined; printer interface (pronterface) could not see target extruder heater temperature to continue print
This commit is contained in:
parent
157aa7f2fd
commit
6cc6029d7a
|
@ -864,6 +864,8 @@ FORCE_INLINE void process_commands()
|
|||
{
|
||||
SERIAL_PROTOCOLLN( "?" );
|
||||
}
|
||||
#else
|
||||
SERIAL_PROTOCOLLN("");
|
||||
#endif
|
||||
codenum = millis();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue