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
@@ -120,7 +120,7 @@ end
---------------------------------------------------------------------
local function MakeSideFace( nId, nFac, nSideLimitingFace, sMilling, dToolDiam, nL2CSide, bIsAnyFaceUpsideDown)
if not BD.DOWN_HEAD and bIsAnyFaceUpsideDown then
if ( not BD.DOWN_HEAD or not BD.TURN) and bIsAnyFaceUpsideDown then
EgtOutLog( 'Long2Cut : side face finishing skipped , down head required')
return true
end