clean up and changes from testing

This commit is contained in:
Mark Finn
2012-09-17 19:18:09 -05:00
parent eb06a886c4
commit d197f8504b
2 changed files with 8 additions and 5 deletions

View File

@@ -1000,14 +1000,13 @@ void process_commands()
SERIAL_ERROR_START;
SERIAL_ERRORLNPGM(MSG_ERR_NO_THERMISTORS);
#endif
#ifdef PIDTEMP
SERIAL_PROTOCOLPGM(" @:");
SERIAL_PROTOCOL(getHeaterPower(tmp_extruder));
#endif
#ifdef PIDTEMPBED
SERIAL_PROTOCOLPGM(" B@:");
SERIAL_PROTOCOL(getHeaterPower(-1));
#endif
SERIAL_PROTOCOLLN("");
return;
break;