Browse Source

M109 EOL fix when TEMP_RESIDENCY_TIME is undefined; printer interface (pronterface) could not see target extruder heater temperature to continue print

pull/1/head
haxar 13 years ago
parent
commit
6cc6029d7a
  1. 2
      Marlin/Marlin.pde

2
Marlin/Marlin.pde

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

Loading…
Cancel
Save