Piccola modifica per utilizzare sgrossature di superficie su feature custom 900. Serve anche nuovo WALL

This commit is contained in:
andrea.villa
2026-01-30 11:12:39 +01:00
parent 5560497d4f
commit 970f2a7d5d
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ Mortising=1
Chiseling=0
SawRoughing=0
SawFinishing=0
SurfRoughing=0
SurfFinishing=1
[Machining]
+1 -1
View File
@@ -8,7 +8,7 @@ require( 'EmtGenerator')
EgtEnableDebug( false)
if not EmtModifyHeadAuxDirection then error( 'A newer version of the program is required (minimum 2.3j5)') end
PP_VER = '2.7d1'
PP_VER = '3.1a1'
PP_NVER = '2.7.4.1'
-- Parametri macchina
+2 -1
View File
@@ -25,4 +25,5 @@
1=Sawing
[Surfacing]
1=Finishing
1=Roughing
2=Finishing
+2 -1
View File
@@ -1,8 +1,9 @@
-- SurfacingData.lua by Egaltech s.r.l. 29.09.2022 10:44:49
-- SurfacingData.lua by Egaltech s.r.l. 21/01/2026 19:59:24
-- Gestione dati lavorazioni per Travi
-- Tabella per definizione modulo
local SurfacingData = {
{ On = true, Name = 'SurfRoughing', Type = 'Roughing'},
{ On = true, Name = 'Surffinishing', Type = 'Finishing'},
{ On = true, Name = 'Surffinishing_DIA', Type = 'Finishing'}
}