0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-07-14 01:28:44 +00:00

🩹 Fix printer_busy, M73

Followup to "Misc. LCD cleanup"
This commit is contained in:
Scott Lahteine 2022-05-12 23:40:56 -05:00
parent cb31a99319
commit b934a4c612
4 changed files with 7 additions and 1 deletions
Marlin/src/lcd/menu

View file

@ -29,6 +29,7 @@
#if HAS_MARLINUI_MENU
#include "menu_item.h"
#include "../../MarlinCore.h"
#include "../../module/planner.h"
#if DISABLED(NO_VOLUMETRICS)