DataBeam :
- correzioni per tasche passanti - varie piccole migliorie.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user