diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index e5b35c0..273feff 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1304,7 +1304,7 @@ * The probe replaces the Z-MIN endstop and is used 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 #define USE_PROBE_FOR_Z_HOMING @@ -1517,7 +1517,7 @@ // 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. -#define PROBING_MARGIN 10 +#define PROBING_MARGIN 15 // X and Y axis travel speed (mm/min) between probes #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 3 or more adds more slow probes, taking the average. */ -#define MULTIPLE_PROBING 4 +//#define MULTIPLE_PROBING 4 //#define EXTRA_PROBING 1 /** @@ -1727,11 +1727,11 @@ // The size of the printable area #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. #define X_MIN_POS -5 -#define Y_MIN_POS -7 +#define Y_MIN_POS -16 #define Z_MIN_POS 0 #define X_MAX_POS X_BED_SIZE+10 #define Y_MAX_POS Y_BED_SIZE