浏览代码

PFW-1386 I don't see a reason for these lines

So I'm removing them
Guðni Már Gilbert 2 年之前
父节点
当前提交
ba7dae5c79
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Firmware/Marlin_main.cpp

+ 0 - 2
Firmware/Marlin_main.cpp

@@ -8600,7 +8600,6 @@ Sigma_Exit:
             fastLoadLength = code_value();
         }
 
-        enable_z();
         if (code_seen('Z'))
         {
             z_target = code_value();
@@ -8608,7 +8607,6 @@ Sigma_Exit:
 
         // Raise the Z axis
         raise_z_above(z_target, false);
-        disable_z();
 
         gcode_M701(fastLoadLength, mmuSlotIndex);
     }