aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2022-01-05 22:06:45 +0100
committerEddie Ehlin <eddiex@eddiex.se>2022-01-05 22:06:45 +0100
commit36fdb64601cad85bbdc0deb349ddd210a308d050 (patch)
tree6bf18211324c62eeac48b28ede4c8523976a1c87
parent38e68cf61080d2d01065fa6793cd584744a35ab3 (diff)
download3DPrinter-CR10S-36fdb64601cad85bbdc0deb349ddd210a308d050.tar.gz
3DPrinter-CR10S-36fdb64601cad85bbdc0deb349ddd210a308d050.zip
Added updated probe offsets for X and Y.
-rw-r--r--marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration.h2
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.