diff options
author | Eddie Ehlin <eddiex@eddiex.se> | 2022-01-05 22:06:45 +0100 |
---|---|---|
committer | Eddie Ehlin <eddiex@eddiex.se> | 2022-01-05 22:06:45 +0100 |
commit | 36fdb64601cad85bbdc0deb349ddd210a308d050 (patch) | |
tree | 6bf18211324c62eeac48b28ede4c8523976a1c87 /marlinfw-skr-e3-mini-v2 | |
parent | 38e68cf61080d2d01065fa6793cd584744a35ab3 (diff) | |
download | 3DPrinter-CR10S-36fdb64601cad85bbdc0deb349ddd210a308d050.tar.gz 3DPrinter-CR10S-36fdb64601cad85bbdc0deb349ddd210a308d050.zip |
Added updated probe offsets for X and Y.
Diffstat (limited to 'marlinfw-skr-e3-mini-v2')
-rw-r--r-- | marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration.h b/marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration.h index dcb9e17..1f2ab7e 100644 --- a/marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration.h +++ b/marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration.h @@ -1182,7 +1182,7 @@ * | [-] | * O-- FRONT --+ */ -#define NOZZLE_TO_PROBE_OFFSET { -43, -10, 0 } // Z-offset usally -2.58 +#define NOZZLE_TO_PROBE_OFFSET { -44, -9, 0 } // Z-offset usally -2.58 // 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. |