- nella ricerca lavorazione da usare controllo di utensile attivo sostituito con controllo utensile presente nel setup corrente

This commit is contained in:
luca.mazzoleni
2023-10-19 09:54:01 +02:00
parent 7c67b24b37
commit 9edd6aec23
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ function WMachiningLib.IsToolDoubleOk( sToolMasterName, sToolDoubleName)
( abs( dTDiamTh - dTDiamThDouble) < 100 * GEO.EPS_SMALL) and
( bTipFeed == bTipFeedDouble) and
( abs( dTMaxDepthOnSide - dTMaxDepthOnSideDouble) < GEO.EPS_SMALL) and
EgtTdbGetCurrToolParam( MCH_TP.ACTIVE)
EgtFindToolInCurrSetup( sToolDoubleName)
return bIsToolDoubleOk
end