Skip to content

Commit b19f745

Browse files
authored
♻️ Bilinear refactor followup (MarlinFirmware#24009)
Followup to MarlinFirmware#23868
1 parent febf7e5 commit b19f745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/module/motion.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ FORCE_INLINE void segment_idle(millis_t &next_idle_ms) {
11661166
#if ENABLED(MESH_BED_LEVELING)
11671167
mbl.line_to_destination(scaled_fr_mm_s);
11681168
#elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
1169-
bilinear_line_to_destination(scaled_fr_mm_s);
1169+
bbl.line_to_destination(scaled_fr_mm_s);
11701170
#endif
11711171
return true;
11721172
}

0 commit comments

Comments
 (0)