Skip to content

Commit 30697cb

Browse files
thinkyheadvehystrix
andcommitted
🩹 Fix DGUS_LCD_UI_MKS typo
Fixes #27508 Co-Authored-By: vehystrix <[email protected]>
1 parent 4eb8a87 commit 30697cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/lcd/extui/dgus/mks/DGUSScreenHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class DGUSScreenHandlerMKS : public DGUSScreenHandler {
7878
static void handleFeedRateMinChange(DGUS_VP_Variable &var, void *val_ptr);
7979
static void handleMin_T_F(DGUS_VP_Variable &var, void *val_ptr);
8080

81-
#if HAS_PID_HEATING
81+
#if ENABLED(DGUS_FILAMENT_LOADUNLOAD)
8282
static void filamentLoadUnload(DGUS_VP_Variable &var, void *val_ptr, const int filamentDir);
8383
static void filamentLoad(DGUS_VP_Variable &var, void *val_ptr);
8484
static void filamentUnload(DGUS_VP_Variable &var, void *val_ptr);

0 commit comments

Comments
 (0)