From 54fad1ce3a39b7e8bd49e70c53653d84248e3650 Mon Sep 17 00:00:00 2001 From: will1742 Date: Mon, 23 Aug 2021 14:20:27 -0400 Subject: [PATCH] Typo Correction --- Haas_Lathes_BIDC/Bechtel ST-20.cps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Haas_Lathes_BIDC/Bechtel ST-20.cps b/Haas_Lathes_BIDC/Bechtel ST-20.cps index f0a2c39..8ec3918 100644 --- a/Haas_Lathes_BIDC/Bechtel ST-20.cps +++ b/Haas_Lathes_BIDC/Bechtel ST-20.cps @@ -618,7 +618,7 @@ function getCompleteTool(holder, tool) { }; return; } - this.offsetType = "Indexible Drill"; + this.offsetType = "Indexable Drill"; this.probeX = function() { return holder.x + tool.diameter*.3 - PROBE_CENTERING_OFFSET; };