How to place tabs in Python #232
ahalekelly
started this conversation in
General
Replies: 1 comment 3 replies
-
The battery example uses the latest stable. The tab generation algorithm is reworked from scratch and works completely differently. The tabs are generated in three steps:
Based on the description; do you have a need for a custom script? Or is manual annotation enough for you? If you need a script, I haven't managed to write a proper guide for it. But you can basically follow the step in panelize. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The battery example is the only example code for the python library, but it uses the layerToTabs function which no longer exists, and the boardSubstrate.tab function isn't well documented. The CLI is very well documented, but the python documentation is often ambiguous to someone not familiar with this software about the exact types for the arguments the functions take and what they return. Can someone write an example using the boardSubstrate.tab function or annotation footprints to generate tabs in python?
Beta Was this translation helpful? Give feedback.
All reactions