Move millis_t includes

This commit is contained in:
Scott Lahteine
2020-03-01 09:50:53 -06:00
parent 5e9a10dbae
commit 3473b21710
6 changed files with 6 additions and 3 deletions

View File

@ -829,7 +829,7 @@ void MarlinUI::draw_status_screen() {
&& !printingIsActive()
#endif
) {
xy_pos_t lpos = current_position; toLogical(lpos);
const xy_pos_t lpos = current_position.asLogical();
_draw_axis_value(X_AXIS, ftostr4sign(lpos.x), blink);
lcd_put_wchar(' ');
_draw_axis_value(Y_AXIS, ftostr4sign(lpos.y), blink);