Browse Source

♻️ Bilinear refactor followup (#24009)

Followup to #23868
Robby Candra 3 years ago
parent
commit
b19f745659
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp View File

@@ -1166,7 +1166,7 @@ FORCE_INLINE void segment_idle(millis_t &next_idle_ms) {
1166 1166
             #if ENABLED(MESH_BED_LEVELING)
1167 1167
               mbl.line_to_destination(scaled_fr_mm_s);
1168 1168
             #elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
1169
-              bilinear_line_to_destination(scaled_fr_mm_s);
1169
+              bbl.line_to_destination(scaled_fr_mm_s);
1170 1170
             #endif
1171 1171
             return true;
1172 1172
           }

Loading…
Cancel
Save