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:
Dario Sassi
2019-04-24 09:42:49 +00:00
parent f1d1950619
commit fc441ff8b2
4 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -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)