diff --git a/Common_ONE-PF.NUM.mlpe b/Common_ONE-PF.NUM.mlpe index 42db602..4dc7d36 100644 --- a/Common_ONE-PF.NUM.mlpe +++ b/Common_ONE-PF.NUM.mlpe @@ -1214,7 +1214,7 @@ function OnRapid() if EMT.ZMAX or ( EMT.FLAG == 2 and EMT.FLAG2 == 1) then -- se fresa o lama if not HeadIsChainSaw( EMT.HEAD) then - local CurrX1 = EMT.L1pp or LimX1RotSaw + local CurrX1 = EMT.L1pp or ( -LimX1RotSaw) local CurrZ1 = EMT.L3pp or MyMaxZ1 local CurrB1 = PrevR2 local CurrC1 = PrevR1 @@ -1304,7 +1304,7 @@ function OnRapid() if EMT.ZMAX or ( EMT.FLAG == 2 and EMT.FLAG2 == 1) then -- se fresa o lama if not HeadIsChainSaw( EMT.HEAD) then - local CurrX1 = EMT.L1pp or LimX1RotSaw + local CurrX1 = EMT.L1pp or ( -LimX1RotSaw) local CurrZ1 = EMT.L3pp or MyMaxZ1 local CurrB1 = PrevR2 local CurrC1 = PrevR1 @@ -1368,7 +1368,7 @@ function OnRapid() if EMT.ZMAX or ( EMT.FLAG == 2 and EMT.FLAG2 == 1) then -- se fresa o lama if not HeadIsChainSaw( EMT.HEAD) then - local CurrX2 = EMT.L1pp or LimX1RotSaw + local CurrX2 = EMT.L1pp or ( -LimX1RotSaw) local CurrZ2 = EMT.L3pp or MyMaxZ2 local CurrB2 = PrevR2 local CurrC2 = PrevR1 diff --git a/UpdateLog.txt b/UpdateLog.txt index d86f68f..5c5c731 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_ONE-PF Update Log ==== +Versione 2.6-- (--/--/2024) +- (GEN) Corretto segno posizione X di sicurezza per rotazione assi rotanti. + Versione 2.6g5 (31/07/2024) - (SIM-GEN) Se motosega allineata ad asse B per tagli di fianco, corretto movimento che manda testa a parcheggio. Pezzi più alti di 650 va solo in Zmax. Ticket#1943 - (SIM-GEN) Gestione movimenti speciali per pezzi molto alti. Se HomeZ < primo punto lavorazione, allora vado al punto Z lavorazione prima di approcciare il pezzo in X. Ticket#1943 diff --git a/Version.lua b/Version.lua index 61f872b..225fde7 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_ONE-PF', -- nome script PP standard - VERSION = '2.6g5', -- versione script + VERSION = '2.6--', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }