DataBeam :

- su FAST allargate possibilità lama downup
- modifiche per controlli aggiunti su utensili NoTipMove.
This commit is contained in:
DarioS
2023-03-08 08:53:15 +01:00
parent cc5d1f3e52
commit 40f5c67bf5
3 changed files with 14 additions and 4 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
-- ProcessLongCut.lua by Egaltech s.r.l. 2023/01/18
-- ProcessLongCut.lua by Egaltech s.r.l. 2023/03/06
-- Gestione calcolo taglio longitudinale per Travi
-- 2021/02/03 Corretto FaceUse con fresa orizzontale su taglio orizzontale.
-- 2021/05/18 Possibile taglio con lama anche di fianco su macchina con testa da sotto.
@@ -1232,6 +1232,11 @@ 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
if k < nO then
local sNotes = 'StartOutRaw=1;'
EgtSetMachiningParam( MCH_MP.USERNOTES, sNotes)
end
-- eseguo
if not ML.ApplyMachining( true, false) then
local _, sErr = EgtGetLastMachMgrError()