You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a subcircuit (eg. Max232 circuit)
Do not use some of its pins in the parent circuit, there by define that unused pins in no-connect: section.
Any component upgrade will throw a false "false unused pins" error.
This error is not blocker, simply ignore this error.
Reproduction
Use a subcircuit (eg. Max232 circuit)
Do not use some of its pins in the parent circuit, there by define that unused pins in
no-connect:
section.Any component upgrade will throw a false "false unused pins" error.
This error is not blocker, simply ignore this error.
Responsible code:
aecad/webapps/main/pcb/tools/lib/schema/post-process-netlist.ls
Lines 124 to 174 in 7d1fcdf
Solution
The
@_netlist
object should not contain the unused, label-pin connections.The text was updated successfully, but these errors were encountered: