Skip to content

Commit

Permalink
Merge branch 'Production' of https://github.itap.purdue.edu/Bechtel-I…
Browse files Browse the repository at this point in the history
  • Loading branch information
will1742 committed Aug 12, 2021
2 parents 3a076e0 + 90bf325 commit c5fc8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Haas_Lathes_BIDC/haas st-20.cps
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ function getCompleteTool(holder, tool) {
case TOOL_TURNING_THREADING:
this.offsetType = "Threading";
this.x = function() {
return holder.x + (tool.cuttingWidth - tool.shankWidth*.5);
return holder.x - (tool.cuttingWidth - tool.shankWidth*.5);
};
this.z = function() {
return holder.z + (tool.holderOverallLength + holder.sOffset);
Expand Down

0 comments on commit c5fc8ed

Please sign in to comment.