diff --git a/Fixtures/RefD22.nge b/Fixtures/RefD22.nge deleted file mode 100644 index 3e0903d..0000000 Binary files a/Fixtures/RefD22.nge and /dev/null differ diff --git a/Fixtures/Vac115x160H100.nge b/Fixtures/Vac115x160H100.nge deleted file mode 100644 index 50df2a4..0000000 Binary files a/Fixtures/Vac115x160H100.nge and /dev/null differ diff --git a/Fixtures/Vac125x75H100.nge b/Fixtures/Vac125x75H100.nge deleted file mode 100644 index f4af5ce..0000000 Binary files a/Fixtures/Vac125x75H100.nge and /dev/null differ diff --git a/LogoHomag.PNG b/LogoHomag.PNG deleted file mode 100644 index 379a415..0000000 Binary files a/LogoHomag.PNG and /dev/null differ diff --git a/Homag-TF600KST.ini b/Masterwood-TF600KST.ini similarity index 92% rename from Homag-TF600KST.ini rename to Masterwood-TF600KST.ini index 7660c15..dab9e02 100644 --- a/Homag-TF600KST.ini +++ b/Masterwood-TF600KST.ini @@ -38,9 +38,6 @@ InitScript=InitDisp.lua [Fixtures] HookTolerance = 100 -Vac1=Vac125x75H100,12 -Vac2=Vac115x160H100,12 -Ref1=RefD22,12 [Heads] ; 5 axis head diff --git a/Homag-TF600KST.mlde b/Masterwood-TF600KST.mlde similarity index 98% rename from Homag-TF600KST.mlde rename to Masterwood-TF600KST.mlde index 6f13c87..69bbd25 100644 --- a/Homag-TF600KST.mlde +++ b/Masterwood-TF600KST.mlde @@ -1,4 +1,4 @@ --- Descrizione macchina Homag TF600KST 2025/04/10 +-- Descrizione macchina Masterwood TF600KST 2025/04/10 -- by EgalWare s.r.l. require( 'EmtGenerator') @@ -83,12 +83,12 @@ MDRILLBOTT = { { Pos = H22Pos + Vector3d( 0, 0, 0), Ex=1, St=90}, -- ---------------------------------------------------------------------- EmtGeneral { - File='Homag-TF600KST.nge', + File='Masterwood-TF600KST.nge', Offset = Vector3d( -1317.5,28.47,-826.5), AxisMaxAdjust = 10, ExitMaxAdjust = 20, - Special = 'Homag-TF600KST.mlse', - Processor = 'Homag-TF600KST.mlpe'} + Special = 'Masterwood-TF600KST.mlse', + Processor = 'Masterwood-TF600KST.mlpe'} EmtBase { Name = 'Base', Geo= 'BASE/GEO', @@ -359,7 +359,6 @@ end -- Funzione per resettare tutte le attivazioni della macchina function OnResetMachine() EmtUnlinkAllRawPartsFromGroups() - EmtUnlinkAllFixturesFromGroups() -- nascondo Vmill local nRawId = EgtGetFirstRawPart() while nRawId do diff --git a/Homag-TF600KST.mlpe b/Masterwood-TF600KST.mlpe similarity index 99% rename from Homag-TF600KST.mlpe rename to Masterwood-TF600KST.mlpe index d3c214e..c4ee1fd 100644 --- a/Homag-TF600KST.mlpe +++ b/Masterwood-TF600KST.mlpe @@ -1,4 +1,4 @@ --- Processore macchina Homag-TF600KST 2025/03/30 +-- Processore macchina Masterwood-TF600KST 2025/03/30 -- by EgalWare s.r.l. -- -- Intestazioni @@ -10,7 +10,7 @@ EgtEnableDebug( false) --------------------------------------------------------------------- local sBaseDir = EgtGetCurrMachineDir() if NumericalControl == 'woodWOP' then - dofile( sBaseDir .. '\\Homag-woodWOP.mlpe') + dofile( sBaseDir .. '\\Masterwood-woodWOP.mlpe') else EmtSetLastError( 1201, 'Numerical Control error : unkwnown type') end diff --git a/Homag-TF600KST.mlse b/Masterwood-TF600KST.mlse similarity index 100% rename from Homag-TF600KST.mlse rename to Masterwood-TF600KST.mlse diff --git a/Homag-TF600KST.nge b/Masterwood-TF600KST.nge similarity index 100% rename from Homag-TF600KST.nge rename to Masterwood-TF600KST.nge diff --git a/Homag-woodWOP.mlpe b/Masterwood-woodWOP.mlpe similarity index 99% rename from Homag-woodWOP.mlpe rename to Masterwood-woodWOP.mlpe index 318c129..d82701d 100644 --- a/Homag-woodWOP.mlpe +++ b/Masterwood-woodWOP.mlpe @@ -1,4 +1,4 @@ --- Processore generico Homag woodWOP 2025/04/01 +-- Processore generico Masterwood woodWOP 2025/04/01 -- by EgalWare s.r.l. -- -- Intestazioni diff --git a/Scripts/InitDisp.lua b/Scripts/InitDisp.lua index 82f18d0..f2bf41f 100644 --- a/Scripts/InitDisp.lua +++ b/Scripts/InitDisp.lua @@ -1,5 +1,5 @@ -- 2025/03/30 10:00:00 --- Disposition Init for Homag-TF600KST machine +-- Disposition Init for Masterwood-TF600KST machine -- Intestazioni require( 'EgtBase') @@ -13,7 +13,7 @@ local ColA = Color3d( 255, 165, 0, 30) -------------------------------------------------------------------------------- -- * Verifica esistenza MachGroup * if not EgtGetCurrMachGroup() then - local sErr = 'InitDisp for Homag-TF600KST : missing CurrMachGroup' + local sErr = 'InitDisp for Masterwood-TF600KST : missing CurrMachGroup' EgtOutLog( sErr) EgtOutText( sErr) DISP.ERR = 1 @@ -43,7 +43,7 @@ local b3Part = EgtGetBBoxGlob( Pz or GDB_ID.NULL, GDB_BB.STANDARD) local b3Solid = EgtGetBBoxGlob( Ls or GDB_ID.NULL, GDB_BB.STANDARD) -- Se pezzo vuoto, non devo fare alcunchè if b3Part:isEmpty() then - local sErr = 'InitDisp for Homag-TF600KST : empty part' + local sErr = 'InitDisp for Masterwood-TF600KST : empty part' EgtOutLog( sErr) EgtOutText( sErr) DISP.ERR = 2 @@ -100,7 +100,7 @@ else end end if not nRaw then - local sErr = 'InitDisp for Homag-TF600KST : error defining raw part' + local sErr = 'InitDisp for Masterwood-TF600KST : error defining raw part' EgtOutLog( sErr) EgtOutText( sErr) DISP.ERR = 3 @@ -142,7 +142,7 @@ if not bVac then end end if not EgtMoveToCornerRawPart( nRaw, vtOffs, nCorn) then - local sErr = 'InitDisp for Homag-TF600KST : error positioning raw part on table' + local sErr = 'InitDisp for Masterwood-TF600KST : error positioning raw part on table' EgtOutLog( sErr) EgtOutText( sErr) DISP.ERR = 4