Furgo

Results 77 comments of Furgo

I can run the installed binary now. I simply used the default install target with no parameters, which installs FreeCAD on `/usr/local`. I guess it didn't like to be relocated...

Great! After testing, I'm getting two errors (running from the build folder): 1. After executing `build/bin/FreeCAD`: ``` During initialization the error ""'BIMWorkbench' already exists."" occurred in $HOME/dev/FreeCAD/build/Mod/Arch/InitGui.py Please look into...

Removing the external BIM workbench from `$HOME/.local/share/FreeCAD/Mod/BIM` fixed both errors from the previous comment. Now I'm getting different errors: 1. When executing FreeCAD: ``` During initialization the error "UI file...

Errors 1. and 2. from the previous comment go away when running the `make install` target and executing FreeCAD from `/usr/local/bin/FreeCAD`. Error 3. remains. ```python-traceback Traceback (most recent call last):...

Some quick testing: 1. I noticed the IFC Project command has been replaced by the native IFC project command, so I tested it: ![image](https://github.com/FreeCAD/FreeCAD/assets/148809153/2a1b474b-dff9-4eec-8814-7c46c51eb68f) I'm not sure if it's intended,...

@kadet1090 nice work! For my use cases, I can confirm that it fixes https://github.com/FreeCAD/FreeCAD/issues/13630 and https://github.com/FreeCAD/FreeCAD/issues/13634 and. That last bug is not on the PR description, so you might want...

A quick question from reading the PR description: > This commit also ensures that active workbench is always visible in the TabBar by adding additional temporary tab when necessary. This...

> If your recent file is an image does it show that? 1. I opened an image (.jpg) with File > Open... 2. The image was correctly imported on the...

I've noticed this happening on folders that have a huge number of files which are supported by FreeCAD. By default, at least the `File > Open` dialog's filter is preset...

This is still an issue with FreeCAD 0.22, it took me a while to figure out, but unsetting "Line smoothing" did solve the problem.