Include :

- aggiunta stringa per nome del gruppo contenente il frame di riferimento per le lavorazioni di finitura.
This commit is contained in:
Riccardo Elitropi
2026-06-10 12:23:44 +02:00
parent d02ff5a603
commit 1b322858a5
+2 -1
View File
@@ -27,7 +27,7 @@ static std::string KEY_NUM = "NUM" ;
// Chiave per stato di aggiornamento di lavorazione
static std::string KEY_STAT = "STAT" ;
// Chiave per elenco identificativi non lavorati
static std::string KEY_SKIPS = "SKIPS" ;
static std::string KEY_SKIPS = "SKIPS" ;
// Sottogruppi delle lavorazioni
static std::string MCH_AUX = "AUX" ;
static std::string MCH_AUXVIEW = "AVIEW" ;
@@ -39,6 +39,7 @@ static std::string MCH_CL = "CL" ;
static std::string MCH_DBL = "DBL" ;
static std::string MCH_HOME = "HOME" ;
static std::string MCH_PATH = "P" ;
static std::string MCH_FRAME = "FRAME" ;
// Nomi di entità CL speciali
static std::string MCH_CL_CLIMB = "CLIMB" ;
static std::string MCH_CL_RISE = "RISE" ;