Skip to content

Commit

Permalink
Stock Load
Browse files Browse the repository at this point in the history
  • Loading branch information
will1742 committed Aug 23, 2021
1 parent 47da7f6 commit fbbbd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Haas_Lathes_BIDC/Bechtel ST-20.cps
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ function writeToolMeasureBlockBIDC(tool) {
return;
}

writeBlock(gFormat.format(10), "L10 P" + tool.number, xOffset.format(measureTool.probeX()));''
writeBlock(gFormat.format(10), "L10 P" + tool.number, xOffset.format(measureTool.probeX()));
writeBlock(gFormat.format(10), "L10 P" + tool.number, zOffset.format(measureTool.probeZ()));
if(tool.noseRadius != 0 || tool.cornerRadius != 0) {
writeBlock(gFormat.format(10), "L10 P" + tool.number, rOffset.format(tool.cornerRadius != 0 ? tool.cornerRadius : tool.noseRadius));
Expand Down

0 comments on commit fbbbd65

Please sign in to comment.