Merge pull request #2187 from AnHardt/MAX6675M105
Print active extruder with M105 for MAX6675
This commit is contained in:
commit
a672872717
|
@ -3385,7 +3385,7 @@ inline void gcode_M105() {
|
||||||
|
|
||||||
#if HAS_TEMP_0 || HAS_TEMP_BED || defined(HEATER_0_USES_MAX6675)
|
#if HAS_TEMP_0 || HAS_TEMP_BED || defined(HEATER_0_USES_MAX6675)
|
||||||
SERIAL_PROTOCOLPGM(MSG_OK);
|
SERIAL_PROTOCOLPGM(MSG_OK);
|
||||||
#if HAS_TEMP_0
|
#if HAS_TEMP_0 || defined(HEATER_0_USES_MAX6675)
|
||||||
SERIAL_PROTOCOLPGM(" T:");
|
SERIAL_PROTOCOLPGM(" T:");
|
||||||
SERIAL_PROTOCOL_F(degHotend(target_extruder), 1);
|
SERIAL_PROTOCOL_F(degHotend(target_extruder), 1);
|
||||||
SERIAL_PROTOCOLPGM(" /");
|
SERIAL_PROTOCOLPGM(" /");
|
||||||
|
|
Loading…
Reference in a new issue