DataBeam :

- aggiunta gestione smussi su tutte le profilature orizzontali per macchine con testa da sotto.
This commit is contained in:
DarioS
2021-05-04 07:03:49 +02:00
parent a6dd7f69c8
commit 6abb19d857
5 changed files with 105 additions and 57 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ local function VerifyCham( Proc, AuxId, nRawId, bMakeVertCham, sDephtCham, sOnly
EgtOutLog( sErr)
return -1, 0, sErr
end
if BD.DOWN_HEAD and abs( vtExtr:getZ()) > 0.99 then
if BD.DOWN_HEAD and abs( vtExtr:getZ()) > 0.9 then
sMilling2 = ML.FindMilling( 'Mark_H2')
if not sMilling2 then
local sErr = 'Error : chamfer2 not found in library'