Include :
- aggiunte costanti per quata di base del tool holder.
This commit is contained in:
@@ -108,6 +108,7 @@ const int TD_CUSTOMDRAW_ERR = 997 ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Costanti per info in note di sistema
|
||||
const std::string TSI_THBASE = "THB" ; // posizione base portautensile da naso mandrino
|
||||
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
|
||||
@@ -117,6 +118,7 @@ const std::string TSI_CORE = "CORE" ; // anima per lama
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Costanti per info in portautensili
|
||||
const std::string TTH_BASE = "B" ; // posizione base portautensile da naso mandrino
|
||||
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