From f063a657a10de8ba9edcca5829361ae74e359c25 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 6 Apr 2021 06:41:01 +0000 Subject: [PATCH] Include : - aggiornamento costanti per parametri utensili (aggiunte TPA_DIST e TPA_STEMDIAM). --- EMkToolConst.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/EMkToolConst.h b/EMkToolConst.h index 567d71b..7e06ead 100644 --- a/EMkToolConst.h +++ b/EMkToolConst.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2015-2018 +// EgalTech 2015-2021 //---------------------------------------------------------------------------- -// File : EmkToolConst.h Data : 20.09.18 Versione : 1.9i3 +// File : EmkToolConst.h Data : 05.04.21 Versione : 2.3c2 // Contenuto : Costanti degli utensili. // // @@ -9,6 +9,7 @@ // Modifiche : 16.09.15 DS Creazione modulo. // 03.02.17 DS Agg. chisel. // 20.09.18 DS Agg. costanti per ToolHolder +// 05.04.21 DS Agg. TPA_LEN2 e TPA_STEMDIAM. // //---------------------------------------------------------------------------- @@ -85,6 +86,8 @@ enum TpaType { TPA_NONE = 0, TPA_THICK = ( TPA_DOU + 15), TPA_MAXABSORPTION = ( TPA_DOU + 16), TPA_MINFEED = ( TPA_DOU + 17), + TPA_DIST = ( TPA_DOU + 18), + TPA_STEMDIAM = ( TPA_DOU + 19), TPA_DRAW = ( TPA_STR + 0), TPA_HEAD = ( TPA_STR + 1), TPA_NAME = ( TPA_STR + 2), @@ -106,6 +109,8 @@ const int TD_CUSTOMDRAW_ERR = 997 ; const std::string TSI_THLEN = "THH" ; // lunghezza portautensile da naso mandrino const std::string TSI_THDIAM = "THD" ; // diametro massimo portautensile const std::string TSI_ACTIVE = "ACTIVE" ; // flag di utensile attivo +const std::string TSI_DIST = "DIST" ; // distanza per sega a catena +const std::string TSI_STEM_DIAM = "D_STEM" ; // diametro effettivo del gambo utensile //---------------------------------------------------------------------------- // Costanti per info in portautensili