Update bed size, adjust probe offset

This commit is contained in:
Danny Oh 2022-08-05 17:49:57 -07:00
parent 741e0bb836
commit b663bc21d8

View File

@ -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