do_blocking_move_*() no longer depend on HAS_BED_PROBE
This commit is contained in:
parent
8bf6861af8
commit
e71a631f8f
1 changed files with 64 additions and 64 deletions
|
@ -1624,7 +1624,6 @@ static void clean_up_after_endstop_or_probe_move() {
|
|||
refresh_cmd_timeout();
|
||||
}
|
||||
|
||||
#if HAS_BED_PROBE
|
||||
#if ENABLED(DELTA)
|
||||
/**
|
||||
* Calculate delta, start a line, and set current_position to destination
|
||||
|
@ -1704,6 +1703,7 @@ static void clean_up_after_endstop_or_probe_move() {
|
|||
do_blocking_move_to(current_position[X_AXIS], current_position[Y_AXIS], z, feed_rate);
|
||||
}
|
||||
|
||||
#if HAS_BED_PROBE
|
||||
/**
|
||||
* Raise Z to a minimum height to make room for a probe to move
|
||||
*/
|
||||
|
|
Reference in a new issue