diff --git a/Common-PF1250.TPA.mlpe b/Common-PF1250.TPA.mlpe index c88579f..e8d2f3b 100644 --- a/Common-PF1250.TPA.mlpe +++ b/Common-PF1250.TPA.mlpe @@ -1042,7 +1042,7 @@ function OnRapid() if EMT.ZMAX then -- se bisogna scrivere tutti gli assi if WriteAllCoordsOnFirstM101 then - EmitMoveDataHead( 2, { X=dSafeX2, Z=CurrZ2, B=CurrB2, C=CurrC2, S=Speed}) + EmitMoveDataHead( 2, { X=SafeX2, Z=CurrZ2, B=CurrB2, C=CurrC2, S=Speed}) end EmitMoveDataHead( 2, { Z=-dSafeZ2, S=Speed}) EmitMoveDataHead( 2, { X=EMT.L2, S=Speed}) diff --git a/Common-PF1250.mlpe b/Common-PF1250.mlpe index 8b46272..8f719a0 100644 --- a/Common-PF1250.mlpe +++ b/Common-PF1250.mlpe @@ -902,7 +902,7 @@ function OnSimulMoveStart() if EMT.ZMAX then -- se bisogna scrivere tutti gli assi if WriteAllCoordsOnFirstM101 then - SimulMoveAxes( 'X2', X2Home, MCH_SIM_STEP.RAPID, 'B2', B2Home, MCH_SIM_STEP.COLLROT, 'C2', C2Home, MCH_SIM_STEP.COLLROT) + SimulMoveAxes( 'X2', SafeX2, MCH_SIM_STEP.RAPID, 'B2', B2Home, MCH_SIM_STEP.COLLROT, 'C2', C2Home, MCH_SIM_STEP.COLLROT) end SimulMoveAxis( 'Z2', Z2Home, MCH_SIM_STEP.RAPID) SimulMoveAxis( 'X2', EMT.L2, MCH_SIM_STEP.RAPID) diff --git a/UpdateLog.txt b/UpdateLog.txt index b72663e..c7c47b6 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -32,3 +32,6 @@ Versione 2.6a5 (31/01/2024) Versione 2.6b1 (07/02/2024) - (MLDE-SIM-GEN) Inserito parametro 'MinLengthLongCSaw' per gestione motosega molto lunga - (MLDE) funzione 'GetCurrChainSawingVirtualAxis' spostata in MLDE + +Versione 2.6b2 (15/02/2024) +- (SIM-GEN) Primo movimento in X per testa 2 a SafeX2 anziché a ParkX2 diff --git a/Version.lua b/Version.lua index cbaba82..3c77a0f 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_PF1250', -- nome script PP standard - VERSION = '2.6b1', -- versione script + VERSION = '2.6b2', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }