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

So I'm removing them
This commit is contained in:
Guðni Már Gilbert 2022-08-27 16:08:51 +00:00 committed by D.R.racer
parent 3192a95e78
commit ba7dae5c79
1 changed files with 0 additions and 2 deletions

View File

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