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