|
@@ -2068,6 +2068,8 @@ static void clean_up_after_endstop_or_probe_move() {
|
2068
|
2068
|
// Would a goto be less ugly?
|
2069
|
2069
|
//while (!_TRIGGERED_WHEN_STOWED_TEST) { idle(); // would offer the opportunity
|
2070
|
2070
|
// for a triggered when stowed manual probe.
|
|
2071
|
+ if(!deploy) endstops.enable_z_probe( deploy ); // Switch off triggered when stowed probes early
|
|
2072
|
+ // Else a Allen-Key probe can't be stowed.
|
2071
|
2073
|
#endif
|
2072
|
2074
|
|
2073
|
2075
|
#if ENABLED(Z_PROBE_SLED)
|