Error message change in SanityCheck.h

This commit is contained in:
Petr Zahradnik 2016-07-09 11:34:42 +02:00 committed by Scott Lahteine
parent 315b4c2153
commit a2159cfbc3

View file

@ -117,7 +117,7 @@
#if !HAS_FIL_RUNOUT
#error "FILAMENT_RUNOUT_SENSOR requires FIL_RUNOUT_PIN."
#elif DISABLED(SDSUPPORT) && DISABLED(PRINTJOB_TIMER_AUTOSTART)
#error "FILAMENT_RUNOUT_SENSOR requires SDSUPPORT."
#error "FILAMENT_RUNOUT_SENSOR requires SDSUPPORT or PRINTJOB_TIMER_AUTOSTART."
#endif
#endif