Allineamento con common ver. 3.1b1

This commit is contained in:
andrea.villa
2026-02-17 09:55:08 +01:00
parent bec82b4b5d
commit c4cfe3c0ca
4 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -585,8 +585,8 @@ function OnPathStart()
--MyOutput( 'CNT='.. tostring( EMT.CNT or 0))
-- se utensile non cambiato, salvo eventuali precedenti rotanti
if EMT.TOOL == EMT.PREVTOOL and not EMT.ZMAX then
EMT.L2pp = EMT.L2op
EMT.L3pp = EMT.L3op
EMT.L2pp = EMT.L2op or EMT.L2pp
EMT.L3pp = EMT.L3op or EMT.L3pp
EMT.R1pp = EMT.R1p or EMT.R1pp
EMT.R2pp = EMT.R2p or EMT.R2pp
else