DataBeam :
- corretta lunghezza libera frese per forature con interpolazione - in tagli di testa aggiunta gestione come tagli longitudinali se vanno da inizio a fine trave - in forature inclinate corretto calcolo ingombro portautensile - in LapJoint corretta verifica dimensioni sega a catena rispetto alla geometria - in LongCut aggiunta gestione tagli da Cut.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- ProcessLapJoint.lua by Egaltech s.r.l. 2020/12/10
|
||||
-- ProcessLapJoint.lua by Egaltech s.r.l. 2021/01/13
|
||||
-- Gestione calcolo mezzo-legno per Travi
|
||||
-- 2019/10/08 Agg. gestione OpenPocket.
|
||||
|
||||
@@ -185,7 +185,7 @@ local function VerifySawChain( Proc, dMinDim, dMaxDim, vtOrtho)
|
||||
dSawCornerRad = EgtTdbGetCurrToolParam( MCH_TP.CORNRAD) or dSawCornerRad
|
||||
dMaxDepth = EgtTdbGetCurrToolMaxDepth() or dMaxDepth
|
||||
end
|
||||
if dSawThick <= dMinDim and dSawWidth <= dMaxDim then
|
||||
if dSawThick < dMinDim + 10 * GEO.EPS_SMALL and dSawWidth < dMaxDim + 10 * GEO.EPS_SMALL then
|
||||
bUseSawChain = true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user