EgtMachKernel :

- i movimenti in rapido sono disegnati tratteggiati.
This commit is contained in:
DarioS
2023-07-10 11:17:59 +02:00
parent 01854f30ed
commit 9b5adeaeb3
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2501,7 +2501,7 @@ Milling::AddStandardMilling( const ICurveComposite* pCompo, const Vector3d& vtTo
bAboveEnd = GetPointAboveRaw( ptP1, vtTool) ;
else {
Vector3d vtCorr = CalcCorrDir( pCompo, nMaxInd + 1) ;
bAboveEnd = GetPointOutOfRaw( ptP1, vtTool, vtCorr, dElev, dSafeZ) ;
bAboveEnd = GetPointOutOfRaw( ptP1, vtTool, vtCorr, dEndElev, dSafeZ) ;
}
}
// correggo elevazione finale per punto fine uscita (se testa da sopra senza aggregato approccio mai Z-)