Get E3V2 DWIN MACHINE_SIZE from config (#20526)

This commit is contained in:
Dick Streefland 2020-12-21 08:47:49 +01:00 committed by GitHub
parent 4764e2c544
commit 71bec0824c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"