Browse Source

do_blocking_move_*() no longer depend on HAS_BED_PROBE

pull/1/head
João Brázio 9 years ago
parent
commit
e71a631f8f
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

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

Loading…
Cancel
Save