DataWall :

- aggiunta ottimizzazione pe rutensile su fresature
- corretti errori con fori inclinati
This commit is contained in:
DarioS
2022-01-29 18:38:16 +01:00
parent fd3c2987b4
commit c5b2213329
3 changed files with 144 additions and 80 deletions
+1 -1
View File
@@ -1630,7 +1630,7 @@ local function MakeSideGrooveByMill( Proc, nFacet, nRawId, b3Raw, sCustomMach, d
end
end
-- inserisco la lavorazione di ribasso o gola
local sName = 'Mill_' .. ( EgtGetName( Proc.Id) or tostring( Proc.Id))
local sName = EgtIf( bEnablePreMill ~= nil, 'SideMill_', 'Mill_') .. ( EgtGetName( Proc.Id) or tostring( Proc.Id))
local nMchFId = EgtAddMachining( sName, sMilling)
if not nMchFId then
local sErr = 'Error adding machining ' .. sName .. '-' .. sMilling