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",