소스 검색

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);
     }