Skip to content

Commit c54fbe6

Browse files
robbycandraLCh-77
authored andcommittedJul 19, 2022
♻️ Bilinear refactor followup (MarlinFirmware#24009)
Followup to MarlinFirmware#23868
1 parent 9935ce6 commit c54fbe6

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
@@ -1170,7 +1170,7 @@ FORCE_INLINE void segment_idle(millis_t &next_idle_ms) {
11701170
#if ENABLED(MESH_BED_LEVELING)
11711171
mbl.line_to_destination(scaled_fr_mm_s);
11721172
#elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
1173-
bilinear_line_to_destination(scaled_fr_mm_s);
1173+
bbl.line_to_destination(scaled_fr_mm_s);
11741174
#endif
11751175
return true;
11761176
}

0 commit comments

Comments
 (0)
Please sign in to comment.