From 4c0e6123767e70d37c6aa9dfca50efe3418d8d1c Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 19 Oct 2024 22:52:07 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Config=20end=20block=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ff849d22dc..712597af97 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -2054,9 +2054,9 @@ //#define FIL_MOTION8_PULLUP //#define FIL_MOTION8_PULLDOWN #endif - #endif - #endif -#endif + #endif // FILAMENT_MOTION_SENSOR + #endif // FILAMENT_RUNOUT_DISTANCE_MM +#endif // FILAMENT_RUNOUT_SENSOR //=========================================================================== //=============================== Bed Leveling ==============================