Scott Lahteine 7 年前
父节点
当前提交
63a146d424
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      Marlin/src/module/tool_change.cpp

+ 2
- 0
Marlin/src/module/tool_change.cpp 查看文件

@@ -352,6 +352,8 @@ inline void invalid_extruder_error(const uint8_t e) {
352 352
  * previous tool out of the way and the new tool into place.
353 353
  */
354 354
 void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool no_move/*=false*/) {
355
+  planner.synchronize();
356
+
355 357
   #if ENABLED(MIXING_EXTRUDER) && MIXING_VIRTUAL_TOOLS > 1
356 358
 
357 359
     mixing_tool_change(tmp_extruder);

正在加载...
取消
保存