Followup to #18906 Z_AFTER_DEACTIVATE

This commit is contained in:
Scott Lahteine 2020-08-04 03:21:19 -05:00
parent 181a35181b
commit 3b1f84a9b7
1 changed files with 1 additions and 2 deletions

View File

@ -820,8 +820,7 @@ void ST7920_Lite_Status_Screen::update_status_or_position(bool forceUpdate) {
if (countdown == 0 && (forceUpdate || position_changed()
|| TERN(DISABLE_REDUCED_ACCURACY_WARNING, 0, blink_changed())
))
draw_position(current_position, TERN(DISABLE_REDUCED_ACCURACY_WARNING, 0, all_axes_known()));
)) draw_position(current_position, TERN(DISABLE_REDUCED_ACCURACY_WARNING, 1, all_axes_known()));
#endif
}