DataGunstock :

- prime modifiche per macchina Mazak.
This commit is contained in:
Dario Sassi
2020-09-29 17:54:17 +00:00
parent bf287e2dc3
commit c092a21905
2 changed files with 41 additions and 22 deletions
+3 -3
View File
@@ -438,9 +438,9 @@ local function InsertInLayer( sNgeFile, nLayId)
end
-----------------------------------------------------------------
function EGB.ImportCnc( sDir, sTmpDir, sName, vSubst, bAddM6ToT3x, nLayId)
local sSubFile = sDir .. sName
local sCncFile = sTmpDir .. sName .. '.cnc'
function EGB.ImportCnc( sDir, sTmpDir, sName, sExt, vSubst, bAddM6ToT3x, nLayId)
local sSubFile = sDir .. sName .. ( sExt or '')
local sCncFile = sTmpDir .. sName .. ( sExt or '.cnc')
local sNgeFile = sTmpDir .. sName .. '.nge'
-- Converto file Iso parametrico in numerico
if not ConvertSubToCnc( sSubFile, sCncFile, vSubst, bAddM6ToT3x) then