Skip to content

Commit

Permalink
sp
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Feb 1, 2023
1 parent d75bd71 commit d8b6f40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Marlin/src/lcd/dogm/status_screen_DOGM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ FORCE_INLINE void _draw_axis_value(const AxisEnum axis, const char *value, const
#if EITHER(HAS_EXTRA_PROGRESS, HAS_PRINT_PROGRESS)
static MarlinUI::progress_t progress = 0;
static char bufferc[13];
#endif
#endif

#if HAS_EXTRA_PROGRESS

Expand Down Expand Up @@ -487,7 +487,8 @@ FORCE_INLINE void _draw_axis_value(const AxisEnum axis, const char *value, const
if (printJobOngoing())
prepare_time_string(print_job_timer.duration(), 'E'); }
#endif
#endif // HAS_PRINT_PROGRESS

#endif // HAS_EXTRA_PROGRESS

/**
* Draw the Status Screen for a 128x64 DOGM (U8glib) display.
Expand Down

0 comments on commit d8b6f40

Please sign in to comment.