Skip to content

Fedora 41 - python 3.13 - can't export #88

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

Open
the-quix opened this issue Dec 17, 2024 · 6 comments
Open

Fedora 41 - python 3.13 - can't export #88

the-quix opened this issue Dec 17, 2024 · 6 comments
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@the-quix
Copy link

Traceback (most recent call last):

File "/home/cicero/.local/share/kicad/8.99/3rdparty/plugins/com_github_30350n_pcb2blender/init.py", line 22, in Run
export_pcb3d(dialog.file_picker.GetPath(), boarddefs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/home/cicero/.local/share/kicad/8.99/3rdparty/plugins/com_github_30350n_pcb2blender/export.py", line 83, in export_pcb3d
pcbnew.ExportVRML(wrl_path, 0.001, True, True, components_path, 0.0, 0.0)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

TypeError: ExportVRML() missing 2 required positional arguments: 'aXRef' and 'aYRef'

@30350n
Copy link
Owner

30350n commented Dec 17, 2024

You are using a prerelease version of KiCad which is not supported (this is a duplicate of #75).

@30350n 30350n self-assigned this Dec 17, 2024
@30350n 30350n added the duplicate This issue or pull request already exists label Dec 17, 2024
@hfieger
Copy link

hfieger commented Mar 3, 2025

I have the same problem on WIN11 24H2 using the current version Kicad 9.0.

@30350n
Copy link
Owner

30350n commented Mar 3, 2025

There's no release that supports KiCad 9.0 yet.

@hfieger
Copy link

hfieger commented Mar 3, 2025

Thanks for answering so quick.

I thought it's alreday in:
https://github.com/30350n/pcb2blender/tree/master/pcb2blender_exporter

Any idea when?

@30350n
Copy link
Owner

30350n commented Mar 3, 2025

The fix for this issue is there already, but I haven't found time to actually test if that's enough to make everything work on 9.0 or if there are any issues yet. So there's no release. You can always manually download the master version and install it.

@hfieger
Copy link

hfieger commented Mar 3, 2025

Thanks a lot.

b.t.w. Good job done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants