22 lines
766 B
Plaintext
22 lines
766 B
Plaintext
-- Processore macchina Masterwood Project265 2025/01/09
|
|
-- by EgalWare s.r.l.
|
|
--
|
|
-- Intestazioni
|
|
require( 'EmtGenerator')
|
|
EgtEnableDebug( false)
|
|
|
|
---------------------------------------------------------------------
|
|
-- *** Generic Machinings ***
|
|
---------------------------------------------------------------------
|
|
Egm = require( 'EmtGenMachining')
|
|
|
|
|
|
---------------------------------------------------------------------
|
|
-- *** OnSpecialMoveZup ***
|
|
---------------------------------------------------------------------
|
|
---------------------------------------------------------------------
|
|
-- *** OnSpecialApplyDisposition & OnPostApplyMachining ***
|
|
---------------------------------------------------------------------
|
|
--function OnSpecialApplyDisposition()
|
|
--end
|