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

@@ -99,7 +99,7 @@ void do_pause_e_move(const float &length, const float fr) {
#if IS_KINEMATIC
planner.buffer_line_kinematic(destination, fr, active_extruder);
#else
line_to_destination(fr);
buffer_line_to_destination(fr);
#endif
stepper.synchronize();
}