From 4053a2235732a9c05a1c0fa7a8024f58acf59acf Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 5 Feb 2020 19:26:29 +0100 Subject: [PATCH] Enable G38 --- Marlin/Configuration.h | 4 ++-- Marlin/Configuration_adv.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index fb002b6214..7b664a10fa 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1314,7 +1314,7 @@ * A Fix-Mounted Probe either doesn't deploy or needs manual deployment. * (e.g., an inductive probe or a nozzle-based probe-switch.) */ -//#define FIX_MOUNTED_PROBE +#define FIX_MOUNTED_PROBE /** * Use the nozzle as the probe, as with a conductive @@ -2090,7 +2090,7 @@ * - Allows Z homing only when XY positions are known and trusted. * - If stepper drivers sleep, XY homing may be required again before Z homing. */ -//#define Z_SAFE_HOMING +#define Z_SAFE_HOMING #if ENABLED(Z_SAFE_HOMING) #define Z_SAFE_HOMING_X_POINT X_CENTER // X point for Z homing diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 9d32ab019f..3840a89660 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -2316,7 +2316,7 @@ * and optionally G38.4 and G38.5 (probe away from target). * Set MULTIPLE_PROBING for G38 to probe more than once. */ -//#define G38_PROBE_TARGET +#define G38_PROBE_TARGET #if ENABLED(G38_PROBE_TARGET) //#define G38_PROBE_AWAY // Include G38.4 and G38.5 to probe away from target #define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.