- piccola correzione ai fori in doppio

This commit is contained in:
luca.mazzoleni
2024-03-15 09:41:29 +01:00
parent 036ea8bcc8
commit 6a135228b8
+5
View File
@@ -1991,6 +1991,11 @@ local function AreDrillingsMirrored( Proc, ProcMirror, b3Raw)
end
end
-- fori della stessa profondità
if abs( Proc.Len - ProcMirror.Len) > 10 * GEO.EPS_SMALL then
return false
end
return true
end