Skip to content

Commit

Permalink
"Move … code" followup (MarlinFirmware#20874)
Browse files Browse the repository at this point in the history
Fix regression from MarlinFirmware#20832
  • Loading branch information
EvillNooB authored and Jyers committed Feb 3, 2021
1 parent 280b66a commit 386b420
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/lcd/dogm/status_screen_DOGM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@

#include "../../gcode/parser.h" // for units (and volumetric)

#if ENABLED(LCD_SHOW_E_TOTAL)
#include "../../MarlinCore.h" // for printingIsActive(), marlin_state and MF_SD_COMPLETE
#endif

#if ENABLED(FILAMENT_LCD_DISPLAY)
#include "../../feature/filwidth.h"
#include "../../module/planner.h"
Expand Down

0 comments on commit 386b420

Please sign in to comment.