13 lines
698 B
Lua
13 lines
698 B
Lua
-- Parametri configurabili da cliente per strategia: STR0001
|
|
|
|
local STR0001Data = {
|
|
sStrategyId = 'STR0001',
|
|
Parameters = {
|
|
{ sName = 'dOverMatOnLenght', sValue = '0', sDescription = 'Sovramateriale lunghezza tenone', sType = 'd'},
|
|
{ sName = 'dOverMatOnRadius', sValue = '0', sDescription = 'Sovramateriale larghezza tenone', sType = 'd'},
|
|
{ sName = 'nMaxMillingPaths', sValue = '3', sDescription = 'Numero massimo di passaggi di fresatura. Se richiesti più passaggi, si fa svuotatura', sType = 'd'},
|
|
{ sName = 'bUseDTToolOnPocketing', sValue = 'true', sDescription = 'Utilizza utensile a coda di rondimne per fare svuotatura', sType = 'b'}
|
|
}
|
|
}
|
|
|
|
return STR0001Data |