Leandro Heck

Results 587 comments of Leandro Heck

I came here with another idea to implement in the existing BOM. Which is a flag to disable internal parts to be added in the BOM. For instance, I assembled...

What if you make a pr proposing something so we can visualize better?

Thanks. It happens that Freecad has a different file path for the file being loaded when using the GUI and the CLI. I improved the behavior of the zip exporter....

Did you do/try this? ```bash sudo -H pip install anytree ```

I installed it this way and it was working.

hm, I thought those "UserWarning: Duplicate name:" were just a warning, this may not be the case. They have to be added to preserve the hierarchy when unpacking the zip....

try to extract it and load the main assembly, please.

It seems there is no duplicated files, only in the zip Examining this case here: ```bash 17:54:17 ASM4> [ZIP] Adding file: cad/Steel L-Bracket for NEMA 17.FCStd 17:54:17 /tmp/.mount_FreeCARwPJVr/usr/lib/python3.10/zipfile.py:1517: UserWarning: Duplicate...

Ah, the list of files I was using did not have unique files. It is fixed now. Zip is being created. But there are some issues when opening the main...

These files are not being restored ``` Linked file: ../cad/Spacer_6.35.FCStd Linked file: ../cad/FreeCAD-library/2020_V-slot_Al_extrusion/2020x370_V_slot_profile.FCStd Linked file: ../cad/Googly_eyes.FCStd ``` But they exist ```bash ➜ diy-pcb-cnc git:(testing) ✗ find -name Googly_eyes.FCStd ./cad/Googly_eyes.FCStd ➜...