From c0657147bb8fe35b7250b1e6257fbb4d9e35f4ec Mon Sep 17 00:00:00 2001 From: Riccardo Elitropi Date: Fri, 27 Feb 2026 17:09:41 +0100 Subject: [PATCH 1/2] Include (Preview utensile) : - aggiunta costante per gruppo ST per lavorazione in doppio. --- EMkMachiningGeoConst.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EMkMachiningGeoConst.h b/EMkMachiningGeoConst.h index 9439ca3..3feb3b7 100644 --- a/EMkMachiningGeoConst.h +++ b/EMkMachiningGeoConst.h @@ -34,6 +34,7 @@ static std::string MCH_AUXVIEW = "AVIEW" ; static std::string MCH_TABS = "TABS" ; static std::string MCH_PV = "PV" ; static std::string MCH_ST = "ST" ; +static std::string MCH_ST_DBL = "STDBL" ; static std::string MCH_CL = "CL" ; static std::string MCH_DBL = "DBL" ; static std::string MCH_PATH = "P" ; From 4833024c3e984fbeaad901a9e37eb09e9e862823 Mon Sep 17 00:00:00 2001 From: Riccardo Elitropi Date: Tue, 3 Mar 2026 17:12:16 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Include=20:=20-=20aggiunto=20nome=20Entit?= =?UTF-8?q?=C3=A0=20CL=20speciali=20per=20drilling=20in=20doppio.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EMkMachiningGeoConst.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EMkMachiningGeoConst.h b/EMkMachiningGeoConst.h index 3feb3b7..7144239 100644 --- a/EMkMachiningGeoConst.h +++ b/EMkMachiningGeoConst.h @@ -50,6 +50,7 @@ static std::string MCH_CL_AGB_DWN = "AGBD" ; static std::string MCH_CL_AGB_IN = "AGBI" ; static std::string MCH_CL_AGB_OUT = "AGBO" ; static std::string MCH_CL_AGB_UP = "AGBU" ; +static std::string MCH_CL_DBP = "DBP" ; // Nomi di entità di preview static std::string MCH_PV_CUT = "CUT" ; static std::string MCH_PV_PRE_CUT = "PRC" ;