diff --git a/src/Mod/OpenSCAD/OpenSCADCommands.py b/src/Mod/OpenSCAD/OpenSCADCommands.py index 54fc523c61..3ee3737b58 100644 --- a/src/Mod/OpenSCAD/OpenSCADCommands.py +++ b/src/Mod/OpenSCAD/OpenSCADCommands.py @@ -548,7 +548,7 @@ class OpenSCADMeshBoolean: class Hull: def IsActive(self): - return len(FreeCADGui.Selection.getSelection()) >= 2 + return len(FreeCADGui.Selection.getSelection()) >= 1 def Activated(self): import Part @@ -568,7 +568,7 @@ class Hull: class Minkowski: def IsActive(self): - return len(FreeCADGui.Selection.getSelection()) >= 2 + return len(FreeCADGui.Selection.getSelection()) >= 1 def Activated(self): import Part