Skip to content

Commit

Permalink
Preparing live x y z, by cosmoderp advance menu
Browse files Browse the repository at this point in the history
  • Loading branch information
smith3d committed Oct 12, 2020
1 parent b2aebb1 commit b69c2ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Marlin/src/lcd/dwin/e3v2/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1952,6 +1952,11 @@ void Draw_Status_Area(const bool with_update) {
DWIN_Draw_Signed_Float(DWIN_FONT_STAT, Color_Bg_Black, 2, 2, 178, 429, BABY_Z_VAR * 100);
#endif

//Preparing live x y z, by cosmoderp advance menu
//DWIN_Draw_Signed_Float(font8x16, Color_Bg_Black, 3, 1, 37, 444, current_position[X_AXIS] * MINUNITMULT); //x
//DWIN_Draw_Signed_Float(font8x16, Color_Bg_Black, 3, 1, 134, 444, current_position[Y_AXIS] * MINUNITMULT); //y
//DWIN_Draw_Signed_Float(font8x16, Color_Bg_Black, 3, 1, 220, 444, current_position[Z_AXIS] * MINUNITMULT); //z

if (with_update) {
DWIN_UpdateLCD();
delay(5);
Expand Down

0 comments on commit b69c2ea

Please sign in to comment.