DataBeam :

- in Cut aggiunto offset radiale a ultimo taglio parallelo di piano con cubetti
- in LongDoubleCut aggiunta gestione fresature parallele.
This commit is contained in:
Dario Sassi
2020-09-27 17:34:34 +00:00
parent 52206183ed
commit 465553e644
3 changed files with 185 additions and 37 deletions
+4 -2
View File
@@ -679,11 +679,13 @@ local function ClassifyFeatures( vProc, b3Raw, Stats)
end
elseif Proc.Flg == 0 then
bAllOk = false
table.insert( Stats, {Err = 1, Msg='Error : out of the part', CutId=Proc.CutId, TaskId=Proc.TaskId})
Proc.ErrMsg = 'Error : out of the part'
table.insert( Stats, {Err = 1, Msg=Proc.ErrMsg, CutId=Proc.CutId, TaskId=Proc.TaskId})
else
Proc.Flg = 0
bAllOk = false
table.insert( Stats, {Err = 1, Msg='Error : impossible to machine', CutId=Proc.CutId, TaskId=Proc.TaskId})
if not Proc.ErrMsg then Proc.ErrMsg = 'Error : impossible to machine' end
table.insert( Stats, {Err = 1, Msg=Proc.ErrMsg, CutId=Proc.CutId, TaskId=Proc.TaskId})
end
end
-- se necessario ribaltamento, assegno intestatura alla fase ribaltata