b0f26bdea2
- tipo di parametro "Combo" - nuovo campo sNameNge che verrà scritto nelle info nel Processing
20 lines
1.5 KiB
Lua
20 lines
1.5 KiB
Lua
-- Parametri configurabili da cliente per strategia: STR0003
|
|
|
|
local STR0003Data = {
|
|
sStrategyId = 'STR0003',
|
|
Parameters = {
|
|
{ sName = 'bFinishWithChainSaw', sValue = 'true', sDescriptionShort = 'Finish with chainsaw if needed', sDescriptionLong = 'Finish with chainsaw if needed', sType = 'b', sMessageId = '', sMinUserLevel = '1'},
|
|
{ sName = 'bForceLongcutBlade', sValue = 'false', sDescriptionShort = 'Force ripping blade', sDescriptionLong = 'Force the use of ripping blade, designed for cuts parallel to the grain', sType = 'b', sMessageId = '', sMinUserLevel = '1'},
|
|
{ sName = 'bNotCompleteWithBladeRadius', sValue = 'true', sDescriptionShort = '', sDescriptionLong = '', sType = 'b', sMessageId = '', sMinUserLevel = '1'},
|
|
{ sName = 'bUseZigZagMortising', sValue = 'false', sDescriptionShort = '', sDescriptionLong = '', sType = 'b', sMessageId = '', sMinUserLevel = '1'},
|
|
{ sNameNge = 'DAMAGENEXTPIECE', sName = 'DamageNextPiece', sType = 'combo', sMinUserLevel = '1',
|
|
{ sNameNge = 'NEVER', sDescriptionShort = '', sDescriptionLong = '', sMessageId = ''},
|
|
{ sNameNge = 'ALWAYS', sDescriptionShort = '', sDescriptionLong = '', sMessageId = ''}},
|
|
|
|
{ sNameNge = 'CUBETTI', sName = 'DamageNextPiece', sType = 'combo', sMinUserLevel = '1',
|
|
{ sNameNge = 'MIN', sDescriptionShort = '', sDescriptionLong = '', sMessageId = ''},
|
|
{ sNameNge = 'MAX', sDescriptionShort = '', sDescriptionLong = '', sMessageId = ''}},
|
|
}
|
|
}
|
|
|
|
return STR0003Data |