michaelgale / pcbflow

Python based Printed Circuit Board (PCB) layout and design package based on CuFlow.
BSD 3-Clause "New" or "Revised" License
115 stars 16 forks source link

Add native support for Skidl #2

Closed michaelgale closed 3 years ago

michaelgale commented 3 years ago

Add native support for Skidl data objects. In particular, using generated net lists and/or integration of Skidl's Part and Net data objects.

The support of skidl should be optional in terms of generating a PCB. Simple PCBs can still be generated without any formal definition of components and networks, rather can still be described with drawing geometric primitives. TBD.

michaelgale commented 3 years ago

Support has been added.

zignig commented 3 years ago

Nice work, now for some bounding boxes and A* routing...