🔧 Warn about Endstop Interrupts

This commit is contained in:
Scott Lahteine 2022-12-31 21:49:44 -06:00
parent 4f7df32b77
commit 1456ba083a

View file

@ -777,6 +777,13 @@
#warning "Define MK3_FAN_PINS to swap hotend and part cooling fan pins. (Define NO_MK3_FAN_PINS_WARNING to suppress this warning.)" #warning "Define MK3_FAN_PINS to swap hotend and part cooling fan pins. (Define NO_MK3_FAN_PINS_WARNING to suppress this warning.)"
#endif #endif
/**
* Endstop Interrupts is Indicated
*/
#if DISABLED(ENDSTOP_INTERRUPTS_FEATURE)
#warning "ENDSTOP_INTERRUPTS_FEATURE should be enabled for production use if possible!"
#endif
/** /**
* BD Sensor should always include BABYSTEPPING * BD Sensor should always include BABYSTEPPING
*/ */