From 7dda9568e8eb34748e811163f587adb3216432bb Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 8 Jan 2021 12:09:36 +0000 Subject: [PATCH] EgtMachKernel : - aggiunta definizione variabile EMT.VER all'inizio della simulazione (come per generazione). --- Simulator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Simulator.cpp b/Simulator.cpp index 8be3530..69c1d90 100644 --- a/Simulator.cpp +++ b/Simulator.cpp @@ -146,6 +146,7 @@ Simulator::Start( bool bFirst) bOk = false ; 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()) ; // Richiamo funzione su avvio simulazione if ( ! OnStart( bFirst))