diff --git a/Machining.cpp b/Machining.cpp index d1d6bca..b06e048 100644 --- a/Machining.cpp +++ b/Machining.cpp @@ -260,6 +260,7 @@ Machining::ToolPreview( int nEntId, int nFlag) const if ( pCamData == nullptr) return GDB_ID_NULL ; Point3d ptEnd = pCamData->GetEndPoint() ; + AdjustEndPointForAxesCalc( pCamData, ptEnd) ; Vector3d vtTool = pCamData->GetToolDir() ; Vector3d vtBAux = pCamData->GetBackAuxDir() ; // recupero la testa nel gruppo per anteprima utensile