🔧 Warn about Endstop Interrupts
This commit is contained in:
parent
4f7df32b77
commit
1456ba083a
|
@ -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.)"
|
||||
#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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue