Skip to content

Commit

Permalink
🩹 Temp constraints followup (MarlinFirmware#26744)
Browse files Browse the repository at this point in the history
Followup to cb291e8
  • Loading branch information
thisiskeithb committed Jan 28, 2024
1 parent bf8675b commit 7a4d601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/lcd/extui/anycubic_vyper/dgus_tft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include "../../../core/serial.h"
#include "../../../module/stepper.h"
#include "../../../module/probe.h"
#include "../../../module/temperature.h"

#if ENABLED(POWER_LOSS_RECOVERY)
#include "../../../feature/powerloss.h"
Expand Down
1 change: 1 addition & 0 deletions Marlin/src/lcd/menu/menu_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "menu_item.h"

#include "../../MarlinCore.h"
#include "../../module/temperature.h"

#if ENABLED(LCD_ENDSTOP_TEST)
#include "../../module/endstops.h"
Expand Down

0 comments on commit 7a4d601

Please sign in to comment.