EgtMachKernel :

- corretta gestione valore default della feed di taglio di lama inclinato.
This commit is contained in:
Dario Sassi
2025-06-10 20:08:07 +02:00
parent 44193063e1
commit 0ef8c7f046
+1 -1
View File
@@ -856,7 +856,7 @@ MachiningsMgr::SetCurrMachiningParam( int nType, double dVal)
}
// se feed
else if ( nType == MPA_FEED || nType == MPA_STARTFEED || nType == MPA_ENDFEED ||
nType == MPA_TIPFEED || nType == MPA_VERTFEED || nType == MPA_BACKFEED) {
nType == MPA_TIPFEED || nType == MPA_VERTFEED || nType == MPA_BACKFEED || nType == MPA_SIDEANGFEED) {
// recupero valore da utensile
const ToolData* pTdata ;
if ( ! m_pCurrMach->GetTool( m_pTsMgr, pTdata))