Merge upstream changes from Marlin 2.1.1
This commit is contained in:
@@ -92,7 +92,7 @@ void GcodeSuite::M104_M109(const bool isM109) {
|
||||
celsius_t temp = 0;
|
||||
|
||||
// Accept 'I' if temperature presets are defined
|
||||
#if PREHEAT_COUNT
|
||||
#if HAS_PREHEAT
|
||||
got_temp = parser.seenval('I');
|
||||
if (got_temp) {
|
||||
const uint8_t index = parser.value_byte();
|
||||
@@ -130,7 +130,7 @@ void GcodeSuite::M104_M109(const bool isM109) {
|
||||
#endif
|
||||
|
||||
if (thermalManager.isHeatingHotend(target_extruder) || !no_wait_for_cooling)
|
||||
thermalManager.set_heating_message(target_extruder);
|
||||
thermalManager.set_heating_message(target_extruder, !isM109 && got_temp);
|
||||
}
|
||||
|
||||
#ifdef ANYCUBIC_TOUCHSCREEN
|
||||
|
Reference in New Issue
Block a user