From 4f94b2de3a5486b8e4abc1e9578f5b2481aa5eca Mon Sep 17 00:00:00 2001 From: DarioS Date: Tue, 25 May 2021 12:42:28 +0200 Subject: [PATCH] DataWall : - altra piccola miglioria per nesting. --- NestProcess.lua | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/NestProcess.lua b/NestProcess.lua index 05b81f9..ade3914 100644 --- a/NestProcess.lua +++ b/NestProcess.lua @@ -1,4 +1,4 @@ --- NestProcess.lua by Egaltech s.r.l. 2021/05/21 +-- NestProcess.lua by Egaltech s.r.l. 2021/05/25 -- Gestione nesting automatico pareti -- Intestazioni @@ -222,8 +222,10 @@ for nPartId, nCount in pairs( PART) do EgtErase( OutId + i - 1) end end - EgtSetName( OutId, 'ON_TMP') - nOutline = OutId + if OutId then + EgtSetName( OutId, 'ON_TMP') + nOutline = OutId + end end if nOutline then