Update bed size, adjust probe offset
This commit is contained in:
parent
741e0bb836
commit
b663bc21d8
@ -1287,7 +1287,7 @@
|
||||
* | [-] |
|
||||
* O-- FRONT --+
|
||||
*/
|
||||
#define NOZZLE_TO_PROBE_OFFSET { -61, -3, 0 }
|
||||
#define NOZZLE_TO_PROBE_OFFSET { -61, -3, -3.875 }
|
||||
|
||||
// Most probes should stay away from the edges of the bed, but
|
||||
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
|
||||
@ -1498,8 +1498,8 @@
|
||||
// @section machine
|
||||
|
||||
// The size of the print bed
|
||||
#define X_BED_SIZE 254
|
||||
#define Y_BED_SIZE 254
|
||||
#define X_BED_SIZE 220
|
||||
#define Y_BED_SIZE 240
|
||||
|
||||
// Travel limits (linear=mm, rotational=°) after homing, corresponding to endstop positions.
|
||||
#define X_MIN_POS 0
|
||||
@ -1507,7 +1507,7 @@
|
||||
#define Z_MIN_POS 0
|
||||
#define X_MAX_POS X_BED_SIZE
|
||||
#define Y_MAX_POS Y_BED_SIZE
|
||||
#define Z_MAX_POS 254
|
||||
#define Z_MAX_POS 250
|
||||
//#define I_MIN_POS 0
|
||||
//#define I_MAX_POS 50
|
||||
//#define J_MIN_POS 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user