Adjust bed size

Thanks to Dominic for the feedback.
This commit is contained in:
David Ramiro 2019-01-04 15:21:06 +01:00
parent 5dface64e1
commit d0831e79c6
No known key found for this signature in database
GPG Key ID: 5B042737EBEEB736
1 changed files with 5 additions and 5 deletions

View File

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