v1.1.0
- Added
generate_pcb()
function to create a PCB file directly from
aCircuit
object. (Currently only works for KiCad.) - Added
PartTmplt
shortcut which creates a Part template usingdest=TEMPLATE
implicitly.
generate_pcb()
function to create a PCB file directly fromCircuit
object. (Currently only works for KiCad.)PartTmplt
shortcut which creates a Part template using dest=TEMPLATE
implicitly.