Merge branch 'reisnyderb' of https://github.com/ErikZalm/Marlin into Marlin_v1
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user