🩹 Fix UBL menu compile (#25020)

This commit is contained in:
ellensp 2022-11-27 14:22:08 +13:00 committed by Scott Lahteine
parent 7d0f1dd17c
commit c1684a1dbe
1 changed files with 3 additions and 0 deletions

View File

@ -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,