d7096a8a68
- aggiunto parametro sCanDamageNextPiece
11 lines
684 B
Lua
11 lines
684 B
Lua
-- Parametri configurabili da cliente per strategia: STR0002
|
|
|
|
local STR0002Data = {
|
|
sStrategyId = 'STR0002',
|
|
Parameters = {
|
|
{ sName = 'dMaxCornerRadius', sNameNge = 'MAX_CORNER_RADIUS', sValue = '15', sDescriptionShort = 'Max radius left on corners', sDescriptionLong = 'Radius-limit left by the tool at each corner of the feature', sType = 'd', sMinUserLevel = '1', sMessageId = ''},
|
|
{ sName = 'bAntiSplint', sNameNge = 'ANTISPLINT', sValue = 'false', sDescriptionShort = 'Use Anti-Splint strategy', sDescriptionLong = 'The strategy will apply blade cuts on corner to avoid wood splint', sType = 'b', sMinUserLevel = '1', sMessageId = ''}
|
|
}
|
|
}
|
|
|
|
return STR0002Data |