diff --git a/Essetre-WALL_XS.mlde b/Essetre-WALL_XS.mlde index 992903c..4b0a609 100644 --- a/Essetre-WALL_XS.mlde +++ b/Essetre-WALL_XS.mlde @@ -7,8 +7,8 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '2.6i1' -PP_NVER = '2.6.9.1' +PP_VER = '2.7i1' +PP_NVER = '2.7.9.1' -- Parametri macchina NumericalControl = 'TPA' -- NUM o TPA @@ -106,7 +106,7 @@ EmtGeneral { local BaseId = EmtBase { Name = 'Base', Geo='BASE/GEO', - Aux={'BASE/SOLID', 'BASE/COLLISION'}} + Aux={'BASE/SOLID', 'BASE/COLLISION', 'BASE/STOPS'}} local vtMove = Vector3d( DeltaTabX - 970.0, DeltaTabY + 3750.0, DeltaTabZ + 513.5) EgtMove( BaseId, vtMove, GDB_RT.GLOB) -- Tavola @@ -115,6 +115,7 @@ EmtTable { Parent = 'Base', Type = MCH_TT.FLAT, Ref1 = Point3d( DeltaTabX, DeltaTabY, DeltaTabZ), + Coll = 'Base/STOPS', Geo = 'TABLE/GEO'} -- Traversa local YId = EmtAxis { diff --git a/Essetre-WALL_XS.nge b/Essetre-WALL_XS.nge index b6c44c5..f5403b2 100644 Binary files a/Essetre-WALL_XS.nge and b/Essetre-WALL_XS.nge differ