EgtMachKernel :

- corretta gestione assi rotanti bloccati (ora non più ammessi eventuali 360deg di offset)
- corretto default di cono per direzione singolare (sempre 0.01 deg).
This commit is contained in:
Dario Sassi
2026-05-14 18:44:25 +02:00
parent f0e295d9d6
commit cd55865151
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -730,7 +730,7 @@ FiveAxisMilling::Update( bool bPostApply)
string sHint = ExtractHint( m_Params.m_sUserNotes) ;
if ( ! m_Params.m_sInitAngs.empty())
sHint = m_Params.m_sInitAngs ;
double dSingConeAng = 0.1 ;
double dSingConeAng = SING_CONE_ANG_DFLT ;
GetValInNotes( m_Params.m_sUserNotes, UN_SINGCONEANG, dSingConeAng) ;
if ( ! CalculateAxesValues( sHint, false, dSingConeAng)) {
string sInfo = m_pMchMgr->GetOutstrokeInfo() ;