mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
No default needed
This commit is contained in:
parent
c5e31b1723
commit
46a839cbca
1 changed files with 1 additions and 1 deletions
|
@ -1545,7 +1545,7 @@ inline void buffer_line_to_current_position() {
|
|||
* Move the planner to the position stored in the destination array, which is
|
||||
* used by G0/G1/G2/G3/G5 and many other functions to set a destination.
|
||||
*/
|
||||
inline void buffer_line_to_destination(const float &fr_mm_s=feedrate_mm_s) {
|
||||
inline void buffer_line_to_destination(const float &fr_mm_s) {
|
||||
planner.buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], fr_mm_s, active_extruder);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue