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.
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 withgenerate_netlist(), but not to the PCB generated withgenerate_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.