From 977e22a02f9463dbfcdf3307b92383736b178783 Mon Sep 17 00:00:00 2001 From: Riccardo Elitropi Date: Fri, 4 Oct 2024 12:59:19 +0200 Subject: [PATCH] EgtMachKernel : - In sgrossature sostituti i movimenti rapidi per collisioni nei collegamenti tra steps. --- SurfRoughing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; }