Skip to content

Commit

Permalink
Fix typo in DWIN, preheat array
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and Alexander Yasnogor committed Aug 7, 2020
1 parent bcc160b commit f53bec1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Marlin/src/lcd/dwin/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2383,8 +2383,6 @@ void HMI_AxisMove(void) {
DWIN_UpdateLCD();
}

enum

/* TemperatureID */
void HMI_Temperature(void) {
ENCODER_DiffState encoder_diffState = get_encoder_state();
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/lcd/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ MarlinUI ui;
}
#endif

#if EITHER(HAS_LCD_MENU, DWIN_CREALITY_LCD)
#if PREHEAT_COUNT
preheat_t MarlinUI::material_preset[PREHEAT_COUNT]; // Initialized by settings.load()
#endif

Expand Down

0 comments on commit f53bec1

Please sign in to comment.