set bed size to max printable

This commit is contained in:
Bob E Moe 2020-01-13 14:00:07 +00:00
parent 4f0477c17b
commit 06d4e5e449

View File

@ -1063,8 +1063,8 @@
// @section machine // @section machine
// The size of the print bed // The size of the print bed
#define X_BED_SIZE 200 #define X_BED_SIZE 190
#define Y_BED_SIZE 200 #define Y_BED_SIZE 190
// Travel limits (mm) after homing, corresponding to endstop positions. // Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 0 #define X_MIN_POS 0
@ -1072,7 +1072,7 @@
#define Z_MIN_POS -2 #define Z_MIN_POS -2
#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 200 #define Z_MAX_POS 190
/** /**
* Software Endstops * Software Endstops