Icarus 2.7g1 :

- modifiche per gestione traccia utensile in simulazione (va abilitata da Ini programma e da macchina).
This commit is contained in:
Dario Sassi
2025-07-15 13:07:34 +02:00
parent 60323f2929
commit efbc378b9e
7 changed files with 69 additions and 47 deletions
+2 -2
View File
@@ -191,8 +191,8 @@ Public Class MainWindowM
EgtSetLockId( sLockId)
End If
' Recupero livello e opzioni della chiave
Dim bKey As Boolean = EgtGetKeyLevel(5583, 2704, 1, m_nKeyLevel) And
EgtGetKeyOptions(5583, 2704, 1, m_nKeyOptions)
Dim bKey As Boolean = EgtGetKeyLevel(5583, 2707, 1, m_nKeyLevel) And
EgtGetKeyOptions(5583, 2707, 1, m_nKeyOptions)
' Inizializzazione generale di EgtInterface
m_nDebug = GetMainPrivateProfileInt(S_GENERAL, K_DEBUG, 0)
m_sLogFile = m_sTempDir & "\" & GENLOG_FILE_NAME.Replace("#", m_nInstance.ToString())