From 236d9a43b04cd659dce17b1ce09e1d4c904f3162 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Tue, 30 Jun 2026 09:09:18 +0200 Subject: [PATCH] Aggiunto parametro sCuttingStrategy a strategia STR0012 --- Strategies/Standard/STR0012/STR0012.json | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/Strategies/Standard/STR0012/STR0012.json b/Strategies/Standard/STR0012/STR0012.json index a30e81f..ea028a1 100644 --- a/Strategies/Standard/STR0012/STR0012.json +++ b/Strategies/Standard/STR0012/STR0012.json @@ -14,6 +14,43 @@ "sMessageId": " ", "sMinUserLevel": "1" }, + { + "sName": "sCuttingStrategy", + "sNameNge": "CUTTING_STRATEGY", + "sValue": "AUTO", + "sDescriptionShort": "Cutting strategy", + "sDescriptionLong": "", + "idDescriptionShortMsg": 1000117, + "idDescriptionLongMsg": 1000118, + "sType": "combo", + "sMinUserLevel": "1", + "Choices": [ + { + "sValue": "AUTO", + "sDescriptionShort": "Automatic", + "sDescriptionLong": "", + "idDescriptionShortMsg": 1000119, + "idDescriptionLongMsg": 1000120, + "sMessageId": "" + }, + { + "sValue": "DROP_WASTE", + "sDescriptionShort": "Drop waste", + "sDescriptionLong": "", + "idDescriptionShortMsg": 1000121, + "idDescriptionLongMsg": 1000122, + "sMessageId": "" + }, + { + "sValue": "KEEP_WASTE_ATTACHED", + "sDescriptionShort": "Keep waste attached", + "sDescriptionLong": "", + "idDescriptionShortMsg": 1000123, + "idDescriptionLongMsg": 1000124, + "sMessageId": "" + } + ] + }, { "sName": "sCanDamageNextPiece", "sNameNge": "DAMAGE_NEXT_PIECE",