From 90b3ad9d05dad736c45cd0dfd4a2f681fcf59e85 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 11 Apr 2019 11:13:11 +0000 Subject: [PATCH] Include : - aggiunta costante per attrezzature di bloccaggio. --- EMkDispositionConst.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/EMkDispositionConst.h b/EMkDispositionConst.h index b071f87..dc19ced 100644 --- a/EMkDispositionConst.h +++ b/EMkDispositionConst.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2015-2015 +// EgalTech 2015-2019 //---------------------------------------------------------------------------- -// File : EmkDispositionConst.h Data : 22.06.15 Versione : 1.6f4 +// File : EmkDispositionConst.h Data : 22.06.15 Versione : 2.1d2 // Contenuto : Costanti delle disposizioni. // // @@ -29,5 +29,6 @@ enum RawPartCenterPos { MCH_CE_TC = 1, // top center MCH_CE_MC = 5} ; // middle center under //------------------------ Costanti per fixtures ------------------------------ -static std::string FXT_MOBILE = "MOBILE" ; // gruppo parte mobile (si muove su Z di gruppo) -static std::string FXT_MOB_CPOS = "CPOS" ; // posizione corrente della parte mobile \ No newline at end of file +static std::string FXT_MOBILE = "MOBILE" ; // gruppo parte mobile +static std::string FXT_MOB_CPOS = "CPOS" ; // posizione corrente della parte mobile +static std::string FXT_MOB_MOVEDIR = "MDIR" ; // direzione di movimento della parte mobile (default Z di gruppo)