- in ProcessCut Classify corretta lettura Q per passare a LapJoint

This commit is contained in:
luca.mazzoleni
2024-10-10 14:05:52 +02:00
parent aafe565474
commit 4a21a4be36
+1 -1
View File
@@ -47,7 +47,7 @@ local ML = require( 'MachiningLib')
-- Riconoscimento della feature
function ProcessCut.Identify( Proc)
-- se richiesto si forza fresatura
Proc.bForceMill = ( EgtGetInfo( Proc.Id, 'Q07', 'd') or 0) == 1
Proc.bForceMill = ( Proc.prc == 30 and ( ( EgtGetInfo( Proc.Id, 'Q07', 'd') or 0) == 1))
if Proc.bForceMill then
return false