EgtMachKernel 1.6o2 :

- modifiche per speed, feeds e offset anche in lavorazioni in libreria.
This commit is contained in:
Dario Sassi
2016-03-18 07:48:47 +00:00
parent 7bd0f4a9de
commit afb5a8ca1a
20 changed files with 714 additions and 112 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ Simulator::GetToolInfo( string& sName, double& dSpeed)
sName = m_sTool ;
// Recupero speed
Machining* pMch = GetMachining( m_pGeomDB->GetUserObj( m_nOpId)) ;
return ( pMch != nullptr && pMch->GetParam( MPA_TOOLSPEED, dSpeed)) ;
return ( pMch != nullptr && pMch->GetParam( MPA_SPEED, dSpeed)) ;
}
//----------------------------------------------------------------------------