Revert bed sizing test values

Reverting some minor changes to bed size. Those were not meant for the main branch, just for testing.
This commit is contained in:
David Ramiro
2019-01-10 18:52:14 +01:00
parent 433ff96886
commit de70c97f4a
2 changed files with 6 additions and 6 deletions

View File

@@ -889,11 +889,11 @@
#define Y_BED_SIZE 215
// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS -3
#define X_MIN_POS -5
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS 215
#define Y_MAX_POS 215
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 205
/**