Revert MEGA print bed size.

This commit is contained in:
Knutwurst
2020-09-27 10:40:54 +02:00
parent d4b4d04aa8
commit c864789c22

View File

@@ -1492,7 +1492,13 @@
// @section machine // @section machine
// The size of the print bed // The size of the print bed
#if ENABLED(KNUTWURST_MEGA) || ENABLED(KNUTWURST_MEGA_S) || ENABLED(KNUTWURST_MEGA_P) #if ENABLED(KNUTWURST_MEGA)
#define X_BED_SIZE 210
#define Y_BED_SIZE 210
#define Z_BED_HEIGHT 210
#endif
#if ENABLED(KNUTWURST_MEGA_S) || ENABLED(KNUTWURST_MEGA_P)
#define X_BED_SIZE 225 #define X_BED_SIZE 225
#define Y_BED_SIZE 220 #define Y_BED_SIZE 220
#define Z_BED_HEIGHT 210 #define Z_BED_HEIGHT 210