DataWall :

- aggiunto script per gestione nuova interfaccia.
This commit is contained in:
Dario Sassi
2021-01-15 22:49:09 +00:00
parent a85a302c54
commit 1dbd10d41a
3 changed files with 663 additions and 9 deletions
+2 -2
View File
@@ -1223,10 +1223,10 @@ local function MakeTwoFaces( Proc, nRawId, b3Raw)
end
end
-- se non inclinate o capacità di taglio non sufficiente, provo con contornatura o svuotatura
if not sCutting or dSawMaxDepth < dDimY[1] + WD.CUT_SIC or dSawMaxDepth < dDimY[2] + WD.CUT_SIC then
--if not sCutting or dSawMaxDepth < dDimY[1] + WD.CUT_SIC or dSawMaxDepth < dDimY[2] + WD.CUT_SIC then
-- eseguo la svuotatura
return MakeByPocketing( Proc, nFacet, nRawId, b3Raw)
end
--end
end
-- ordino i tagli per fare prima quello meno inclinato
local nOrd = { 0, 1}