mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-25 15:44:02 -06:00
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:
parent
adf168e68f
commit
72156a2029
17 changed files with 49 additions and 49 deletions
|
@ -176,7 +176,7 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
|||
}
|
||||
|
||||
// Save current position to destination, for use later
|
||||
set_destination_to_current();
|
||||
set_destination_from_current();
|
||||
|
||||
#if ENABLED(DUAL_X_CARRIAGE)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue