Files
databeamnew/Strategies/Standard/STR0004/STR0004.json
T
2025-04-24 09:02:21 +02:00

52 lines
1.3 KiB
JSON

{
"sStrategyId": "STR0004",
"ParameterList" : [
{
"sName": "bUseZigZagMortising",
"sNameNge": "USE_ZIGZAG_CHAINSAW",
"sValue": "false",
"sDescriptionShort": "",
"sDescriptionLong": "",
"sType": "b",
"sMessageId": " ",
"sMinUserLevel": "1"
},
{
"sName": "dExtendAfterTail",
"sNameNge": "EXTEND_AFTER_TAIL",
"sValue": "",
"sDescriptionShort": "",
"sDescriptionLong": "",
"sType": "d",
"sMessageId": " ",
"sMinUserLevel": "1"
},
{
"sName": "sCanDamageNextPiece",
"sNameNge": "DAMAGE_NEXT_PIECE",
"sValue": "NEVER",
"sType": "combo",
"sMinUserLevel": "1",
"Choices": [
{
"sValue": "NEVER",
"sDescriptionShort": "",
"sDescriptionLong": "",
"sMessageId": ""
},
{
"sValue": "ONLY_IF_RAWPART",
"sDescriptionShort": "",
"sDescriptionLong": "",
"sMessageId": ""
},
{
"sValue": "ALWAYS",
"sDescriptionShort": "",
"sDescriptionLong": "",
"sMessageId": ""
}
]
}
]
}