From c0657147bb8fe35b7250b1e6257fbb4d9e35f4ec Mon Sep 17 00:00:00 2001 From: Riccardo Elitropi Date: Fri, 27 Feb 2026 17:09:41 +0100 Subject: [PATCH] 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" ;