3D che ci hanno inviato non è coerente con dimensioni reali.

- Magazzino 1 spostato più in basso di 105mm
- Mafazzino rotante spostato 200 in Y+ (per ora è sospeso inel vuoto, in attesa del 3D corretto)
This commit is contained in:
andrea.villa
2025-11-17 09:14:53 +01:00
parent f753aede85
commit 614a283376
2 changed files with 7 additions and 7 deletions
+7 -7
View File
@@ -5,7 +5,7 @@
require( 'EmtGenerator')
EgtEnableDebug( false)
PP_VER = '2.7k1_DEV2'
PP_VER = '2.7k1_DEV3'
PP_NVER = '2.7.11.1'
MIN_MACH_VER = '2.7d2'
MACH_NAME = string.match( EgtGetCurrMachineDir(), "[^\\]+$") -- si ricava il nome della macchina dal direttorio
@@ -705,7 +705,7 @@ EmtTable {
Geo = 'TABLE/GEO',
Aux = 'TABLE/SOLID'}
-- *** ToolChanger ***
local ptTc1 = Point3d( 150, 449, -221 + ( DeltaTabZ - DeltaRulliTraveZ + 55))
local ptTc1 = Point3d( 150, 449, -326 + ( DeltaTabZ - DeltaRulliTraveZ + 55))
local vtDt1 = Vector3d( 0, 0, - 102.5)
EmtTcPos {
Name = 'T1',
@@ -783,16 +783,16 @@ if Tc2Active then
EmtTcPos {
Name = 'T11',
Parent = 'Base',
Pos = ptTc2 + EgtIf( SecondSaw, Vector3d( -Saw2OffsX, -Saw2OffsZ, 0), V_NULL()),
Pos = ptTc2,
TDir = -Y_AX(),
ADir = -X_AX(),
Geo = 'BASE/T11'}
Geo = 'BASE/T11'}
EmtTcPos {
Name = 'T12',
Parent = 'Base',
Pos = ptTc2 + 1 * vtDt2,
Pos = ptTc2 + 1 * vtDt2 + EgtIf( SecondSaw, Vector3d( -Saw2OffsX, -Saw2OffsZ, 0), V_NULL()),
TDir = -Y_AX(),
ADir = X_AX(),
ADir = -X_AX(),
Geo = 'BASE/T12'}
EmtTcPos {
Name = 'T13',
@@ -824,7 +824,7 @@ EmtTcPos {
TDir = -X_AX(),
ADir = Z_AX(),
Geo = 'BASE/T101'}
local ptTcR = Point3d( -0.5, 4915, -1571.2 + ( DeltaTabZ - DeltaRulliTraveZ + 55))
local ptTcR = Point3d( -0.5, 5115, -1571.2 + ( DeltaTabZ - DeltaRulliTraveZ + 55))
EmtTcPos {
Name = 'T20',
Parent = 'Base',
Binary file not shown.