Browse Source

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

So I'm removing them
Guðni Már Gilbert 2 years ago
parent
commit
ba7dae5c79
1 changed files with 0 additions and 2 deletions
  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);
     }