Browse Source

Remove extra defines (#14983)

Robby Candra 5 years ago
parent
commit
33d54c0d5a
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      Marlin/src/lcd/dogm/status_screen_DOGM.cpp

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

520
   // XYZ Coordinates
520
   // XYZ Coordinates
521
   //
521
   //
522
 
522
 
523
-  #define X_LABEL_POS  3
524
-  #define X_VALUE_POS 11
525
-  #define XYZ_SPACING 37
526
-
527
   #if ENABLED(XYZ_HOLLOW_FRAME)
523
   #if ENABLED(XYZ_HOLLOW_FRAME)
528
     #define XYZ_FRAME_TOP 29
524
     #define XYZ_FRAME_TOP 29
529
     #define XYZ_FRAME_HEIGHT INFO_FONT_ASCENT + 3
525
     #define XYZ_FRAME_HEIGHT INFO_FONT_ASCENT + 3

Loading…
Cancel
Save