Make M190 not break flow control
This commit is contained in:
parent
9d31022620
commit
bdc7c47ad2
1 changed files with 1 additions and 3 deletions
|
|
@ -716,9 +716,7 @@ inline void process_commands()
|
|||
{
|
||||
tt=analog2temp(current_raw);
|
||||
Serial.print("T:");
|
||||
Serial.println( tt );
|
||||
Serial.print("ok T:");
|
||||
Serial.print( tt );
|
||||
Serial.print( tt );
|
||||
Serial.print(" B:");
|
||||
Serial.println( analog2temp(current_bed_raw) );
|
||||
codenum = millis();
|
||||
|
|
|
|||
Loading…
Reference in a new issue