-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
Description
When I add a field to a part as in the documentation (lm35.fields['new_field'] = 'new value'), the field will get exported to the netlist with generate_netlist(), but not to the PCB generated with generate_pcb().
Is there an option I am missing? Alternatively, do you know of a way to update the netlist with the pcbnew python API if I simply export both PCB and netlist from skidl?
By the way, module 'skidl' has no attribute '__version__', but pip says I have version 1.2.3 installed.
Lastly, thanks for your work, this is such a cool project.