Add Continuous Purge feature to Advanced Pause

This commit is contained in:
Scott Lahteine
2018-03-28 18:01:07 -05:00
parent 05fc3d7891
commit dba26a6d1f
5 changed files with 77 additions and 37 deletions

View File

@@ -135,6 +135,9 @@ enum EndstopEnum : char {
ADVANCED_PAUSE_MESSAGE_INSERT,
ADVANCED_PAUSE_MESSAGE_LOAD,
ADVANCED_PAUSE_MESSAGE_PURGE,
#if ENABLED(ADVANCED_PAUSE_CONTINUOUS_PURGE)
ADVANCED_PAUSE_MESSAGE_CONTINUOUS_PURGE,
#endif
ADVANCED_PAUSE_MESSAGE_OPTION,
ADVANCED_PAUSE_MESSAGE_RESUME,
ADVANCED_PAUSE_MESSAGE_STATUS,