mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-17 13:25:37 -07:00
last_target_traj unconditional
This commit is contained in:
parent
cbc858073d
commit
f8a5db90e5
1 changed files with 1 additions and 3 deletions
|
|
@ -462,9 +462,7 @@ bool FTMotion::plan_next_block() {
|
|||
// Offset linear advance previous position
|
||||
prev_traj_e += offset;
|
||||
|
||||
#if ENABLED(HAS_FTM_DIR_CHANGE_HOLD)
|
||||
last_target_traj.e += offset;
|
||||
#endif
|
||||
last_target_traj.e += offset;
|
||||
|
||||
// Offset stepper current position
|
||||
const int64_t delta_steps_q48_16 = offset * planner.settings.axis_steps_per_mm[block_extruder_axis] * (1ULL << 16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue