From a7867421093e7c0303a020967d2b8fab5db58ff5 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 3 Jan 2023 04:19:33 -0600 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=EF=B8=8F=20Less=20nag=20over=20Endsto?= =?UTF-8?q?p=20Interrupts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/inc/Warnings.cpp | 7 ------- 1 file changed, 7 deletions(-) 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 */