set_current_position_from_planner() after stepper.quick_stop()

This commit is contained in:
Scott Lahteine
2016-05-31 15:16:21 -07:00
parent 381bc6f0b0
commit 6277395e1e
4 changed files with 22 additions and 1 deletions

View File

@@ -225,6 +225,7 @@ void ok_to_send();
void reset_bed_level();
void prepare_move();
void set_current_position_from_planner();
void kill(const char*);
#if ENABLED(FILAMENT_RUNOUT_SENSOR)