EgtMachKernel 2.3j3 :
- in svuotature con lati aperti corretta elevazione attacco con testa da sotto.
This commit is contained in:
Binary file not shown.
+1
-1
@@ -2833,7 +2833,7 @@ Pocketing::AddSpiralIn( const ICurveComposite* pCompo, const Vector3d& vtTool, c
|
||||
dStElev = dStep ;
|
||||
bool bUnderRaw = m_bAboveHead && ! m_bAggrBottom &&
|
||||
GetPointUnderRaw( ptP1, vtTool, 0, GetRadiusForStartEndElevation(), m_TParams.m_dLen, false, dSafeZ, dStElev) ;
|
||||
if ( bUnderRaw)
|
||||
if ( bUnderRaw || ( bOutStart && ! m_bAboveHead))
|
||||
dStElev = max( dStElev, dStep) ;
|
||||
dStElev -= ( ptP1 - ptStart) * vtExtr ;
|
||||
// se attacco a zigzag o a spirale o a scivolo, l'elevazione va nell'attacco
|
||||
|
||||
Reference in New Issue
Block a user