Fix M109 so it won't wait for cooling

Addressing issue #2767
This commit is contained in:
Scott Lahteine
2016-03-19 03:00:58 -07:00
parent 4634feaeab
commit 637cc03686
+1 -1
View File
@@ -4047,7 +4047,7 @@ inline void gcode_M109() {
}
#else
SERIAL_EOL;
#endif //TEMP_RESIDENCY_TIME
#endif
}
idle();