AnHardt e616093d4c Simplify dock_sled()
`dock_sled()` is never called with offset parameter - remove it.
We move x only - so only that needs to be homed. Consequence is - we can home to z-min now with a sled probe!
Feedrates are set and restored in `do_blocking_move()`.
We already checked if the probe is deployed/stowed in deploy/stow_probe.
```
if (z_loc < _Z_RAISE_PROBE_DEPLOY_STOW + 5) z_loc = _Z_RAISE_PROBE_DEPLOY_STOW;
```
makes no sense - remove.
Now the raise is the same for deploy/stow -> move before the if.
Replace the if with a ternary.
Instead writing LOW/HIGH use the boolean `stow` we already have.

There is no reason for not using the sled probe in G29/M48 with 'E'.
It takes a while but works. (tested!)
2016-06-27 20:19:51 -07:00
..
2016-04-18 20:09:03 -07:00
2016-06-15 21:46:54 -07:00
2016-06-12 00:34:31 +02:00
2016-06-09 20:20:05 -07:00
2016-06-27 12:04:49 -07:00
2016-06-14 09:39:28 +02:00
2016-06-02 17:16:19 -07:00
2016-05-30 17:08:56 -07:00
2016-05-17 17:02:53 -07:00
2016-05-20 13:24:34 +02:00
2016-06-19 17:14:56 -07:00
2016-05-18 19:09:09 -07:00
2016-06-27 20:19:51 -07:00
2016-06-22 03:27:31 -07:00
2016-06-07 19:10:39 -07:00
2016-04-24 05:21:17 +01:00
2016-06-19 19:25:26 -07:00
2016-04-24 05:21:17 +01:00
2016-06-09 20:20:05 -07:00
2016-06-09 20:20:05 -07:00
2016-06-09 20:20:05 -07:00
2016-06-09 20:20:05 -07:00
2016-06-19 19:25:26 -07:00
2016-06-09 20:20:05 -07:00
2016-06-15 21:46:54 -07:00
2016-06-23 03:12:55 +01:00
2016-05-22 13:14:58 +01:00
2016-05-02 15:58:04 +02:00
2016-06-09 20:20:05 -07:00
2016-06-23 03:12:55 +01:00
2016-06-14 01:59:50 +02:00
2016-05-14 15:06:09 -07:00