DataBeam :

- in LapJoint e similari corretta scelta svuotatura OpenPocket se a U o a L, anzichè solo Pocket
- in FreeContour corretti attacchi/uscite su tratti iniziali/finali non tangenti al resto del percorso e più corti del raggio fresa
- in DovetailMortise corretto calcolo percorso antischeggia quando la mortasa è aperta anche sulla punta della V.
This commit is contained in:
Dario Sassi
2020-08-26 14:55:21 +00:00
parent 0e6a15bf1f
commit 85cf64157b
3 changed files with 41 additions and 7 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
-- ProcessLapJoint.lua by Egaltech s.r.l. 2020/08/20
-- ProcessLapJoint.lua by Egaltech s.r.l. 2020/08/24
-- Gestione calcolo mezzo-legno per Travi
-- 2019/10/08 Agg. gestione OpenPocket.
@@ -3163,7 +3163,7 @@ local function MakeMoreFaces( Proc, nPhase, nRawId, nPartId, bSinglePart)
--ottengo un diametro utensile opportuno
dDiam, sMchFind, nUseRoughTool, dDiamMax = CheckDiamToolByFaces( Proc, nFacInd, dH, dV, bIsU, bIsL, ( dFacElev + dCollSic), nUseRoughTool)
if not dDiam and nUseRoughTool == 0 then
sMchFind = 'Pocket'
sMchFind = 'OpenPocket'
dDiam = min( dH, dV)
end
end