Browse Source

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

vanilla_fb_2.0.x
Dick Streefland 4 years ago
committed by GitHub
parent
commit
71bec0824c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/lcd/dwin/e3v2/dwin.cpp

2
Marlin/src/lcd/dwin/e3v2/dwin.cpp

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

Loading…
Cancel
Save