Make Allen Key Probe stow
by switching off the tests for the probe before the stow move.
This commit is contained in:
parent
5347f39fce
commit
f37e8a31d7
@ -2068,6 +2068,8 @@ static void clean_up_after_endstop_or_probe_move() {
|
|||||||
// Would a goto be less ugly?
|
// Would a goto be less ugly?
|
||||||
//while (!_TRIGGERED_WHEN_STOWED_TEST) { idle(); // would offer the opportunity
|
//while (!_TRIGGERED_WHEN_STOWED_TEST) { idle(); // would offer the opportunity
|
||||||
// for a triggered when stowed manual probe.
|
// 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
|
#endif
|
||||||
|
|
||||||
#if ENABLED(Z_PROBE_SLED)
|
#if ENABLED(Z_PROBE_SLED)
|
||||||
|
Loading…
Reference in New Issue
Block a user