mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 06:48:05 +00:00
🩹 Fix UBL menu compile (#25020)
This commit is contained in:
parent
7d0f1dd17c
commit
c1684a1dbe
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@
|
||||||
#include "../../module/planner.h"
|
#include "../../module/planner.h"
|
||||||
#include "../../module/settings.h"
|
#include "../../module/settings.h"
|
||||||
#include "../../feature/bedlevel/bedlevel.h"
|
#include "../../feature/bedlevel/bedlevel.h"
|
||||||
|
#if HAS_HOTEND
|
||||||
|
#include "../../module/temperature.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
static int16_t ubl_storage_slot = 0,
|
static int16_t ubl_storage_slot = 0,
|
||||||
custom_hotend_temp = 150,
|
custom_hotend_temp = 150,
|
||||||
|
|
Loading…
Reference in a new issue