diff --git a/Haas_Gantry_BIDC/Bechtel SR.cps b/Haas_Gantry_BIDC/Bechtel SR.cps index 44c2746..5ec88d3 100644 --- a/Haas_Gantry_BIDC/Bechtel SR.cps +++ b/Haas_Gantry_BIDC/Bechtel SR.cps @@ -1774,6 +1774,9 @@ function onSection() { if (!isFirstSection()) { writeBlock(mFormat.format(0)); writeComment("CHECK TOOL AND PART"); + if (!retracted) { + writeRetract(Z); + } writeRetract(X, Y); }