-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fails to Upload #14
Comments
i just encountered the same error: steps to reproduce
$ kicad-nightly
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/home/stefan/.local/share/kicad/6.99/3rdparty/plugins/com_github_aislerhq_PushForKiCad/push_thread.py", line 50, in run
popt.SetExcludeEdgeLayer(True)
File "/usr/lib/kicad-nightly/lib/python3/dist-packages/pcbnew.py", line 8900, in <lambda>
__getattr__ = lambda self, name: _swig_getattr(self, PCB_PLOT_PARAMS, name)
File "/usr/lib/kicad-nightly/lib/python3/dist-packages/pcbnew.py", line 80, in _swig_getattr
raise AttributeError("'%s' object has no attribute '%s'" % (class_type.__name__, name))
AttributeError: 'PCB_PLOT_PARAMS' object has no attribute 'SetExcludeEdgeLayer' so the upload fails / does not really start... my version
|
This is super strange as actually https://gitlab.com/kicad/code/kicad/-/blob/6.99.0/pcbnew/pcb_plot_params.h#L132 hasn't been touched lately. I'll consult the KiCad folks on this, keep you posted. |
PushForKiCad-0.1.5-pcm.zip |
i hope i find some time tomorrow evening! |
sorry for the delay! |
This fix works for me as well. Any plans to making a release with this included? |
We‘ll publish a release by Tuesday next week latest! |
When trying to upload a project (attached), the following happens:
Cosmic_Calibration_PCB.zip
KiCAD Version: (6.99.0-1615-g403992a6f4-dirty), release build
Plugin Version: 0.14
The text was updated successfully, but these errors were encountered: