From ca32b19316c66d5d1acce74ec65a4336c1e6be76 Mon Sep 17 00:00:00 2001 From: pan261 Date: Tue, 14 Sep 2021 12:44:01 -0400 Subject: [PATCH] Changed H19 -> H1 for Verify WCS --- 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 f92d238..38d9c2b 100644 --- a/Haas_Gantry_BIDC/Bechtel SR.cps +++ b/Haas_Gantry_BIDC/Bechtel SR.cps @@ -1743,7 +1743,7 @@ function onSection() { writeBlock(mFormat.format(0)); writeComment("Is the pencil centered above your stock?"); - writeBlock(gFormat.format(55), gFormat.format(43), hFormat.format(19), zOutput.format(stockTopZ)); + writeBlock(gFormat.format(55), gFormat.format(43), hFormat.format(1), zOutput.format(stockTopZ)); writeBlock(mFormat.format(0)); writeComment("Is the pencil touching your stock?"); }