Tweak bed size

Slightly enlarging incorrect bed size from the manufacturer configuration
This commit is contained in:
David Ramiro 2018-12-02 14:57:50 +01:00
parent c831dd6361
commit a3c7d4f3f1
No known key found for this signature in database
GPG Key ID: 5B042737EBEEB736
1 changed files with 5 additions and 5 deletions

View File

@ -884,16 +884,16 @@
// @section machine // @section machine
// The size of the print bed // The size of the print bed
#define X_BED_SIZE 210 #define X_BED_SIZE 220
#define Y_BED_SIZE 210 #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 -5
#define Y_MIN_POS 0 #define Y_MIN_POS 0
#define Z_MIN_POS 0 #define Z_MIN_POS 0
#define X_MAX_POS 215 #define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS 215 #define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 206 #define Z_MAX_POS 205
/** /**
* Software Endstops * Software Endstops