Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VRML models do not work #174

Open
3 tasks done
doragasu opened this issue Oct 8, 2024 · 0 comments
Open
3 tasks done

VRML models do not work #174

doragasu opened this issue Oct 8, 2024 · 0 comments
Labels
bug 🐞 Inconsistencies or issues which will cause a problem for users or implementers.

Comments

@doragasu
Copy link

doragasu commented Oct 8, 2024

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate
  • Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
  • Tested with the latest version to ensure the issue hasn't been fixed

How often does this bug occurs?

always

Expected behavior

To be able to export complete PCBs to VRML, the 3D models must be in VRML format. By default footprints in this library link to the STEP 3D models. If you switch a model from STEP to VRML (WRL), KiCAD does not show the model (at least the KiCad release 8.0.5 I'm running).

Actual behavior (suspected bug)

When switching from the STEP 3D models to the VRML 3D models, the VRML model should be shown, but nothing is shown.

Error logs or terminal output

No response

Steps to reproduce the behavior

Previously to these steps, you should have the Espressif Library plugin installed.

  1. Open KiCad Footprint Editor
  2. Open any module from PCM_Espressif library. E.g.: ESP32-C3-WROOM-02.
  3. Switch to 3D view (press ALT+3). The 3D module shows properly.
  4. Close the 3D viewer and in the Footprint Editor open the Footprint Properties dialog (Click File / Footprint Properties...).
  5. Go to the 3D Models tab.
  6. Change the model path to point to the VRML version (e.g.: ${KICAD8_3RD_PARTY}/3dmodels/com_github_espressif_kicad-libraries/espressif.3dshapes/ESP32-C3-WROOM-02.wrl).
  7. The 3D model is not shown.

This problem happens with all VRML files I tested in the Espressif Library. VRML files included with KiCad libraries load without a problem.

The bug also happens in the PCB Editor and prevents the full PCBs to be exported to VRML correctly.

Project release version

Latest release 3.0.1, and KiCad 8.0.5

System architecture

Intel/AMD 64-bit (modern PC, older Mac)

Operating system

Linux

Operating system version

ArchLinux

Shell

Bash

Additional context

No response

@pedrominatel pedrominatel added the bug 🐞 Inconsistencies or issues which will cause a problem for users or implementers. label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Inconsistencies or issues which will cause a problem for users or implementers.
Projects
None yet
Development

No branches or pull requests

2 participants