From a07036b4d6c16cbfc3340000901e754db1cf5d09 Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Wed, 15 Sep 2021 08:39:13 -0500 Subject: [PATCH] Endif missing from statement --- Marlin/Configuration.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 98a6bc55e..dd3a79fd6 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1585,6 +1585,7 @@ #define PROBE_SAFE_POINT { -6, -9 } //safe probe point for dual extruder on Pro/XT #else #define PROBE_SAFE_POINT { -1, -9 } //safe probe point for single extruder toolheads on Pro/XT + #endif #endif // X and Y axis travel speed (mm/min) between probes