Files
Essetre-WALL_XS0014/Wall/MillingData.lua
T
luca.mazzoleni 5df48bfe17 primo commit
2024-09-19 09:27:57 +02:00

19 lines
777 B
Lua

-- MillingData.lua by Egaltech s.r.l. 24/05/2022 08:41:12
-- Gestione dati lavorazioni per Travi
-- Tabella per definizione modulo
local MillingData = {
{ On = true, Name = 'Milling200x63', Type = 'Side'},
{ On = true, Name = 'MillingBH', Type = 'SideGroove'},
{ On = true, Name = 'Milling25x130', Type = 'FreeContour'},
{ On = true, Name = 'Milling20x50', Type = 'FreeContour'},
{ On = true, Name = 'Clean60x40', Type = 'CleanCorner60'},
{ On = true, Name = 'Clean30x40', Type = 'CleanCorner30'},
{ On = true, Name = 'Text45x40', Type = 'Text'},
{ On = true, Name = 'Nailing_11', Type = 'Nailing'},
{ On = true, Name = 'Nailing_12', Type = 'Nailing'}
}
---------------------------------------------------------------------
return MillingData