EgtMachKernel 1.6o2 :
- modifiche per speed, feeds e offset anche in lavorazioni in libreria.
This commit is contained in:
+1
-1
@@ -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)) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user