diff --git a/Common-PF1250.TPA.mlpe b/Common-PF1250.TPA.mlpe index 97e23bf..ef49972 100644 --- a/Common-PF1250.TPA.mlpe +++ b/Common-PF1250.TPA.mlpe @@ -2376,6 +2376,11 @@ function EmitZmax( bReset, bEnd, PrevR1, PrevR2, bSplitCut, bTopGoHome) EmitMoveStartHead( 3) EmitMoveWaitHead( 3) end + -- resetto posizione precedente assi + EMT.L2pp = nil + EMT.L3pp = nil + EMT.R1pp = nil + EMT.R2pp = nil end --------------------------------------------------------------------- diff --git a/UpdateLog.txt b/UpdateLog.txt index d7c490b..4fe059e 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_PF1250 Update Log ==== +Versione 2.6f2 (06/06/2024) +- (GEN) Quando si va a ZMAX, si azzerano tutte le coordinate ".pp". Scriveva una Z bassa quando era a Z massima. Ticket#1839 + Versione 2.6f1 (03/06/2024) - (SIM-GEN) Migliorata gestione approccio al pezzo con lama aggregato da sotto. Va al minimo in X solo se necessario. diff --git a/Version.lua b/Version.lua index cbb1f15..b26f33c 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_PF1250', -- nome script PP standard - VERSION = '2.6f1', -- versione script + VERSION = '2.6f2', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }