Commit 01e3b720 authored by MagoKimbra's avatar MagoKimbra

Fix M600

parent 2e0f61c2
......@@ -7048,11 +7048,9 @@ inline void gcode_M503() {
enable_all_steppers(); // Enable all stepper
for(uint8_t e = 0; e < HOTENDS; e++) {
setTargetHotend(old_target_temperature[e], e);
no_wait_for_cooling = true;
wait_heater();
}
setTargetBed(old_target_temperature_bed);
no_wait_for_cooling = true;
wait_bed();
sleep = false;
beep = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment