More redundant temp sensor changes. (After testing and debugging by reifsnderb)
This commit is contained in:
parent
9be61cdc02
commit
5090c56651
5 changed files with 194 additions and 173 deletions
|
|
@ -1055,7 +1055,7 @@ void process_commands()
|
|||
case 105 : // M105
|
||||
if(setTargetedHotend(105)){
|
||||
break;
|
||||
}
|
||||
}
|
||||
#if defined(TEMP_0_PIN) && TEMP_0_PIN > -1
|
||||
SERIAL_PROTOCOLPGM("ok T:");
|
||||
SERIAL_PROTOCOL_F(degHotend(tmp_extruder),1);
|
||||
|
|
@ -2278,4 +2278,4 @@ bool setTargetedHotend(int code){
|
|||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue