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