From 982fa60005ea65cce8bf459bf6e578e0be331fbb Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Mon, 8 Jun 2026 10:05:30 +0200 Subject: [PATCH] Lettura posizione parcheggi da Offset TS3 --- Essetre-ONE.mlde | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Essetre-ONE.mlde b/Essetre-ONE.mlde index 98e853b..259fa8f 100644 --- a/Essetre-ONE.mlde +++ b/Essetre-ONE.mlde @@ -165,7 +165,8 @@ if EgtExistsFile( sData) then end if Machine.Offsets.X1_POS then MinX1 = -Machine.Offsets.X1_POS end if Machine.Offsets.X1_NEG then MaxX1 = -Machine.Offsets.X1_NEG end - if Machine.Offsets.PARK_X1 then ParkX1 = -Machine.Offsets.PARK_X1 end + if Machine.Offsets.PARK_X1POS then ParkFrnX1 = -Machine.Offsets.PARK_X1POS end + if Machine.Offsets.PARK_X1NEG then ParkX1 = -Machine.Offsets.PARK_X1NEG end if Machine.Offsets.Z1_NEG then MinZ1 = Machine.Offsets.Z1_NEG end if Machine.Offsets.Z1_POS then MaxZ1 = min( MaxZ1, Machine.Offsets.Z1_POS) end if Machine.Offsets.Z1_POS_LAMA then MaxZ1Blade = min( MaxZ1Blade, Machine.Offsets.Z1_POS_LAMA) end @@ -230,6 +231,7 @@ if EgtExistsFile( sData) then ParkV2 = MinV2 ParkY2 = ParkV2 - MinDeltaYV ParkX1 = min( ParkX1, MaxX1) + ParkFrnX1 = max( ParkFrnX1, MinX1) MaxZ1Blade = min( MaxZ1Blade, MaxZ1) ParkCSawZ1 = min( ParkCSawZ1, MaxZ1) ParkCSaw0Z1 = min( ParkCSaw0Z1, MaxZ1)