Skip to content

Commit

Permalink
♻️ Bilinear refactor followup (MarlinFirmware#24009)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbycandra authored and LCh-77 committed Jul 19, 2022
1 parent 9935ce6 commit c54fbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ FORCE_INLINE void segment_idle(millis_t &next_idle_ms) {
#if ENABLED(MESH_BED_LEVELING)
mbl.line_to_destination(scaled_fr_mm_s);
#elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
bilinear_line_to_destination(scaled_fr_mm_s);
bbl.line_to_destination(scaled_fr_mm_s);
#endif
return true;
}
Expand Down

0 comments on commit c54fbe6

Please sign in to comment.