From 128e05ce257a342521a785692bdbcf6ce3b972d2 Mon Sep 17 00:00:00 2001 From: "Williams, Gavin J" Date: Tue, 5 Oct 2021 10:46:35 -0400 Subject: [PATCH] Altered User Param Arrangement --- Haas_Gantry_BIDC/Bechtel SR.cps | 8 ++++---- Haas_Lathes_BIDC/Bechtel ST-20.cps | 5 +++-- Haas_Lathes_BIDC/Bechtel ST-20Y.cps | 5 +++-- Haas_Mills_BIDC/Bechtel Milling.cps | 15 +++++++-------- 4 files changed, 17 insertions(+), 16 deletions(-) diff --git a/Haas_Gantry_BIDC/Bechtel SR.cps b/Haas_Gantry_BIDC/Bechtel SR.cps index 594ed56..482b246 100644 --- a/Haas_Gantry_BIDC/Bechtel SR.cps +++ b/Haas_Gantry_BIDC/Bechtel SR.cps @@ -263,7 +263,7 @@ properties = {/* toolsToLoad: { title: "Tools to load and probe", description: "List or provide a range of tools to probe e.g. 1, 2, 3 or 1-5. Leaving this empty will probe all tools", - group: 4, + group: 0, type: "string", value: "", scope: "post" @@ -271,7 +271,7 @@ properties = {/* pencilWCSValidation: { title: "WCS Validation", description: "WCS validation. By turning this off, you accept responsibility for any resulting crashes.", - group: 99, + group: 0, type: "boolean", value: true, scope: "post" @@ -279,7 +279,7 @@ properties = {/* toolHeightValidation: { title: "Tool Length Validation", description: "Length validation. By turning this off, you accept responsibility for any resulting crashes.", - group: 99, + group: 0, type: "boolean", value: true, scope: "post" @@ -287,7 +287,7 @@ properties = {/* measureToolsAtStart: { title: "Tool Probing", description: "Tool Probing. By turning this off, you accept responsibility for any resulting crashes.", - group: 99, + group: 0, type: "boolean", value: true, scope: "post" diff --git a/Haas_Lathes_BIDC/Bechtel ST-20.cps b/Haas_Lathes_BIDC/Bechtel ST-20.cps index 92bd7cb..798c4da 100644 --- a/Haas_Lathes_BIDC/Bechtel ST-20.cps +++ b/Haas_Lathes_BIDC/Bechtel ST-20.cps @@ -281,6 +281,7 @@ properties = { title: "Use SSV", description: "Outputs M38/M39 to enable SSV for turning operations.", type: "boolean", + group: 1, value: false, scope: "post" }, @@ -354,7 +355,7 @@ properties = { measureToolsAtStart: { title: "Tool Probing", description: "Tool loading and probing. By turning this off, you accept responsibility for any resulting crashes.", - group: 99, + group: 0, type: "boolean", value: false, scope: "post" @@ -362,7 +363,7 @@ properties = { loadToolsAtStart: { title: "Tool loading", description: "Tool loading only. By turning this off, you accept responsibility for any resulting crashes.", - group: 99, + group: 0, type: "boolean", value: true, scope: "post" diff --git a/Haas_Lathes_BIDC/Bechtel ST-20Y.cps b/Haas_Lathes_BIDC/Bechtel ST-20Y.cps index da4ba9b..6f854bb 100644 --- a/Haas_Lathes_BIDC/Bechtel ST-20Y.cps +++ b/Haas_Lathes_BIDC/Bechtel ST-20Y.cps @@ -281,6 +281,7 @@ properties = { title: "Use SSV", description: "Outputs M38/M39 to enable SSV for turning operations.", type: "boolean", + group: 1, value: false, scope: "post" }, @@ -354,7 +355,7 @@ properties = { measureToolsAtStart: { title: "Tool Probing", description: "Tool loading and probing. By turning this off, you accept responsibility for any resulting crashes.", - group: 99, + group: 0, type: "boolean", value: false, scope: "post" @@ -362,7 +363,7 @@ properties = { loadToolsAtStart: { title: "Tool loading", description: "Tool loading only. By turning this off, you accept responsibility for any resulting crashes.", - group: 99, + group: 0, type: "boolean", value: false, scope: "post" diff --git a/Haas_Mills_BIDC/Bechtel Milling.cps b/Haas_Mills_BIDC/Bechtel Milling.cps index 2050cd8..d0a9705 100644 --- a/Haas_Mills_BIDC/Bechtel Milling.cps +++ b/Haas_Mills_BIDC/Bechtel Milling.cps @@ -301,7 +301,6 @@ properties = {/* {title: "Cycles", id: "cycles"}, {title: "Patterns", id: "patterns"} ], - group: 3, value: "none", scope: "post" },/* @@ -410,7 +409,7 @@ properties = {/* toolsToLoad: { title: "Tools to load and probe", description: "List or provide a range of tools to probe e.g. 1, 2, 3 or 1-5. Leaving this empty will probe all tools", - group: 4, + group: 0, type: "string", value: "", scope: "post" @@ -418,7 +417,7 @@ properties = {/* toolLengthValidation: { title: "Tool Length Validation", description: "Length validation. By setting this to optional, you accept responsibility for any resulting crashes.", - group: 99, + group: 0, type: "boolean", value: true, scope: "post" @@ -426,7 +425,7 @@ properties = {/* pencilWCSValidation: { title: "WCS Validation", description: "WCS validation. By setting this to optional, you accept responsibility for any resulting crashes.", - group: 99, + group: 0, type: "boolean", value: true, scope: "post" @@ -434,7 +433,7 @@ properties = {/* measureToolsAtStart: { title: "Tool Probing", description: "Tool Probing. By setting this to optional, you accept responsibility for any resulting crashes.", - group: 99, + group: 0, type: "boolean", value: true, scope: "post" @@ -442,7 +441,7 @@ properties = {/* loadToolsAtStart: { title: "Tool Loading", description: "Tool Loading. By setting this to optional, you accept responsibility for any resulting crashes.", - group: 99, + group: 0, type: "boolean", value: true, scope: "post" @@ -450,7 +449,7 @@ properties = {/* displayMediaCalls: { title: "Display Media", description: "Enable to include M130 part images with the NC file, disable to see the information in comments.", - group: 4, + group: 0, value: false, scope: "post" } @@ -4549,8 +4548,8 @@ function onClose() { } function gotoWithMessage(xLoc, yLoc, fileName, comment) { - writeBlock(gFormat.format(53), xOutput.format(xLoc), yOutput.format(yLoc)); displayMedia(fileName, false, comment); + writeBlock(gFormat.format(53), xOutput.format(xLoc), yOutput.format(yLoc)); } writeln("");