DataBeam :

- correzioni per tasche passanti
- varie piccole migliorie.
This commit is contained in:
Dario Sassi
2021-03-19 18:35:19 +00:00
parent 74915620c7
commit 681d9f0f71
4 changed files with 26 additions and 16 deletions
+5 -4
View File
@@ -1,4 +1,4 @@
-- ProcessLapJoint.lua by Egaltech s.r.l. 2021/03/16
-- ProcessLapJoint.lua by Egaltech s.r.l. 2021/03/19
-- Gestione calcolo mezzo-legno per Travi
-- 2019/10/08 Agg. gestione OpenPocket.
-- 2021/01/24 Con sega a catena ora sempre impostato asse A.
@@ -3471,9 +3471,10 @@ local function MakeMoreFaces( Proc, nPhase, nRawId, nPartId, dOvmHead, bSinglePa
--ottengo un diametro utensile opportuno
dDiam, sMchFind, nUseRoughTool, dDiamMax = CheckToolDiamByFaces( Proc, nFacInd, dH, dV, bIsU, bIsL, ( dFacElev + dCollSic), nUseRoughTool)
if not dDiam then
if nUseRoughTool == 0 then
sMchFind = 'OpenPocket'
end
sMchFind = sMchFindBackUp
--if nUseRoughTool == 0 then
-- sMchFind = 'OpenPocket'
--end
dDiam = min( dH, dV)
end
end