Merge pull request #4503 from AnHardt/fix-retract
Correct typo in retract()
This commit is contained in:
commit
0f030aface
@ -2525,7 +2525,7 @@ static void homeaxis(AxisEnum axis) {
|
|||||||
SYNC_PLAN_POSITION_KINEMATIC();
|
SYNC_PLAN_POSITION_KINEMATIC();
|
||||||
}
|
}
|
||||||
|
|
||||||
feedrate_mm_m = MMM_TO_MMS(retract_recover_feedrate_mm_s);
|
feedrate_mm_m = MMS_TO_MMM(retract_recover_feedrate_mm_s);
|
||||||
float move_e = swapping ? retract_length_swap + retract_recover_length_swap : retract_length + retract_recover_length;
|
float move_e = swapping ? retract_length_swap + retract_recover_length_swap : retract_length + retract_recover_length;
|
||||||
current_position[E_AXIS] -= move_e / volumetric_multiplier[active_extruder];
|
current_position[E_AXIS] -= move_e / volumetric_multiplier[active_extruder];
|
||||||
sync_plan_position_e();
|
sync_plan_position_e();
|
||||||
|
Loading…
Reference in New Issue
Block a user