Skip to content

Commit

Permalink
🔧 Warn about Endstop Interrupts
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 1, 2023
1 parent 4f7df32 commit 1456ba0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Marlin/src/inc/Warnings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 1456ba0

Please sign in to comment.