Config: refine bed size

x301
Alfred Melch 3 years ago
parent 63d970e6ea
commit 1ebccfce51

@ -1383,16 +1383,16 @@
// @section machine // @section machine
// The size of the printable area // The size of the printable area
#define X_BED_SIZE 310 #define X_BED_SIZE 300
#define Y_BED_SIZE 310 #define Y_BED_SIZE 300
// 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 -7
#define Y_MIN_POS 0 #define Y_MIN_POS -2
#define Z_MIN_POS 0 #define Z_MIN_POS 0
#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 320
//#define I_MIN_POS 0 //#define I_MIN_POS 0
//#define I_MAX_POS 50 //#define I_MAX_POS 50
//#define J_MIN_POS 0 //#define J_MIN_POS 0

Loading…
Cancel
Save