diff --git a/freecad/asm3/assembly.py b/freecad/asm3/assembly.py index ede5b79..a07b9ca 100644 --- a/freecad/asm3/assembly.py +++ b/freecad/asm3/assembly.py @@ -3501,8 +3501,8 @@ class Assembly(AsmGroup): @classmethod def canAutoSolve(cls): from . import solver - return gui.AsmCmdManager.WorkbenchActivated and \ - gui.AsmCmdManager.AutoRecompute and \ + # return gui.AsmCmdManager.WorkbenchActivated and \ + return gui.AsmCmdManager.AutoRecompute and \ FreeCADGui.ActiveDocument and \ not FreeCADGui.ActiveDocument.Transacting and \ not FreeCAD.isRestoring() and \