DataWall 2.5c3 :

- aggiunta gestione DELTA_X e DELTA_Y per programma EgtBeamWall.
This commit is contained in:
DarioS
2023-03-08 11:51:30 +01:00
parent 0be8849f2e
commit 29b63c77a6
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
-- GetWallData.lua by Egaltech s.r.l. 2022/06/28
-- GetWallData.lua by Egaltech s.r.l. 2023/03/08
-- Recupero dati da file WallData.lua di macchina
-- Intestazioni
@@ -37,6 +37,8 @@ local WD = require( 'WallData')
-- Assegno valori di interesse
GWD.SIMUL_VIEW_DIR = WD.SIMUL_VIEW_DIR
GWD.ORIG_CORNER = WD.ORIG_CORNER
GWD.DELTA_X = WD.DELTA_X
GWD.DELTA_Y = WD.DELTA_Y
GWD.NESTING_CORNER = WD.NESTING_CORNER
GWD.HOR_DRILL_DIAM = WD.HOR_DRILL_DIAM
GWD.MIN_HEIGHT = WD.MIN_HEIGHT
+2 -2
View File
@@ -1,4 +1,4 @@
-- Version.lua by Egalware s.r.l. 2023/03/02
-- Version.lua by Egalware s.r.l. 2023/03/08
-- Gestione della versione di Wall
VERSION = '2.5c2'
VERSION = '2.5c3'