Fix SD finished ExtUI / host action (#17285)

This commit is contained in:
InsanityAutomation
2020-03-27 17:06:39 -04:00
committed by GitHub
parent 98ef161bfe
commit 3655e240f5
3 changed files with 15 additions and 14 deletions

View File

@ -93,7 +93,7 @@
#if EITHER(MIN_SOFTWARE_ENDSTOPS, MAX_SOFTWARE_ENDSTOPS)
#define HAS_SOFTWARE_ENDSTOPS 1
#endif
#if ANY(EXTENSIBLE_UI, NEWPANEL, EMERGENCY_PARSER)
#if ANY(EXTENSIBLE_UI, NEWPANEL, EMERGENCY_PARSER, HAS_ADC_BUTTONS)
#define HAS_RESUME_CONTINUE 1
#endif