Skip to content

Commit

Permalink
Z Retract Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
will1742 committed Aug 28, 2021
1 parent d641ad2 commit b2f06a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Haas_Gantry_BIDC/Bechtel SR.cps
Original file line number Diff line number Diff line change
Expand Up @@ -1774,6 +1774,9 @@ function onSection() {
if (!isFirstSection()) {
writeBlock(mFormat.format(0));
writeComment("CHECK TOOL AND PART");
if (!retracted) {
writeRetract(Z);
}
writeRetract(X, Y);
}

Expand Down

0 comments on commit b2f06a7

Please sign in to comment.