Browse Source

Shift YZ on graphical display to fit Z+123.45

Scott Lahteine 6 years ago
parent
commit
ec9d21a234
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/dogm/status_screen_DOGM.cpp

+ 1
- 1
Marlin/src/lcd/dogm/status_screen_DOGM.cpp View File

@@ -374,7 +374,7 @@ void MarlinUI::draw_status_screen() {
374 374
 
375 375
   #define X_LABEL_POS  3
376 376
   #define X_VALUE_POS 11
377
-  #define XYZ_SPACING 40
377
+  #define XYZ_SPACING 37
378 378
 
379 379
   #if ENABLED(XYZ_HOLLOW_FRAME)
380 380
     #define XYZ_FRAME_TOP 29

Loading…
Cancel
Save