- in split -> bigSection primo implemento sega a catena da sopra e lama da sotto

- in split -> bigSection scelta sega a catena in base a lunghezza
This commit is contained in:
luca.mazzoleni
2024-01-04 11:44:44 +01:00
parent 42d68d968d
commit 5f7f988552
2 changed files with 57 additions and 31 deletions
+2 -2
View File
@@ -410,8 +410,8 @@ function MachiningLib.FindPocketing( sType, dMaxDiam, dDepth, dMaxTotLen, bTopHe
end
---------------------------------------------------------------------
function MachiningLib.FindSawing( sType)
return FindMachining( MCH_MY.MORTISING, sType)
function MachiningLib.FindSawing( sType, dDepth)
return FindMachining( MCH_MY.MORTISING, sType, { Depth = dDepth})
end
-------------------------------------------------------------------------------------------------------------