Skip to content

Commit

Permalink
🩹 Fix UBL menu compile (#25020)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and thinkyhead committed Dec 16, 2022
1 parent 7d0f1dd commit c1684a1
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 c1684a1

Please sign in to comment.