-- Probingata.lua by Egaltech s.r.l. 20/06/2025 -- Gestione dati lavorazioni per Travi -- Tabella per definizione modulo local ProbingData = { { On = true, Name = 'Probing_H1', Type = 'DTMortise'}, { On = true, Name = 'Probing_H2', Type = 'DTMortise'} } --------------------------------------------------------------------- return ProbingData