EgtMachKernel :
- in PocketingNT modificato calcolo feed di attacco per elica e zigzag per frese che non lavorano di testa come in Pocketing.
This commit is contained in:
@@ -6355,6 +6355,9 @@ PocketingNT::GetRightFeed( const Vector3d& vtMove, const Vector3d& vtTool) const
|
||||
double
|
||||
PocketingNT::GetRightStartFeed( const Vector3d& vtMove, const Vector3d& vtTool) const
|
||||
{
|
||||
// gli utensili che non lavorano di testa hanno già la feed di inizio corretta e operano solo su elica e zigzag
|
||||
if ( GetTipFeed() < EPS_SMALL)
|
||||
return GetStartFeed() ;
|
||||
// Determino i versori
|
||||
Vector3d vtM = vtMove ;
|
||||
vtM.Normalize() ;
|
||||
|
||||
Reference in New Issue
Block a user