DataBeam :
- piccole modifiche per evitare rotazioni inutili asse C con svuotature verticali - anche nei fori interpolati si esclude verifica sfrido con Vmill.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- ProcessPocket.lua by Egaltech s.r.l. 2018/10/21
|
||||
-- ProcessPocket.lua by Egaltech s.r.l. 2019/04/24
|
||||
-- Gestione calcolo tasche per Travi
|
||||
|
||||
-- Tabella per definizione modulo
|
||||
@@ -82,7 +82,7 @@ function ProcessPocket.Make( Proc, nPhase, nRawId, nPartId)
|
||||
-- aggiungo geometria
|
||||
EgtSetMachiningGeometry( {{ Proc.Id, nFacInd}})
|
||||
-- imposto posizione braccio porta testa
|
||||
if vtN:getY() < - GEO.EPS_SMALL then
|
||||
if vtN:getY() < GEO.EPS_SMALL then
|
||||
EgtSetMachiningParam( MCH_MP.SCC, MCH_SCC.ADIR_YM)
|
||||
else
|
||||
EgtSetMachiningParam( MCH_MP.SCC, MCH_SCC.ADIR_YP)
|
||||
|
||||
Reference in New Issue
Block a user