Search found 1222 matches

by leoheck
Thu Mar 07, 2024 3:37 pm
Forum: Assembly
Topic: Assembly 4 workbench
Replies: 1335
Views: 866259

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: 1335
Views: 866259

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: 1335
Views: 866259

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: 429

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: 429

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: 4
Views: 414

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: 4
Views: 414

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

Thank you @Roy_043, this worked fine!
by leoheck
Sat Feb 24, 2024 1:34 am
Forum: Help on using FreeCAD
Topic: How to install a Python dependency when using AppImage?
Replies: 4
Views: 414

How to install a Python dependency when using AppImage?

How do I install a Python dependency for an Addon installed with the Addon Manager, using AppImage? The `Python Dependencies...` button inside the Addon Manager window does not show anything. When I installed the Invetor Loader it asked for the ezxdf. Tried to install it with the system package mana...
by leoheck
Wed Sep 13, 2023 2:46 pm
Forum: TechDraw
Topic: Techdraw - Unable to hatch a face
Replies: 3
Views: 602

Techdraw - Unable to hatch a face

Hi, I am trying to hatch a face using TechDraw Workbench, I am getting this error Is there a way to fix this from my side? 11:38:23 Traceback (most recent call last): File "<string>", line 1, in <module> <class 'AttributeError'>: 'TechDraw.DrawHatch' object has no attribute 'translateLabel...
by leoheck
Tue Sep 05, 2023 2:04 pm
Forum: Help on using FreeCAD
Topic: KicadStepUp - Fixing Assembly placement without merging it.
Replies: 1
Views: 249

Re: KicadStepUp - Fixing Assembly placement without merging it.

Ah, nevermind, when I move the assembly, it is creating this compound object in the right place, but making it hidden and also creating a new fused object right after. The selection moves to these fused objects and also the visibility. THIS is kind of annoying but at least I can have the part separa...