From b6e2a6c7504edfedf57cb18cdf2d70d1c5309cc7 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sun, 30 Jun 2019 09:44:36 -0400 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index c00b6cbc4d..1335776cbb 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1014,6 +1014,10 @@ #define MAX_SOFTWARE_ENDSTOP_Z #endif +#if ENABLED(MIN_SOFTWARE_ENDSTOPS) || ENABLED(MAX_SOFTWARE_ENDSTOPS) + #define SOFT_ENDSTOPS_MENU_ITEM // Enable/Disable software endstops from the LCD +#endif + /** * Filament Runout Sensors * Mechanical or opto endstops are used to check for the presence of filament.