Merge branch 'reisnyderb' of https://github.com/ErikZalm/Marlin into Marlin_v1

This commit is contained in:
Erik van der Zalm
2013-06-05 17:44:48 +02:00
6 changed files with 254 additions and 203 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);
@ -2281,4 +2281,4 @@ bool setTargetedHotend(int code){
}
}
return false;
}
}