|
@ -31,7 +31,9 @@ void GcodeSuite::M105() { |
|
|
const int8_t target_extruder = get_target_extruder_from_command(); |
|
|
const int8_t target_extruder = get_target_extruder_from_command(); |
|
|
if (target_extruder < 0) return; |
|
|
if (target_extruder < 0) return; |
|
|
|
|
|
|
|
|
|
|
|
#if DISABLED(MKS_WIFI) |
|
|
SERIAL_ECHOPGM(STR_OK); |
|
|
SERIAL_ECHOPGM(STR_OK); |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
#if HAS_TEMP_SENSOR |
|
|
#if HAS_TEMP_SENSOR |
|
|
|
|
|
|
|
|