From 5c19dbc7c5b284e3d9f1f92de8999302dc26978d Mon Sep 17 00:00:00 2001 From: will1742 Date: Tue, 31 Aug 2021 12:40:20 -0400 Subject: [PATCH] Gantry WCS Tool Num updated --- Haas_Gantry_BIDC/Bechtel SR.cps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Haas_Gantry_BIDC/Bechtel SR.cps b/Haas_Gantry_BIDC/Bechtel SR.cps index 5ec88d3..b551168 100644 --- a/Haas_Gantry_BIDC/Bechtel SR.cps +++ b/Haas_Gantry_BIDC/Bechtel SR.cps @@ -1712,7 +1712,7 @@ function onSection() { var stockMidY = (stockUpperY + stockLowerY)/2; writeln(""); writeComment("Verify WCS"); - writeToolChange(19); + writeToolChange(1); // writeBlock("T" + toolFormat.format(19), mFormat.format(6)); //Changes Tool writeBlock(gFormat.format(55), gFormat.format(0), xOutput.format(stockMidX), yOutput.format(stockMidY));