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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user