Compare commits
2 Commits
2.7d1
...
2.7c1_DEV1
| Author | SHA1 | Date | |
|---|---|---|---|
| 8307af3165 | |||
| 3c31786eae |
@@ -2984,8 +2984,8 @@ function EmitParkRoller( dPosT, bSplitCut, bUsePrevDelta)
|
|||||||
end
|
end
|
||||||
-- se anche solo una morsa è restata in posizione, le sposto comunque entrambe di 5mm per distanziare i pezzi separati
|
-- se anche solo una morsa è restata in posizione, le sposto comunque entrambe di 5mm per distanziare i pezzi separati
|
||||||
if bYNoMove or bVNoMove then
|
if bYNoMove or bVNoMove then
|
||||||
MDChar.Y1 = MDChar.Y1 + 5
|
MDChar.Y1 = MDChar.Y1 + 30
|
||||||
MDChar.Y2 = MDChar.Y2 - 5
|
MDChar.Y2 = MDChar.Y2 - 30
|
||||||
end
|
end
|
||||||
elseif DiffY1 > 0.1 and DiffY2 < -0.1 then
|
elseif DiffY1 > 0.1 and DiffY2 < -0.1 then
|
||||||
EmtSetLastError( 1201, 'Error Collision in ParkRoller')
|
EmtSetLastError( 1201, 'Error Collision in ParkRoller')
|
||||||
|
|||||||
+2
-2
@@ -1854,9 +1854,9 @@ function ExecParkRoller( PosY1, PosY2, PosV1, PosV2, bSpliCut, bAgg)
|
|||||||
-- se entrambe le morse si spostano vado in posizione calcolata
|
-- se entrambe le morse si spostano vado in posizione calcolata
|
||||||
if DiffY1 > 0.1 and DiffY2 < -0.1 then
|
if DiffY1 > 0.1 and DiffY2 < -0.1 then
|
||||||
dAddMove = 0
|
dAddMove = 0
|
||||||
-- se almeno una è rimasta ferma in posizione, allontano comunque di 5mm ulteriori
|
-- se almeno una è rimasta ferma in posizione, allontano comunque di 30mm ulteriori
|
||||||
else
|
else
|
||||||
dAddMove = 5
|
dAddMove = 30
|
||||||
end
|
end
|
||||||
local MoveY1 = max( DiffY1, 0.0)
|
local MoveY1 = max( DiffY1, 0.0)
|
||||||
local MoveY2 = min( DiffY2, 0.0)
|
local MoveY2 = min( DiffY2, 0.0)
|
||||||
|
|||||||
+1
-1
@@ -32,7 +32,7 @@
|
|||||||
require( 'EmtGenerator')
|
require( 'EmtGenerator')
|
||||||
EgtEnableDebug( false)
|
EgtEnableDebug( false)
|
||||||
|
|
||||||
PP_VER = '2.7c1'
|
PP_VER = '2.7c1_DEV1'
|
||||||
PP_NVER = '2.7.3.1'
|
PP_NVER = '2.7.3.1'
|
||||||
MIN_MACH_VER = '2.5k1'
|
MIN_MACH_VER = '2.5k1'
|
||||||
MACH_NAME = 'Essetre-ONE'
|
MACH_NAME = 'Essetre-ONE'
|
||||||
|
|||||||
Reference in New Issue
Block a user