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

@ -385,5 +385,6 @@
#endif
#define HAS_SOFTWARE_ENDSTOPS (ENABLED(MIN_SOFTWARE_ENDSTOPS) || ENABLED(MAX_SOFTWARE_ENDSTOPS))
#define HAS_RESUME_CONTINUE (ENABLED(NEWPANEL) || ENABLED(EMERGENCY_PARSER))
#endif //CONDITIONALS_LCD_H