Include :
- aggiunta costante parametro utensile TPA_CORE (spessore anima di lama).
This commit is contained in:
+5
-2
@@ -1,7 +1,7 @@
|
||||
//----------------------------------------------------------------------------
|
||||
// EgalTech 2015-2021
|
||||
//----------------------------------------------------------------------------
|
||||
// File : EmkToolConst.h Data : 05.04.21 Versione : 2.3c2
|
||||
// File : EmkToolConst.h Data : 16.09.21 Versione : 2.3i6
|
||||
// Contenuto : Costanti degli utensili.
|
||||
//
|
||||
//
|
||||
@@ -9,7 +9,8 @@
|
||||
// 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.
|
||||
// 05.04.21 DS Agg. TPA_DIST e TPA_STEMDIAM.
|
||||
// 16.09.21 DS Agg. TPA_CORE.
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
@@ -88,6 +89,7 @@ enum TpaType { TPA_NONE = 0,
|
||||
TPA_MINFEED = ( TPA_DOU + 17),
|
||||
TPA_DIST = ( TPA_DOU + 18),
|
||||
TPA_STEMDIAM = ( TPA_DOU + 19),
|
||||
TPA_CORE = ( TPA_DOU + 20),
|
||||
TPA_DRAW = ( TPA_STR + 0),
|
||||
TPA_HEAD = ( TPA_STR + 1),
|
||||
TPA_NAME = ( TPA_STR + 2),
|
||||
@@ -111,6 +113,7 @@ const std::string TSI_THDIAM = "THD" ; // diametro massimo port
|
||||
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
|
||||
const std::string TSI_CORE = "CORE" ; // anima per lama
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Costanti per info in portautensili
|
||||
|
||||
Reference in New Issue
Block a user