Skip to content

Commit

Permalink
Added Dwell for coolant
Browse files Browse the repository at this point in the history
  • Loading branch information
will1742 committed Sep 16, 2021
1 parent 72bcd93 commit d584dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Haas_Mills_BIDC/Bechtel DT.cps
Original file line number Diff line number Diff line change
Expand Up @@ -2817,6 +2817,7 @@ function onSection() {

if (tool.type != TOOL_PROBE) {
setCoolant(tool.coolant);
writeBlock(gFormat.format(4), "P500");
}

writeComment("BEGIN OPERATION");
Expand Down
1 change: 1 addition & 0 deletions Haas_Mills_BIDC/Bechtel VF2.cps
Original file line number Diff line number Diff line change
Expand Up @@ -2817,6 +2817,7 @@ function onSection() {

if (tool.type != TOOL_PROBE) {
setCoolant(tool.coolant);
writeBlock(gFormat.format(4), "P500");
}

writeComment("BEGIN OPERATION");
Expand Down

0 comments on commit d584dba

Please sign in to comment.