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:
DarioS
2026-09-03 17:59:38 +02:00
parent 644fa4999d
commit 62b49bd0cf
+3
View File
@@ -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() ;