- Allineamento a common ver. 2.7l1

- Aggiunto parametro MAX_ANGLE_DRILL_CUT a BeamData
- Recupero nome macchina da funzione EGT
This commit is contained in:
andrea.villa
2025-12-18 12:33:32 +01:00
parent eb95ddc906
commit fc2608def7
7 changed files with 76 additions and 11 deletions
+3 -3
View File
@@ -5,10 +5,10 @@
require( 'EmtGenerator')
EgtEnableDebug( false)
PP_VER = '2.7l1'
PP_NVER = '2.7.12.1'
PP_VER = '2.7l2'
PP_NVER = '2.7.12.2'
MIN_MACH_VER = '2.7d2'
MACH_NAME = string.match( EgtGetCurrMachineDir(), "[^\\]+$") -- si ricava il nome della macchina dal direttorio
MACH_NAME = EgtGetCurrMachineName()
-- Carico i dati globali
local sMachDir = EgtGetCurrMachineDir()