EgtMachKernel 2.1d1 :

- portato limite direzione utensile per aggregato da sotto a -45deg.
This commit is contained in:
Dario Sassi
2019-04-02 09:27:29 +00:00
parent e4613162c5
commit fd31ea425e
5 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -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)