Search found 1225 matches

by leoheck
Tue Apr 09, 2024 2:05 pm
Forum: Assembly
Topic: Assembly 4 workbench
Replies: 1343
Views: 896321

Re: Assembly 4 workbench

by leoheck
Fri Apr 05, 2024 2:45 pm
Forum: Help on using FreeCAD
Topic: How to install a Python dependency when using AppImage?
Replies: 5
Views: 556

Re: How to install a Python dependency when using AppImage?

Every week I update the weekly build of my AppImage. Then I have to reinstall Pythons packages again. This is not a good behavior for AppImage users.
I am thinking here that the AppImage version could have something that can find Python packages externally to it..
by leoheck
Thu Mar 28, 2024 6:05 pm
Forum: Assembly
Topic: Assembly 4 workbench
Replies: 1343
Views: 896321

Re: Assembly 4 workbench

Hi guys, how do I disable this stupid popup? A message on the Report view is more than enough.
stupid_popup.png
stupid_popup.png (16.85 KiB) Viewed 882 times
by leoheck
Thu Mar 07, 2024 3:37 pm
Forum: Assembly
Topic: Assembly 4 workbench
Replies: 1343
Views: 896321

Re: Assembly 4 workbench

Create A SubShapeBinder of a Part, inside a Folder, inside the Assembly does not work. OS: Ubuntu 23.10 (ubuntu:GNOME/ubuntu) Word size of FreeCAD: 64-bit Version: 0.22.0dev.36277 (Git) AppImage Build type: Release Branch: main Hash: 9e1903d46112b3660bf10c6a4537d728101d560b Python 3.10.13, Qt 5.15.8...
by leoheck
Thu Mar 07, 2024 12:39 pm
Forum: Assembly
Topic: Assembly 4 workbench
Replies: 1343
Views: 896321

Re: Assembly 4 workbench

Creating a new Assembly in a new clean file Running the Python command 'Asm4_newAssembly' failed: Traceback (most recent call last): File "/home/lheck/.local/share/FreeCAD/Mod/Assembly4/./newAssemblyCmd.py", line 84, in Activated lcs0.Support = [(assembly.Origin.OriginFeatures[0],'')] 'Par...
by leoheck
Thu Feb 29, 2024 2:20 pm
Forum: Assembly
Topic: Assembly 4 workbench
Replies: 1343
Views: 896321

Re: Assembly 4 workbench

I have an issue with the colors. After using the "Random Color" in one link created by the Asm4, I saw it had changed the color of the lines from black to something else. I did not like this, then tried to reset the colors as I used to do... Right-click > Appearance... then toggle the Mate...
by leoheck
Tue Feb 27, 2024 3:08 pm
Forum: Help on using FreeCAD
Topic: Inventor .ipt to Step.
Replies: 2
Views: 695

Re: Inventor .ipt to Step.

Awesome, thank you @HendriXXX!!!

By the way, did you export it with the InventorLoader workbench or the Inventor itself?
by leoheck
Tue Feb 27, 2024 1:25 pm
Forum: Help on using FreeCAD
Topic: Inventor .ipt to Step.
Replies: 2
Views: 695

Inventor .ipt to Step.

Hi, I have a file from Inventor (.ipt) that I need to have converted to .step. to use it with FreeCad. I found out that there is a workbench called InventorLoader, but it is not working for me. It might be a problem with my file, with the workbench, or the version of Freecad I am currently using... ...
by leoheck
Tue Feb 27, 2024 12:18 pm
Forum: Help on using FreeCAD
Topic: How to install a Python dependency when using AppImage?
Replies: 5
Views: 556

Re: How to install a Python dependency when using AppImage?

I improved the code a bit, so I could see the output as if I was running pip on the command line. ##### Freecad v0.22 def pip_install(pkg_name): from freecad.utils import get_python_exe import addonmanager_utilities as utils import subprocess import sys import os python_exe = get_python_exe() vendor...
by leoheck
Tue Feb 27, 2024 11:54 am
Forum: Help on using FreeCAD
Topic: How to install a Python dependency when using AppImage?
Replies: 5
Views: 556

Re: How to install a Python dependency when using AppImage?

Thank you @Roy_043, this worked fine!