offsets and probe count update

This commit is contained in:
Weisman, Alex (Contractor-NBCUniversal)
2024-12-23 13:54:36 -05:00
parent e94266350a
commit 1e83c3f509
+5 -5
View File
@@ -1304,7 +1304,7 @@
* The probe replaces the Z-MIN endstop and is used for Z homing. * The probe replaces the Z-MIN endstop and is used for Z homing.
* (Automatically enables USE_PROBE_FOR_Z_HOMING.) * (Automatically enables USE_PROBE_FOR_Z_HOMING.)
*/ */
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN //#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
// Force the use of the probe for Z-axis homing // Force the use of the probe for Z-axis homing
#define USE_PROBE_FOR_Z_HOMING #define USE_PROBE_FOR_Z_HOMING
@@ -1517,7 +1517,7 @@
// Most probes should stay away from the edges of the bed, but // 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. // with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10 #define PROBING_MARGIN 15
// X and Y axis travel speed (mm/min) between probes // X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60) #define XY_PROBE_FEEDRATE (133*60)
@@ -1573,7 +1573,7 @@
* A total of 2 does fast/slow probes with a weighted average. * A total of 2 does fast/slow probes with a weighted average.
* A total of 3 or more adds more slow probes, taking the average. * A total of 3 or more adds more slow probes, taking the average.
*/ */
#define MULTIPLE_PROBING 4 //#define MULTIPLE_PROBING 4
//#define EXTRA_PROBING 1 //#define EXTRA_PROBING 1
/** /**
@@ -1727,11 +1727,11 @@
// The size of the printable area // The size of the printable area
#define X_BED_SIZE 235 #define X_BED_SIZE 235
#define Y_BED_SIZE 235 #define Y_BED_SIZE 230
// Travel limits (linear=mm, rotational=°) after homing, corresponding to endstop positions. // Travel limits (linear=mm, rotational=°) after homing, corresponding to endstop positions.
#define X_MIN_POS -5 #define X_MIN_POS -5
#define Y_MIN_POS -7 #define Y_MIN_POS -16
#define Z_MIN_POS 0 #define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE+10 #define X_MAX_POS X_BED_SIZE+10
#define Y_MAX_POS Y_BED_SIZE #define Y_MAX_POS Y_BED_SIZE