-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
RuntimeError: No board edges found when using PythonAPI #702
Comments
Could you try adding a tolerance parameter to |
What is the unit of tolerance? When I use a tolerance of "2" it doesn't make a difference the Line Width of edges is 0.1mm. |
It's the default KiCAD unit - 1nm. There function |
Adding a tolerance worked! Thank you. Could you elaborate why? |
It seems that some change in the history started to include the line width; we never noticed as CLI always uses some tolerance and also all my custom scripts. |
Maybe it's an option to have a default tolerance in panelize.py? |
Prerequisites
KiKit version
1.5.1
KiCAD version
8.0.3
Operating system
Windows 11
Description
I have written a custom script to try and panelize with two boards. I have also run some scripts to print all the layers, Edge.Cuts layer is present and a script that checks for board edges which returns true. I assume I am not using the appendBoard function correctly.
I am running from KiCad commandline.
Steps to Reproduce
Run code using KiCad commandline.
The text was updated successfully, but these errors were encountered: