Include :
- nuove costanti per info portautensili.
This commit is contained in:
+9
-2
@@ -1,13 +1,14 @@
|
||||
//----------------------------------------------------------------------------
|
||||
// EgalTech 2015-2017
|
||||
// EgalTech 2015-2018
|
||||
//----------------------------------------------------------------------------
|
||||
// File : EmkToolConst.h Data : 03.02.17 Versione : 1.8b1
|
||||
// File : EmkToolConst.h Data : 20.09.18 Versione : 1.9i3
|
||||
// Contenuto : Costanti degli utensili.
|
||||
//
|
||||
//
|
||||
//
|
||||
// Modifiche : 16.09.15 DS Creazione modulo.
|
||||
// 03.02.17 DS Agg. chisel.
|
||||
// 20.09.18 DS Agg. costanti per ToolHolder
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
@@ -84,3 +85,9 @@ enum TpaType { TPA_NONE = 0,
|
||||
TPA_USERNOTES = ( TPA_STR + 4),
|
||||
TPA_TCPOS = ( TPA_STR + 5),
|
||||
TPA_UUID = ( TPA_STR + 6)} ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Costanti per info in portautensili
|
||||
const std::string TTH_LEN = "H" ; // lunghezza portautensile da naso mandrino
|
||||
const std::string TTH_DIAM = "D" ; // diametro massimo portautensile
|
||||
const std::string TTH_STEM_DIAM = "D_STEM" ; // diametro massimo gambo utensile
|
||||
|
||||
Reference in New Issue
Block a user