Skip to content

Commit 3b7ae51

Browse files
committed
Merge remote-tracking branch 'upstream/2.0.x' into P3Steel-Testing
2 parents 8cc5b8d + ba2939b commit 3b7ae51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Marlin/src/feature/bedlevel/abl

Marlin/src/feature/bedlevel/abl/abl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ float bilinear_z_offset(const xy_pos_t &raw) {
348348
* Prepare a bilinear-leveled linear move on Cartesian,
349349
* splitting the move where it crosses grid borders.
350350
*/
351-
void bilinear_line_to_destination(const feedRate_t scaled_fr_mm_s, uint16_t x_splits, uint16_t y_splits) {
351+
void bilinear_line_to_destination(const feedRate_t &scaled_fr_mm_s, uint16_t x_splits, uint16_t y_splits) {
352352
// Get current and destination cells for this line
353353
xy_int_t c1 { CELL_INDEX(x, current_position.x), CELL_INDEX(y, current_position.y) },
354354
c2 { CELL_INDEX(x, destination.x), CELL_INDEX(y, destination.y) };

0 commit comments

Comments
 (0)