Files
Carlo Baronchelli 741791a0e4 Copia locale Iniziale
2022-05-19 16:04:07 +02:00

20 lines
852 B
Lua

-- MillingData.lua by Egaltech s.r.l. 02/02/2022 16:46:13
-- Gestione dati lavorazioni per Travi
-- Tabella per definizione modulo
local MillingData = {
{ On = true, Name = 'Mill_DtMrt60', Type = 'DtMortise'},
{ On = true, Name = 'Spig30x40', Type = 'CleanCorner30'},
{ On = true, Name = 'Spig60x70', Type = 'CleanCorner60'},
{ On = false, Name = 'Milling200x63', Type = 'Side'},
{ On = true, Name = 'SideMill_200x63', Type = 'SideMill'},
{ On = true, Name = 'SideMill_350x50', Type = 'SideMill'},
{ On = true, Name = 'SideMill_350x25', Type = 'SideMill'},
{ On = true, Name = 'SawM_480', Type = 'SideGroove'},
{ On = true, Name = 'Milling70x103', Type = 'Gorge'},
{ On = true, Name = 'Milling25x130', Type = 'FreeContour'}
}
---------------------------------------------------------------------
return MillingData