Update print bed size so gain a max of 220x225x210, which is within the limits of the hardware.

This commit is contained in:
Knutwurst
2020-07-03 13:05:06 +02:00
parent 0b2ea96958
commit b0095e511c

View File

@@ -1176,16 +1176,16 @@
// @section machine // @section machine
// The size of the print bed // The size of the print bed
#define X_BED_SIZE 215 #define X_BED_SIZE 225
#define Y_BED_SIZE 215 #define Y_BED_SIZE 220
// Travel limits (mm) after homing, corresponding to endstop positions. // Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS -5 #define X_MIN_POS 0
#define Y_MIN_POS 0 #define Y_MIN_POS 0
#define Z_MIN_POS 0 #define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE #define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE #define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 205 #define Z_MAX_POS 210
/** /**
* Software Endstops * Software Endstops