Skip to content

Commit

Permalink
Get E3V2 DWIN MACHINE_SIZE from config (MarlinFirmware#20526)
Browse files Browse the repository at this point in the history
  • Loading branch information
streef authored and RFBomb committed Dec 23, 2020
1 parent f5a1c28 commit 55792f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/dwin/e3v2/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 55792f8

Please sign in to comment.