From cbe16ea321b2d9455f22e28c3cd7804508b62eec Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 8 Jan 2025 16:06:31 -0600 Subject: [PATCH] Fix DGUS_LCD_UI_MKS typo 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 0e61080e67a4..2a026f751e2d 100644 --- a/Marlin/src/lcd/extui/dgus/mks/DGUSScreenHandler.h +++ b/Marlin/src/lcd/extui/dgus/mks/DGUSScreenHandler.h @@ -78,7 +78,7 @@ class DGUSScreenHandlerMKS : public DGUSScreenHandler { 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);