Skip to content

Commit

Permalink
🩹 Fix UBL menu compile (MarlinFirmware#25020)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and Andy-Big committed Jul 2, 2023
1 parent a8804c9 commit 64f37a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/src/lcd/menu/menu_ubl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
#include "../../module/planner.h"
#include "../../module/settings.h"
#include "../../feature/bedlevel/bedlevel.h"
#if HAS_HOTEND
#include "../../module/temperature.h"
#endif

static int16_t ubl_storage_slot = 0,
custom_hotend_temp = 150,
Expand Down

0 comments on commit 64f37a9

Please sign in to comment.