- modifiche per assegnazione nome iso da programma

This commit is contained in:
Emmanuele Sassi
2022-10-24 12:58:26 +02:00
parent d875e31491
commit 7ced9ec2f4
+5 -1
View File
@@ -129,7 +129,11 @@ function RunGcodeGenerate.Exec()
-- Genero il programma CN
local sInfo = 'EgtCAM5 ver.' .. EgtGetExeVersion() .. ' - ' .. sPath
local bGenOk = EgtGenerate( '', sInfo)
local sISOFilePath = ''
if PRINT and PRINT.PROGRAM == 1 and PRINT.ISOFILEPATH then
sISOFilePath = PRINT.ISOFILEPATH
end
local bGenOk = EgtGenerate( sISOFilePath, sInfo)
if bGenOk then
EgtEstimate('')
end