PFW-1386 fixup

This commit is contained in:
Guðni Már Gilbert 2022-08-28 13:10:31 +00:00 committed by D.R.racer
parent 38952f1f33
commit 099c3a1f1f
1 changed files with 1 additions and 1 deletions

View File

@ -5262,7 +5262,7 @@ void unload_filament(float unloadLength, bool automatic)
raise_z_above(MIN_Z_FOR_SWAP);
}
current_position[E_AXIS] -= unloadLength;
current_position[E_AXIS] += unloadLength;
plan_buffer_line_curposXYZE(1000 / 60);
st_synchronize();