We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febf7e5 commit b19f745Copy full SHA for b19f745
Marlin/src/module/motion.cpp
@@ -1166,7 +1166,7 @@ FORCE_INLINE void segment_idle(millis_t &next_idle_ms) {
1166
#if ENABLED(MESH_BED_LEVELING)
1167
mbl.line_to_destination(scaled_fr_mm_s);
1168
#elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
1169
- bilinear_line_to_destination(scaled_fr_mm_s);
+ bbl.line_to_destination(scaled_fr_mm_s);
1170
#endif
1171
return true;
1172
}
0 commit comments