aboutsummaryrefslogtreecommitdiffstats
path: root/marlinfw
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2021-05-01 22:53:33 +0200
committerEddie Ehlin <eddiex@eddiex.se>2021-05-01 22:53:33 +0200
commit028fb2b4b8963944bb0f9780a8b91bfdf2fea265 (patch)
tree6cc6abbe1317ffe3c057f9c2e5b38e57db01c4b0 /marlinfw
parentb61e12a9e0ec1fe44b3572b64de92caf5bc2ea8d (diff)
download3DPrinter-CR10S-028fb2b4b8963944bb0f9780a8b91bfdf2fea265.tar.gz
3DPrinter-CR10S-028fb2b4b8963944bb0f9780a8b91bfdf2fea265.zip
Enabled BLTouch support (inspired by changes in config-2.0.x)
Diffstat (limited to 'marlinfw')
-rw-r--r--marlinfw/config-2.0.8/Configuration.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/marlinfw/config-2.0.8/Configuration.h b/marlinfw/config-2.0.8/Configuration.h
index 752d527..6dd4d6d 100644
--- a/marlinfw/config-2.0.8/Configuration.h
+++ b/marlinfw/config-2.0.8/Configuration.h
@@ -962,7 +962,7 @@
/**
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
*/
-//#define BLTOUCH
+#define BLTOUCH
/**
* Touch-MI Probe by hotends.fr
@@ -1054,7 +1054,7 @@
* | [-] |
* O-- FRONT --+
*/
-#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.
@@ -1105,7 +1105,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 2
+#define MULTIPLE_PROBING 2
//#define EXTRA_PROBING 1
/**
@@ -1127,7 +1127,7 @@
#define Z_CLEARANCE_MULTI_PROBE 5 // Z Clearance between multiple probes
//#define Z_AFTER_PROBING 5 // Z position after probing is done
-#define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping
+#define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping - Will this affect -2.8 z-offset?
// For M851 give a range for adjusting the Z probe offset
#define Z_PROBE_OFFSET_RANGE_MIN -20
@@ -1585,7 +1585,7 @@
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
// - Prevent Z homing when the Z probe is outside bed area.
//
-//#define Z_SAFE_HOMING
+#define Z_SAFE_HOMING
#if ENABLED(Z_SAFE_HOMING)
#define Z_SAFE_HOMING_X_POINT 150 // X point for Z homing