From efbdb6aec0d75a9aeee9a75241d45f487d35be56 Mon Sep 17 00:00:00 2001 From: DarioS Date: Wed, 19 Apr 2023 18:29:06 +0200 Subject: [PATCH] Essetre-FASTrl : - piccola correzione per lancio simulazione con macchinata senza pezzi. --- Essetre-FASTrl.mlse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essetre-FASTrl.mlse b/Essetre-FASTrl.mlse index f16ee70..084fb45 100644 --- a/Essetre-FASTrl.mlse +++ b/Essetre-FASTrl.mlse @@ -361,7 +361,7 @@ function OnSpecialApplyDisposition() -- Determinazione delle sue dimensioni local b3Raw = EgtGetRawPartBBox( nCurrRawId) - if b3Raw:isEmpty() then + if not b3Raw or b3Raw:isEmpty() then EMC.ERR = 11 return end