瀏覽代碼

Patch tool_change typo

Scott Lahteine 4 年之前
父節點
當前提交
44b71103df
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/module/tool_change.cpp

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

@@ -947,7 +947,7 @@ void tool_change(const uint8_t new_tool, bool no_move/*=false*/) {
947 947
 
948 948
       // Unload / Retract
949 949
       #if ENABLED(TOOLCHANGE_FILAMENT_SWAP)
950
-        const bool should_swap = can_move_away && toolchange_settings.swap_length;
950
+        const bool should_swap = can_move_away && toolchange_settings.swap_length,
951 951
                    too_cold = TERN0(PREVENT_COLD_EXTRUSION,
952 952
                      !DEBUGGING(DRYRUN) && (thermalManager.targetTooColdToExtrude(old_tool) || thermalManager.targetTooColdToExtrude(new_tool))
953 953
                    );

Loading…
取消
儲存