Skip to content

Commit

Permalink
Fixed bug in M105 processing when PID is disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
lampmaker committed Oct 24, 2011
1 parent 1aa236f commit 0ad9779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/Marlin.pde
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,8 @@ inline void process_commands()
#ifdef PIDTEMP
Serial.print(" B:");
Serial.println(HeaterPower);
#else
Serial.println();
#endif
#else
Serial.println();
Expand Down

0 comments on commit 0ad9779

Please sign in to comment.