- in HeadCut e Split si sceglie sempre la lama primaria più grande

- in LapJoint -> SawPlusChain si sceglie la lama in base alla profondità della tasca
This commit is contained in:
luca.mazzoleni
2024-12-02 17:51:59 +01:00
parent 8e9de6026e
commit 077cb2c586
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -5268,7 +5268,7 @@ function SawPlusChain.Saw.CalculateMachiningParameters( Proc, FaceToMachine, Edg
end
-- ricerca lavorazione
Cutting.Name = ML.FindCutting( 'HeadSide', true, false)
Cutting.Name = ML.FindCutting( 'HeadSide', true, false, EdgeToMachine.Elevation)
if not Cutting.Name then
Cutting.Message = 'Feature '.. Proc.FeatureId .. ' : strategy ' .. SawPlusChain.Name .. ' not applicable - saw blade not found'
Cutting.CanApply = false