Clarify some motion code

This commit is contained in:
Scott Lahteine
2017-11-08 22:13:33 -06:00
parent 10896b9431
commit 0cfb936dd1
8 changed files with 21 additions and 23 deletions

View File

@ -48,7 +48,7 @@ void mesh_probing_done() {
#if ENABLED(MESH_G28_REST_ORIGIN)
current_position[Z_AXIS] = Z_MIN_POS;
set_destination_from_current();
line_to_destination(homing_feedrate(Z_AXIS));
buffer_line_to_destination(homing_feedrate(Z_AXIS));
stepper.synchronize();
#endif
}