You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
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'
The text was updated successfully, but these errors were encountered: