1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-23 20:18:52 +00:00

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( "?" ); SERIAL_PROTOCOLLN( "?" );
} }
#else
SERIAL_PROTOCOLLN("");
#endif #endif
codenum = millis(); codenum = millis();
} }