From 717267e8321a78e3d006018994ef157140b40a3e Mon Sep 17 00:00:00 2001 From: Riccardo Elitropi Date: Wed, 22 Apr 2026 13:11:56 +0200 Subject: [PATCH] =?UTF-8?q?Include=20:=20-=20modifica=20alla=20costante=20?= =?UTF-8?q?per=20nome=20entit=C3=A0=20CamData=20in=20Drilling=20in=20Doppi?= =?UTF-8?q?o=20in=20Parallelo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EMkMachiningGeoConst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMkMachiningGeoConst.h b/EMkMachiningGeoConst.h index 4584d8a..142e342 100644 --- a/EMkMachiningGeoConst.h +++ b/EMkMachiningGeoConst.h @@ -50,7 +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" ; +static std::string MCH_CL_PARALLEL_DBL = "DBP" ; // Nomi di entità di preview static std::string MCH_PV_CUT = "CUT" ; static std::string MCH_PV_PRE_CUT = "PRC" ;