DataBeam :
- aggiunta gestione extracorse in simulazione cieca - aggiunta configurazione per lista lavorazioni - migliorata gestione lughezza minima barre in Process - migliorie varie.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- ProcessDrill.lua by Egaltech s.r.l. 2019/07/19
|
||||
-- ProcessDrill.lua by Egaltech s.r.l. 2019/07/24
|
||||
-- Gestione calcolo forature per Travi
|
||||
|
||||
-- Tabella per definizione modulo
|
||||
@@ -147,9 +147,6 @@ function ProcessDrill.Make( Proc, nPhase, nRawId, nPartId)
|
||||
dMaxDepth = EgtTdbGetCurrToolMaxDepth() or dMaxDepth
|
||||
end
|
||||
end
|
||||
if nType == 'Pocket' then
|
||||
dMaxDepth = dMaxDepth - 4
|
||||
end
|
||||
-- se foro intermedio e inclinato, limito il massimo affondamento
|
||||
if not ( Proc.Fcs == 5 or Proc.Fcs == 6) then
|
||||
local CosB = abs( vtExtr:getX())
|
||||
|
||||
Reference in New Issue
Block a user