Tolta anche correzione a EZ

This commit is contained in:
daniele.nicoli
2026-04-09 17:36:16 +02:00
parent c16b1931a9
commit 94f86eae81
+1 -2
View File
@@ -707,8 +707,7 @@ function CalcInterpPlane()
end
if IsNailingHead( EMT.HEAD) then
local dHeightSubPiece = EMT.RAWPOS[3] or 0
EMT.IPLGLSTR = ' EX'..EmtLenToString( xOut)..' EY'..EmtLenToString( yOut)..' EZ'..EmtLenToString( zOut + dHeightSubPiece)
EMT.IPLGLSTR = ' EX'..EmtLenToString( xOut)..' EY'..EmtLenToString( yOut)..' EZ'..EmtLenToString( zOut)
else
EMT.IPLGLSTR = ' EX'..EmtLenToString( xOut)..' EY'..EmtLenToString( yOut)..' EZ'..EmtLenToString( zOut)..
' EA0'..' EB'..EgtNumToString( dAngV)..' EC'..EgtNumToString( dAngO)..' ED'..EgtNumToString( dAngO2)