diff --git a/LuaLibs/WProcessFreeContour.lua b/LuaLibs/WProcessFreeContour.lua index d43356b..caaadb7 100644 --- a/LuaLibs/WProcessFreeContour.lua +++ b/LuaLibs/WProcessFreeContour.lua @@ -1,4 +1,4 @@ --- ProcessFreeContour.lua by Egaltech s.r.l. 2020/11/18 +-- ProcessFreeContour.lua by Egaltech s.r.l. 2020/11/19 -- Gestione calcolo profilo libero per Pareti -- Tabella per definizione modulo @@ -262,7 +262,7 @@ local function AddSawings( sSawing, vFace, Proc, nRawId, b3Raw) end end -- se fine faccia non tagliato completamente o faccia non tagliata completamente e abbastanza lunga, inserisco un ripasso con sega a catena - if ( vFace[i].Type & 1) ~= 0 or ( vFace[i].Type == 4 and vFace[i].Len > dSawDiam + 1) then + if ( vFace[i].Type & 2) ~= 0 or ( vFace[i].Type == 4 and vFace[i].Len > dSawDiam + 1) then -- inserisco la lavorazione local sName = 'Free_' .. ( EgtGetName( Proc.PartId) or tostring( Proc.PartId)) local nMchId = EgtAddMachining( sName, sSawing)