WallData :

- corretta pulitura spigoli su svuotatura di FreeContour
- modifiche varie per nesting.
This commit is contained in:
DarioS
2021-10-05 12:33:58 +02:00
parent f3e0cc8c68
commit b82c3fb644
2 changed files with 137 additions and 21 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
-- ProcessFreeContour.lua by Egaltech s.r.l. 2021/09/17
-- ProcessFreeContour.lua by Egaltech s.r.l. 2021/10/05
-- Gestione calcolo profilo libero per Pareti
-- Tabella per definizione modulo
@@ -2040,6 +2040,7 @@ local function MakeByPocket( Proc, nRawId, b3Raw)
-- eseguo
local bAppOk = EgtApplyMachining( true, false)
if not bAppOk and not bPocketBotface then
bPocketBotface = true
EgtSetMachiningGeometry( {{ Proc.Id, nFacet}})
dDepth = 0
local dThElev = dThDiam / 2 * sqrt( vtExtr:getX() * vtExtr:getX() + vtExtr:getY() * vtExtr:getY())