PFW-1386 I don't see a reason for these lines
So I'm removing them
This commit is contained in:
parent
3192a95e78
commit
ba7dae5c79
|
|
@ -8600,7 +8600,6 @@ Sigma_Exit:
|
||||||
fastLoadLength = code_value();
|
fastLoadLength = code_value();
|
||||||
}
|
}
|
||||||
|
|
||||||
enable_z();
|
|
||||||
if (code_seen('Z'))
|
if (code_seen('Z'))
|
||||||
{
|
{
|
||||||
z_target = code_value();
|
z_target = code_value();
|
||||||
|
|
@ -8608,7 +8607,6 @@ Sigma_Exit:
|
||||||
|
|
||||||
// Raise the Z axis
|
// Raise the Z axis
|
||||||
raise_z_above(z_target, false);
|
raise_z_above(z_target, false);
|
||||||
disable_z();
|
|
||||||
|
|
||||||
gcode_M701(fastLoadLength, mmuSlotIndex);
|
gcode_M701(fastLoadLength, mmuSlotIndex);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue