-
Hello! I was scouring the documentation and discussions and issues in here but couldn't find any information regarding how to properly draw/inject partition lines into a PCB to try and export multiple different PCB desings into one panel. My use case would be rapid prototyping of a commercial unit that consists of 12 different small irregular shaped PCB's with castellations and not having to manually panel them for every single new revision would be phenomenal. I was trying manually building a panel through python and even reading through the UI based code and actions but I just can't figure out how to properly use PartitionLines just to try to have two different PCB desings on one panel somehow. If someone has any input on that please let me know. Other than that I simply love the whole suite for fab data and simple panelling. Thanks in advance! Daniel |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This is not well documented yet; basically, you have two options:
|
Beta Was this translation helpful? Give feedback.
This is not well documented yet; basically, you have two options:
panel.buildPartitionLineFromBB
shapely.LineString
and it is stored per substrate inpanel.substrates
. Each substrate has an attributepartitionLine
you can directly set.