From f37e8a31d716dd0758fb88216a2910b13d4940d1 Mon Sep 17 00:00:00 2001
From: AnHardt <github@kitelab.de>
Date: Sat, 6 Aug 2016 15:21:23 +0200
Subject: [PATCH] Make Allen Key Probe stow

by switching off the tests for the probe before the stow move.
---
 Marlin/Marlin_main.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp
index fc09450296..0e07b1b6f4 100644
--- a/Marlin/Marlin_main.cpp
+++ b/Marlin/Marlin_main.cpp
@@ -2068,6 +2068,8 @@ static void clean_up_after_endstop_or_probe_move() {
                                                    // Would a goto be less ugly?
       //while (!_TRIGGERED_WHEN_STOWED_TEST) { idle(); // would offer the opportunity
       // for a triggered when stowed manual probe.
+      if(!deploy) endstops.enable_z_probe( deploy ); // Switch off triggered when stowed probes early
+                                                     // Else a Allen-Key probe can't be stowed.
     #endif
 
     #if ENABLED(Z_PROBE_SLED)
-- 
GitLab