Single line response to M105
This commit is contained in:
parent
62f03b0304
commit
38cb99420a
1 changed files with 3 additions and 4 deletions
|
|
@ -669,14 +669,13 @@ inline void process_commands()
|
|||
bt = analog2tempBed(current_bed_raw);
|
||||
#endif
|
||||
#if (TEMP_0_PIN > -1) || defined (HEATER_USES_MAX6675)
|
||||
Serial.print("T:");
|
||||
Serial.println(tt);
|
||||
#if TEMP_1_PIN > -1
|
||||
|
||||
Serial.print("ok T:");
|
||||
Serial.print(tt);
|
||||
#if TEMP_1_PIN > -1
|
||||
Serial.print(" B:");
|
||||
Serial.println(bt);
|
||||
#else
|
||||
Serial.println();
|
||||
#endif
|
||||
#else
|
||||
Serial.println("No thermistors - no temp");
|
||||
|
|
|
|||
Loading…
Reference in a new issue