|
|
@ -179,7 +179,7 @@ bool Running = true;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
// For M109 and M190, this flag may be cleared (by M108) to exit the wait loop
|
|
|
|
// For M109 and M190, this flag may be cleared (by M108) to exit the wait loop
|
|
|
|
volatile bool wait_for_heatup = true;
|
|
|
|
bool wait_for_heatup = true;
|
|
|
|
|
|
|
|
|
|
|
|
// For M0/M1, this flag may be cleared (by M108) to exit the wait-for-user loop
|
|
|
|
// For M0/M1, this flag may be cleared (by M108) to exit the wait-for-user loop
|
|
|
|
#if HAS_RESUME_CONTINUE
|
|
|
|
#if HAS_RESUME_CONTINUE
|
|
|
|