Fix "too cold" in M600 (#19332)

This commit is contained in:
Giuliano Zaro
2020-09-10 23:47:58 +02:00
committed by Scott Lahteine
parent 136b7a5305
commit 3adb07aa00
21 changed files with 8 additions and 40 deletions

View File

@ -162,9 +162,6 @@ void GcodeSuite::M600() {
beep_count, (parser.seenval('R') ? parser.value_celsius() : 0) DXC_PASS);
#endif
}
else {
TERN_(HAS_FILAMENT_SENSOR, runout.reset());
}
#if EXTRUDERS > 1
// Restore toolhead if it was changed