diff --git a/LuaLibs/ProcessLapJoint.lua b/LuaLibs/ProcessLapJoint.lua index 21a0015..a4e2504 100644 --- a/LuaLibs/ProcessLapJoint.lua +++ b/LuaLibs/ProcessLapJoint.lua @@ -5288,7 +5288,7 @@ function SawPlusChain.Saw.CalculateMachiningParameters( Proc, FaceToMachine, Edg EgtOutLog( Cutting.Message) end end - if EdgeToMachine.ToolDirection:getZ() < BD.NZ_MINA then + if EdgeToMachine.ToolDirection:getZ() < BD.NZ_MINA and BD.DOWN_HEAD then Cutting.CanApply = false Cutting.Message = 'Feature '.. Proc.FeatureId .. ' : skipped sawblade from bottom' EgtOutLog( Cutting.Message)