diff options
-rw-r--r-- | marlinfw/config/Configuration.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/marlinfw/config/Configuration.h b/marlinfw/config/Configuration.h index 83a920c..e608e62 100644 --- a/marlinfw/config/Configuration.h +++ b/marlinfw/config/Configuration.h @@ -653,7 +653,7 @@ #define X_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop. #define Y_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop. #define Z_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop. -#define Z_MIN_PROBE_ENDSTOP_INVERTING true // Set to true to invert the logic of the probe. +#define Z_MIN_PROBE_ENDSTOP_INVERTING false // Set to true to invert the logic of the probe. /** * Stepper Drivers @@ -940,7 +940,7 @@ * * Specify a Probe position as { X, Y, Z } */ -#define NOZZLE_TO_PROBE_OFFSET { 10, 10, 0 } +#define NOZZLE_TO_PROBE_OFFSET { -45, -9, 0 } // 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. @@ -964,7 +964,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 3 +//#define MULTIPLE_PROBING 3 //#define EXTRA_PROBING 1 /** |