From 87d39d747e7fb2c66f55a548f02d19259d8232b8 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Thu, 10 Jul 2025 18:04:12 +0200 Subject: [PATCH] - in json STR0005 cubetti riabilitati (disabilitati per errore) --- LuaLibs/BeamLib.lua | 1 + Strategies/Standard/STR0005/STR0005.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LuaLibs/BeamLib.lua b/LuaLibs/BeamLib.lua index 65a87bb..f88a751 100644 --- a/LuaLibs/BeamLib.lua +++ b/LuaLibs/BeamLib.lua @@ -290,6 +290,7 @@ end ------------------------------------------------------------------------------------------------------------- -- restituisce le facce della parte interessate dalla feature Proc -- TODO da spostare in FeatureLib??? +-- TODO le feature 1 faccia devono essere settate aperte sulla faccia indicata dalla normale function BeamLib.GetAffectedFaces( Proc, Part) local vtFacesAffected = { bTop = false, bBottom = false, bFront = false, bBack = false, bLeft = false, bRight = false} if Proc.b3Box and not Proc.b3Box:isEmpty() then diff --git a/Strategies/Standard/STR0005/STR0005.json b/Strategies/Standard/STR0005/STR0005.json index 4139f4f..3e07083 100644 --- a/Strategies/Standard/STR0005/STR0005.json +++ b/Strategies/Standard/STR0005/STR0005.json @@ -103,7 +103,7 @@ { "sName": "bDisableDicing", "sNameNge": "DISABLE_DICING", - "sValue": "true", + "sValue": "false", "sDescriptionShort": "Disable dicing", "sDescriptionLong": "", "sType": "b",