EgtMachKernel 2.3g2 :

- in simulazione aggiunta variabile EMT.MACHNAME con il nome della macchina come in generazione.
This commit is contained in:
DarioS
2021-07-05 17:46:01 +02:00
parent 68d52c82a7
commit 8389a1d274
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -149,6 +149,7 @@ Simulator::Start( bool bFirst)
m_pMachine->LuaSetGlobVar( GLOB_VAR + GVAR_INCHES, ! ExeUiUnitsAreMM()) ;
m_pMachine->LuaSetGlobVar( GLOB_VAR + GVAR_SIMSTEP, m_dStep) ;
m_pMachine->LuaSetGlobVar( GLOB_VAR + GVAR_VER, GetEMkVer()) ;
m_pMachine->LuaSetGlobVar( GLOB_VAR + GVAR_MACHNAME, m_pMachine->GetMachineName()) ;
// Richiamo funzione su avvio simulazione
if ( ! OnStart( bFirst))