Merge pull request #4307 from jbrazio/feature/movement-unleash

Remove do_blocking_move_*() dependency on HAS_BED_PROBE
This commit is contained in:
Scott Lahteine
2016-07-14 19:23:30 -07:00
committed by GitHub

View File

@@ -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
*/