From 7d40f2b29da5892f7a8b91f2264bfe2282238d59 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Thu, 28 Sep 2023 09:16:58 -0400 Subject: [PATCH] More g30 --- Marlin/src/gcode/probe/G30.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/gcode/probe/G30.cpp b/Marlin/src/gcode/probe/G30.cpp index 3ce37bed05..874206032f 100644 --- a/Marlin/src/gcode/probe/G30.cpp +++ b/Marlin/src/gcode/probe/G30.cpp @@ -34,7 +34,7 @@ #include "../../feature/probe_temp_comp.h" #endif -#if ANY(DWIN_LCD_PROUI, DWIN_CREALITY_LCD_JYERSUI) +#if ANY(DWIN_LCD_PROUI, DWIN_CREALITY_LCD_JYERSUI, EXTENSIBLE_UI) #define VERBOSE_SINGLE_PROBE #endif