- Prima versione file INI interfaccia selezione strategie Beam&Wall
- BeamLib : nuova funzione 'LoadCustomParametersInStrategy' - Piccoli aggiustamenti vari
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
local STR0002Data = {
|
||||
StrategyId = 'STR0002',
|
||||
Parameters = {
|
||||
{ Value = '10', Name = 'Step', Description = 'Questo è lo step di lavorazione', Type = 'd'},
|
||||
{ Value = '5', Name = 'Depth', Description = 'Affondamento lavorazione', Type = 'd'},
|
||||
{ Name = 'Step', Value = '10', Description = 'Questo è lo step di lavorazione', Type = 'd'},
|
||||
{ Name = 'Depth', Value = '5', Description = 'Affondamento lavorazione', Type = 'd'},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user