瀏覽代碼

♻️ Bilinear refactor followup (#24009)

Followup to #23868
Robby Candra 3 年之前
父節點
當前提交
b19f745659
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp 查看文件

@@ -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…
取消
儲存