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:
@@ -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
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user