Skip to content

Commit

Permalink
Added Holder to 20Y moved holders in 20
Browse files Browse the repository at this point in the history
  • Loading branch information
will1742 committed Oct 7, 2021
1 parent 5fbdb70 commit d7b06b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Haas_Lathes_BIDC/Bechtel ST-20.cps
Original file line number Diff line number Diff line change
Expand Up @@ -1160,11 +1160,11 @@ function getToolHolderBIDCST20(toolNum) {
case 5:
case 6:
case 7:
case 8:
return WHOLD;
case 9:
case 8:
case 12:
return SRBLOCK;
case 9:
case 10:
case 11:
return LRBLOCK;
Expand Down
1 change: 1 addition & 0 deletions Haas_Lathes_BIDC/Bechtel ST-20Y.cps
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,7 @@ function getToolHolderBIDCST20(toolNum) {
return KM50R;
case 3:
case 4:
case 5:
return WBLOCK;
case 6:
case 7:
Expand Down

0 comments on commit d7b06b9

Please sign in to comment.