Merge branch 'main' into develop

This commit is contained in:
daniele.nicoli
2026-04-24 11:23:50 +02:00
2 changed files with 4 additions and 3 deletions
+4 -3
View File
@@ -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 {
Binary file not shown.