Skip to content

Commit

Permalink
Fix DGUS_LCD_UI_MKS typo
Browse files Browse the repository at this point in the history
Fixes #27508

Co-Authored-By: vehystrix <[email protected]>
  • Loading branch information
thinkyhead and vehystrix committed Jan 8, 2025
1 parent 4eb8a87 commit cbe16ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/extui/dgus/mks/DGUSScreenHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cbe16ea

Please sign in to comment.