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:
haxar 2012-01-22 03:25:56 -08:00
parent 157aa7f2fd
commit 6cc6029d7a

View file

@ -864,6 +864,8 @@ FORCE_INLINE void process_commands()
{
SERIAL_PROTOCOLLN( "?" );
}
#else
SERIAL_PROTOCOLLN("");
#endif
codenum = millis();
}