DataBeam 2.5c4 :

- modifiche a lavorazioni con frese che non lavorano di testa per avere nota OutRaw invece di StartOutRaw.
This commit is contained in:
DarioS
2023-03-13 17:13:46 +01:00
parent c78bc69dd1
commit 62e2cc8375
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1232,9 +1232,9 @@ function ProcessLongCut.Make( Proc, nPhase, nRawId, nPartId, bCustUseBlade, nCus
end
local dDepth = min( 0, dMaxDepth - dElev )
EgtSetMachiningParam( MCH_MP.DEPTH, dDepth)
-- eventuale nota utente per disabilitare controllo ingresso in grezzo
-- eventuale nota utente per disabilitare controllo ingresso e uscita in grezzo
if k < nO then
local sNotes = 'StartOutRaw=1;'
local sNotes = 'OutRaw=3;'
EgtSetMachiningParam( MCH_MP.USERNOTES, sNotes)
end
-- eseguo