Allineamento con common ver. 3.1b1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user