EgtMachKernel 2.1d1 :
- portato limite direzione utensile per aggregato da sotto a -45deg.
This commit is contained in:
+1
-1
@@ -1863,7 +1863,7 @@ bool
|
||||
Milling::VerifyPathFromBottom( const ICurveComposite* pCompo, const Vector3d& vtTool)
|
||||
{
|
||||
// se non è fresatura dal basso in alto, esco
|
||||
if ( vtTool.z > - 0.5)
|
||||
if ( vtTool.z > MIN_ZDIR_TOP_TOOL)
|
||||
return true ;
|
||||
// se c'è tavola basculante, esco
|
||||
if ( m_bTiltingTab)
|
||||
|
||||
Reference in New Issue
Block a user