Browse Source

Get E3V2 DWIN `MACHINE_SIZE` from config (#20526)

Dick Streefland 4 years ago
parent
commit
71bec0824c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/dwin/e3v2/dwin.cpp

+ 1
- 1
Marlin/src/lcd/dwin/e3v2/dwin.cpp View File

@@ -86,7 +86,7 @@
86 86
 #endif
87 87
 
88 88
 #ifndef MACHINE_SIZE
89
-  #define MACHINE_SIZE "220x220x250"
89
+  #define MACHINE_SIZE STRINGIFY(X_BED_SIZE) "x" STRINGIFY(Y_BED_SIZE) "x" STRINGIFY(Z_MAX_POS)
90 90
 #endif
91 91
 #ifndef CORP_WEBSITE_C
92 92
   #define CORP_WEBSITE_C "www.cxsw3d.com"

Loading…
Cancel
Save