Kairali
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
Marlin/src/lcd/dogm/status_screen_DOGM.cpp
|
@ -40,6 +40,10 @@ |
|
|
|
|
|
|
|
|
#include "../../gcode/parser.h" // for units (and volumetric) |
|
|
#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) |
|
|
#if ENABLED(FILAMENT_LCD_DISPLAY) |
|
|
#include "../../feature/filwidth.h" |
|
|
#include "../../feature/filwidth.h" |
|
|
#include "../../module/planner.h" |
|
|
#include "../../module/planner.h" |
|
|