More redundant temp sensor changes. (After testing and debugging by reifsnderb)

This commit is contained in:
Erik van der Zalm
2013-05-29 19:29:30 +02:00
parent 9be61cdc02
commit 5090c56651
5 changed files with 194 additions and 173 deletions

View File

@ -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;
}
}