diff --git a/SurfRoughing.cpp b/SurfRoughing.cpp index 690f5c5..77e5030 100644 --- a/SurfRoughing.cpp +++ b/SurfRoughing.cpp @@ -2194,7 +2194,7 @@ SurfRoughing::AddPocket( const INTINTVECTOR& vPocket, const Vector3d& vtTool, co SetFeed( GetEndFeed()) ; AddLinearMove( ptEnd + vtTool * dCurrElev) ; // tratto lineare sopra a ptDest - AddRapidMove( ptDest + vtTool * dNextElev) ; + AddLinearMove( ptDest + vtTool * dNextElev) ; // aggiorno le elevazioni dCurrElev = dNextElev ; }