DataBeam :
- piccola miglioria in lavorazione centrata di contorno libero.
This commit is contained in:
@@ -310,8 +310,10 @@ local function MakeByMill( Proc, nPhase, nRawId, nPartId, dOvmHead)
|
||||
bToolInv = true
|
||||
end
|
||||
-- verifico se primo e ultimo tratti corti e con angolo
|
||||
local dStartAddSpec = CalcSpecialAdd( AuxId, true, dToolDiam)
|
||||
local dEndAddSpec = CalcSpecialAdd( AuxId, false, dToolDiam)
|
||||
local dStartAddSpec = 0
|
||||
if Proc.Grp ~= 0 then dStartAddSpec = CalcSpecialAdd( AuxId, true, dToolDiam) end
|
||||
local dEndAddSpec = 0
|
||||
if Proc.Grp ~= 0 then dEndAddSpec = CalcSpecialAdd( AuxId, false, dToolDiam) end
|
||||
-- se devo inserire il chamfer
|
||||
if nChamfer > 0 and Proc.Grp ~= 0 and dOriDepth > dDepthCham then
|
||||
local bDoubleCham = false
|
||||
|
||||
Reference in New Issue
Block a user