- Calcolo automatiso SIDESTEP portato a 1/3 del diametro

- Migliorato calcolo percentuale lavorata
- Gestione topologia Rabbet-2-Through
- Varie migliorie calcoli svuotature da applicare
This commit is contained in:
andrea.villa
2024-06-05 10:36:06 +02:00
parent 9a8c0386d9
commit 285f3bc78d
3 changed files with 204 additions and 113 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ function MachiningLib.FindChainSaw( Proc, ToolSearchParameters)
dBestToolResidualDepth = dCurrentResidualDepth
end
-- se entrambi incompleti
elseif dBestToolResidualDepth > 0 and dCurrentResidualDepth > 0 then
elseif dBestToolResidualDepth > 0 and dCurrentResidualDepth > 0 then
--scelgo quello che lavora di più
if dCurrentResidualDepth > dBestToolResidualDepth then
nBestToolIndex = i