Skip to content

Commit

Permalink
Fix the push forward when we retracted, and changed filament.
Browse files Browse the repository at this point in the history
  • Loading branch information
daid committed Feb 18, 2015
1 parent 11b151a commit 630d4ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2165,6 +2165,7 @@ void process_commands()
lifetime_stats_tick();
}

plan_set_e_position(current_position[E_AXIS]);
//return to normal
if(code_seen('L'))
{
Expand Down

0 comments on commit 630d4ee

Please sign in to comment.