From 29cd7419a78158aa27d0e34c540d5172eea5b9df Mon Sep 17 00:00:00 2001 From: "Williams, Gavin J" Date: Thu, 14 Oct 2021 11:28:18 -0400 Subject: [PATCH] Description Updated --- Haas_Lathes_BIDC/Bechtel ST-20.cps | 2 +- Haas_Lathes_BIDC/Bechtel ST-20Y.cps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Haas_Lathes_BIDC/Bechtel ST-20.cps b/Haas_Lathes_BIDC/Bechtel ST-20.cps index eb99e16..51df0fd 100644 --- a/Haas_Lathes_BIDC/Bechtel ST-20.cps +++ b/Haas_Lathes_BIDC/Bechtel ST-20.cps @@ -5,7 +5,7 @@ HAAS Lathe post processor configuration. */ -description = "BIDC ST-20"; +description = "Bechtel Center - HAAS - ST-20"; var gotYAxis = false; var yAxisMinimum = toPreciseUnit(gotYAxis ? -50.8 : 0, MM); // specifies the minimum range for the Y-axis diff --git a/Haas_Lathes_BIDC/Bechtel ST-20Y.cps b/Haas_Lathes_BIDC/Bechtel ST-20Y.cps index 9aac526..e4ad3b1 100644 --- a/Haas_Lathes_BIDC/Bechtel ST-20Y.cps +++ b/Haas_Lathes_BIDC/Bechtel ST-20Y.cps @@ -5,7 +5,7 @@ HAAS Lathe post processor configuration. */ -description = "BIDC ST-20Y"; +description = "Bechtel Center - HAAS - ST-20Y"; var gotYAxis = true; var yAxisMinimum = toPreciseUnit(gotYAxis ? -50.8 : 0, MM); // specifies the minimum range for the Y-axis