change to better (more clear) names (#8050)
set_destination_to_current() changed to set_destination_from_current() set_current_to_destination() changed to set_current_from_destination()
This commit is contained in:
@@ -129,7 +129,7 @@ void FWRetract::retract(const bool retracting
|
||||
planner.flow_percentage[active_extruder] = 100;
|
||||
|
||||
// The current position will be the destination for E and Z moves
|
||||
set_destination_to_current();
|
||||
set_destination_from_current();
|
||||
|
||||
stepper.synchronize(); // Wait for buffered moves to complete
|
||||
|
||||
|
Reference in New Issue
Block a user