EgtMachKernel 2.7f2 :

- aggiunto utensile di tipo Probe
- aggiunta lavorazione Probing.
This commit is contained in:
Dario Sassi
2025-06-10 18:27:51 +02:00
parent 36eeb042a1
commit 44193063e1
15 changed files with 1685 additions and 8 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ GenMachiningData::GetTitle( void) const
}
//----------------------------------------------------------------------------
int
static int
FindGenMachiningKey( const string& sKey)
{
auto TheRange = equal_range( sGenMachiningKey.cbegin(), sGenMachiningKey.cend(), sKey) ;