diff --git a/src/Mod/BIM/bimcommands/BimSetup.py b/src/Mod/BIM/bimcommands/BimSetup.py index ce6aee80f172..5a8692ef6e99 100644 --- a/src/Mod/BIM/bimcommands/BimSetup.py +++ b/src/Mod/BIM/bimcommands/BimSetup.py @@ -528,7 +528,10 @@ def setPreset(self, preset=None): lic = FreeCAD.ParamGet( "User parameter:BaseApp/Preferences/Document" ).GetInt("prefLicenseType", 0) - lic = [0, 1, 2, 1, 3, 4, 1, 0, 0, 0][ + lic = [0, + 1, 2, 1, 3, 4, 1, + 1, 2, 1, 3, 4, 1, + 0, 0, 0, 0, 0, 0][ lic ] # less choices in our simplified dialog newdoc = FreeCAD.ParamGet(