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
             #if ENABLED(MESH_BED_LEVELING)
1166
             #if ENABLED(MESH_BED_LEVELING)
1167
               mbl.line_to_destination(scaled_fr_mm_s);
1167
               mbl.line_to_destination(scaled_fr_mm_s);
1168
             #elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
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
             #endif
1170
             #endif
1171
             return true;
1171
             return true;
1172
           }
1172
           }

Loading…
Cancel
Save