- modifiche per assegnazione nome iso da programma
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user