Workbench BOLTSFC installed but no menue

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
wbeppler
Posts: 40
Joined: Tue Mar 20, 2018 8:31 pm
Location: germany 78355
Contact:

Workbench BOLTSFC installed but no menue

Post by wbeppler »

hello,
i installed in fc 0.18 using tne addon-manager the workbench extesion "boltsfc" but i can not find any more workbench. what am i doing wrong ? how to use boltsfc ?? in the addonmanager the green check is set.

thanks a lot
w
chrisb
Veteran
Posts: 54168
Joined: Tue Mar 17, 2015 9:14 am

Re: Workbench BOLTSFC installed but no menue

Post by chrisb »

wbeppler wrote: Wed May 16, 2018 12:15 pm what am i doing wrong ?
Did you restart FreeCAD? Additional workbenches are not visible before restarting.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
wbeppler
Posts: 40
Joined: Tue Mar 20, 2018 8:31 pm
Location: germany 78355
Contact:

Re: Workbench BOLTSFC installed but no menue

Post by wbeppler »

yes, i restarted
chrisb
Veteran
Posts: 54168
Joined: Tue Mar 17, 2015 9:14 am

Re: Workbench BOLTSFC installed but no menue

Post by chrisb »

Do you have some other additional workbench that works? If not, can you try installing Fasteners?
And please add your full FreeCAD info.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
wbeppler
Posts: 40
Joined: Tue Mar 20, 2018 8:31 pm
Location: germany 78355
Contact:

Re: Workbench BOLTSFC installed but no menue

Post by wbeppler »

thanks for tip with fasteners, i installed, restarted and the new workbench in there, now i have a first look to this....

best regards

my version:
OS: Ubuntu 16.04.4 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.13712 (Git)
Build type: None
Branch: master
Hash: 57b7f3389a846454d01c2abea509b8394099735c
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: German/Germany (de_DE)
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Workbench BOLTSFC installed but no menue

Post by bernd »

BOLTSFC is not a wb it is a macro. You should have a macro called start bolts.
User avatar
wbeppler
Posts: 40
Joined: Tue Mar 20, 2018 8:31 pm
Location: germany 78355
Contact:

Re: Workbench BOLTSFC installed but no menue

Post by wbeppler »

hi bernd,
thanks for info but...
i searched start bolts macro but could not find. not in the macro menu in the list and not in addonmanager in the macro tab see pictures (system-tab is empty)

today my preview is out of order, i can see more than my 2 attached pictures but i removed in the textbox...
Attachments
f2.png
f2.png (57.32 KiB) Viewed 3038 times
f1.png
f1.png (48.74 KiB) Viewed 3038 times
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Workbench BOLTSFC installed but no menue

Post by bernd »

A bit late but since you get an email you may read this anyway.

If you install BOLTSFC by the addon manager wait some time ... may be 5 minutes. It will not tell you it is successful installed, but it will copy it anyway. Open a Python Console in FreeCAD and put in

Code: Select all

import BOLTS
If you get no error message BOLTS is installed.
Afterwards go to your FreeCAD Mod directory. There should be a file called "start_bolts.FCMacro inside the BOLTSFC directory. Move this file into your macro folder. Run this macro to start BOLTS.

bernd

for reference: https://github.com/FreeCAD/FreeCAD-addons/issues/102
User avatar
Antonius
Posts: 27
Joined: Tue Apr 30, 2019 12:28 pm
Location: Fulda

Re: Workbench BOLTSFC installed but no menue

Post by Antonius »

OS: Windows 7
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.16110 (Git)
Build type: Release
Branch: (HEAD detached at upstream/releases/FreeCAD-0-18)
Hash: f7dccfaa909e5b9da26bf50c4a22ccca9bb10c40
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: German/Germany (de_DE)


I tried the phyton command and get this:
>>> import BOLTS
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "C:\Users\DANIEL\AppData\Roaming\FreeCAD\Mod\BOLTSFC\BOLTS\__init__.py", line 40, in <module>
from .gui import freecad_bolts as boltsgui
File "C:\Users\DANIEL\AppData\Roaming\FreeCAD\Mod\BOLTSFC\BOLTS\gui\freecad_bolts.py", line 29, in <module>
Ui_BoltsWidget,QBoltsWidget = uic.loadUiType(join(bolts_path,'bolts_widget.ui'))
File "<string>", line 15
exec pyc in frame
^
SyntaxError: Missing parentheses in call to 'exec'
>>>
I got same messages when I execute the macro in normal way.
Addon Manager says addon is installed.
I also copied the files into the macro dir, that did not helped.

Link to Bolts at Github:
https://github.com/MindScraper/BOLTS-Op ... shers-...-

Someone can read & identify the problem in the phyton error mesages?
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Workbench BOLTSFC installed but no menue

Post by bernd »

you need 0.18.2 which is 0.18.16117

The problem was fixed with https://github.com/FreeCAD/FreeCAD/comm ... 3749771eea If you are interested: https://forum.freecadweb.org/viewtopic. ... 86#p306308
Post Reply