Fix M109 so it won't wait for cooling

Addressing issue #2767
master
Scott Lahteine 8 years ago
parent 4634feaeab
commit 637cc03686

@ -4047,7 +4047,7 @@ inline void gcode_M109() {
} }
#else #else
SERIAL_EOL; SERIAL_EOL;
#endif //TEMP_RESIDENCY_TIME #endif
} }
idle(); idle();

Loading…
Cancel
Save