Add HAS_RESUME_CONTINUE shorthand macro

This commit is contained in:
Scott Lahteine
2017-04-09 11:12:08 -05:00
parent 53e6c33c37
commit 36bda2bade
3 changed files with 7 additions and 6 deletions

View File

@ -221,7 +221,7 @@ extern bool axis_known_position[XYZ]; // axis[n].is_known
extern bool axis_homed[XYZ]; // axis[n].is_homed
extern volatile bool wait_for_heatup;
#if ENABLED(EMERGENCY_PARSER) || ENABLED(ULTIPANEL)
#if HAS_RESUME_CONTINUE
extern volatile bool wait_for_user;
#endif