diff --git a/PocketingNT.cpp b/PocketingNT.cpp index bf8ecfc..be9cfad 100644 --- a/PocketingNT.cpp +++ b/PocketingNT.cpp @@ -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() ;