From 30697cb53fcf6784679d3ad9785e867a7fe093a8 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 8 Jan 2025 16:06:31 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20DGUS=5FLCD=5FUI=5FMKS=20ty?= =?UTF-8?q?po?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #27508 Co-Authored-By: vehystrix <7142781+vehystrix@users.noreply.github.com> --- Marlin/src/lcd/extui/dgus/mks/DGUSScreenHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/lcd/extui/dgus/mks/DGUSScreenHandler.h b/Marlin/src/lcd/extui/dgus/mks/DGUSScreenHandler.h index 0e61080e67..2a026f751e 100644 --- a/Marlin/src/lcd/extui/dgus/mks/DGUSScreenHandler.h +++ b/Marlin/src/lcd/extui/dgus/mks/DGUSScreenHandler.h @@ -78,7 +78,7 @@ public: static void handleFeedRateMinChange(DGUS_VP_Variable &var, void *val_ptr); static void handleMin_T_F(DGUS_VP_Variable &var, void *val_ptr); - #if HAS_PID_HEATING + #if ENABLED(DGUS_FILAMENT_LOADUNLOAD) static void filamentLoadUnload(DGUS_VP_Variable &var, void *val_ptr, const int filamentDir); static void filamentLoad(DGUS_VP_Variable &var, void *val_ptr); static void filamentUnload(DGUS_VP_Variable &var, void *val_ptr);