From 4833024c3e984fbeaad901a9e37eb09e9e862823 Mon Sep 17 00:00:00 2001 From: Riccardo Elitropi Date: Tue, 3 Mar 2026 17:12:16 +0100 Subject: [PATCH] =?UTF-8?q?Include=20:=20-=20aggiunto=20nome=20Entit=C3=A0?= =?UTF-8?q?=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" ;