aboutsummaryrefslogtreecommitdiffstats
path: root/marlinfw/config-1.1.x/Configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'marlinfw/config-1.1.x/Configuration.h')
-rw-r--r--marlinfw/config-1.1.x/Configuration.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/marlinfw/config-1.1.x/Configuration.h b/marlinfw/config-1.1.x/Configuration.h
index 37b4c2a..b85a5a0 100644
--- a/marlinfw/config-1.1.x/Configuration.h
+++ b/marlinfw/config-1.1.x/Configuration.h
@@ -713,7 +713,7 @@
* Use G29 repeatedly, adjusting the Z height at each point with movement commands
* or (with LCD_BED_LEVELING) the LCD controller.
*/
-#define PROBE_MANUALLY
+//#define PROBE_MANUALLY
//#define MANUAL_PROBE_START_Z 0.2
/**
@@ -731,7 +731,7 @@
/**
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
*/
-//#define BLTOUCH
+#define BLTOUCH
/**
* Enable one or more of the following if probing seems unreliable.
@@ -777,8 +777,8 @@
* O-- FRONT --+
* (0,0)
*/
-#define X_PROBE_OFFSET_FROM_EXTRUDER 10 // X offset: -left +right [of the nozzle]
-#define Y_PROBE_OFFSET_FROM_EXTRUDER 10 // Y offset: -front +behind [the nozzle]
+#define X_PROBE_OFFSET_FROM_EXTRUDER -45 // X offset: -left +right [of the nozzle]
+#define Y_PROBE_OFFSET_FROM_EXTRUDER -9 // Y offset: -front +behind [the nozzle]
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0 // Z offset: -below +above [the nozzle]
// Certain types of probes need to stay away from edges
@@ -1144,7 +1144,7 @@
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing when homing all axes (G28).
// - 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 ((X_BED_SIZE) / 2) // X point for Z homing when homing all axes (G28).