From d026cc2db7b48705dee22e83c1dd3f87390d81e5 Mon Sep 17 00:00:00 2001 From: SaraP Date: Wed, 17 Jul 2024 14:22:23 +0200 Subject: [PATCH] Include : - aggiunto nuovo parametro per lavorazione WaterJet. --- EMkMachiningConst.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EMkMachiningConst.h b/EMkMachiningConst.h index 37d2d78..8ebcd65 100644 --- a/EMkMachiningConst.h +++ b/EMkMachiningConst.h @@ -409,7 +409,8 @@ enum { WJET_EC_NONE = 0, WJET_EC_LOOP = 2} ; // Comportamento su angolo interno enum { WJET_IC_NONE = 0, - WJET_IC_SLOW = 1} ; + WJET_IC_SLOW = 1, + WJET_IC_SLOW_FULL = 2} ; // Tipo di attacco enum { WJET_LI_NONE = 0, WJET_LI_LINEAR = 1,