diff --git a/Marlin/src/inc/Warnings.cpp b/Marlin/src/inc/Warnings.cpp index e0f179d828..24f4d7fbe9 100644 --- a/Marlin/src/inc/Warnings.cpp +++ b/Marlin/src/inc/Warnings.cpp @@ -777,13 +777,6 @@ #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 */