DataBeam 2.5k1 :

- correzione a ProcessSplit per scrittura sbagliata nome variabile (ora dTLen invece di dTlen).
This commit is contained in:
Dario Sassi
2023-11-02 17:34:55 +01:00
parent 6c14b873f9
commit bfa26e7610
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ function ProcessSplit.Make( Proc, nPhase, nRawId, nPartId, nOrd, sDownOrSideOrSt
-- recupero lunghezza massima di lavoro della sega a catena
local sSawing = ML.FindSawing( 'Sawing')
local dMaxMat = 0
local dTlen = 0
local dTLen = 0
if EgtMdbSetCurrMachining( sSawing or '') then
local sTuuid = EgtMdbGetCurrMachiningParam( MCH_MP.TUUID)
if EgtTdbSetCurrTool( EgtTdbGetToolFromUUID( sTuuid) or '') then
+2 -2
View File
@@ -1,6 +1,6 @@
-- Version.lua by Egaltech s.r.l. 2023/10/18
-- Version.lua by Egaltech s.r.l. 2023/11/02
-- Gestione della versione di Beam
NAME = 'Beam'
VERSION = '2.5j2'
VERSION = '2.5k1'
MIN_EXE = '2.5c1'