-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
we need to define the automatic test when a pull request is send.
with the new fritzing version 0.9.3b and the git-parts-magic people
really begin to contribute parts via git.
therefore the main issues are:
fzp check:
- properties: family
- unique module id
- all connectors in all views defined
- check if all connectors has names #16 all connectors has names
breadboardview:
- linked imagefiles? (we just use pure svgs)
schematicview:
- linked imagefiles?
pcb-view:
- if Through-hole part (tht):
- missing one cooper layer?
- is copper1 in copper0
- connectors need to be "circle" svg elements
- if smd:
- just one cooper0 group
- connectors cannot be "circle" svg elements
- connector elemtents need a stroke-width="0" and stroke="none"