DataBeam :

- correzioni varie
- gestione scassi a C passanti e grandi con fresature sui due lati
- miglioria a contorni liberi chiusi per posizione di attacco
- correzioni a feature 3/4-020-X caso particolare Olaf.
This commit is contained in:
Dario Sassi
2020-03-18 08:19:44 +00:00
parent b7d8db32b0
commit b6cbab67ec
6 changed files with 1530 additions and 498 deletions
+2
View File
@@ -159,6 +159,8 @@ local function MakeByMill( Proc, nPhase, nRawId, nPartId, dOvmHead)
dStep = dCrvLen / nStep
EgtOutLog( string.format( 'CrvLen=%.1f StepNbr=%d StepLen=%.1f', dCrvLen, nStep, dStep), 3)
end
-- eventuale spezzatura sul tratto più lungo se curva chiusa
BL.PutStartOnLonger( AuxId)
-- verifiche per affondamento ( possibili lavorazioni in doppio)
local bCross = false
if abs( vtExtr:getY()) > 0.707 then