diff --git a/EgtMachKernel.rc b/EgtMachKernel.rc index 8609905..a870357 100644 Binary files a/EgtMachKernel.rc and b/EgtMachKernel.rc differ diff --git a/Simulator.cpp b/Simulator.cpp index 6c6ab40..c672aff 100644 --- a/Simulator.cpp +++ b/Simulator.cpp @@ -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))