PFW-1386 fixup
This commit is contained in:
parent
38952f1f33
commit
099c3a1f1f
|
|
@ -5262,7 +5262,7 @@ void unload_filament(float unloadLength, bool automatic)
|
||||||
raise_z_above(MIN_Z_FOR_SWAP);
|
raise_z_above(MIN_Z_FOR_SWAP);
|
||||||
}
|
}
|
||||||
|
|
||||||
current_position[E_AXIS] -= unloadLength;
|
current_position[E_AXIS] += unloadLength;
|
||||||
plan_buffer_line_curposXYZE(1000 / 60);
|
plan_buffer_line_curposXYZE(1000 / 60);
|
||||||
st_synchronize();
|
st_synchronize();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue