d45fc8e89b
- BeamLib : nuova funzione 'LoadCustomParametersInStrategy' - Piccoli aggiustamenti vari
11 lines
347 B
Lua
11 lines
347 B
Lua
-- Parametri configurabili da cliente per strategia: STR0002
|
|
|
|
local STR0002Data = {
|
|
StrategyId = 'STR0002',
|
|
Parameters = {
|
|
{ Name = 'Step', Value = '10', Description = 'Questo è lo step di lavorazione', Type = 'd'},
|
|
{ Name = 'Depth', Value = '5', Description = 'Affondamento lavorazione', Type = 'd'},
|
|
}
|
|
}
|
|
|
|
return STR0002Data |