Reset print bed size für i3 MEGA, since this printer has a smaller print area.

This commit is contained in:
Knutwurst
2021-05-31 12:42:31 +02:00
parent 57e0e8ca2b
commit 0fb9bcf66d

View File

@@ -1518,7 +1518,16 @@
#endif
*/
#if ANY(KNUTWURST_MEGA, KNUTWURST_MEGA_S, KNUTWURST_MEGA_P)
#if ENABLED(KNUTWURST_MEGA)
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_BED_SIZE 215
#define Y_BED_SIZE 215
#define Z_MAX_POS 206
#endif
#if ANY(KNUTWURST_MEGA_S, KNUTWURST_MEGA_P)
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0