Fix minore

This commit is contained in:
luca.mazzoleni
2023-01-26 17:18:47 +01:00
parent 7beee74638
commit c40f03e8a4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ end
-----------------------------------------------------------------------------------------------
local function MakeSideFace( nId, nFac, nSide, sMilling, dToolDiam, bForcedLim, dDistToMachine, bUnderDir)
if not BD.DOWN_HEAD and nSide == -1 then
if ( not BD.DOWN_HEAD or not BD.TURN) and nSide == -1 then
EgtOutLog( 'LongCut : side face finishing skipped , down head required')
return true
end