KiCad / kicad-templates

KiCad project templates
Other
168 stars 134 forks source link

Issues with templates #8

Open evanshultz opened 6 years ago

evanshultz commented 6 years ago

From https://github.com/KiCad/kicad-templates/pull/5:

poeschlr commented 6 years ago

None of them will open in v4. The schematics have been through the remapping process which adds the information from what lib each symbol comes from to the schematic. KiCad v4 does not understand this. So i think you can remove that particular note.

evanshultz commented 6 years ago

All schematics open in 4.0.7 with a warning, and all boards but the one mentioned open in 4.0.7 without complaint.

poeschlr commented 6 years ago

the minoward board has a broken footprint for the mounting holes. (It is a no longer existing footprint. That i thought represents different possible hole sizes by just not including the pad. But it has a pad that just has no active layers but still has a pin number.)

So whoever does fix this must first find out what drill size should be used and exchange these footprints for the correct footprint from our mounting hole lib.

robkam commented 5 years ago

Having copyrighted templates!? That says to me "don't copy this template" i.e. that the templates are unusable. All the templates have a copyrighted notice at the bottom.

poeschlr commented 5 years ago

Copyright does not mean they are copy protected. It means they are licensed under some license. In this case they are under the license found in the license.md file ;) (The copyright notice simply fulfills the -BY part of the license. We could make that more clear by adding the license name to the copyright notice.)

The templates are under CC-BY-SA (creative commons, attribution, share alike) with an exception waiving the share alike and attribution clause if you use them. (But not if you want to publish the full library)

antoniovazquezblanco commented 5 years ago

Is it really needed at this point to have support for v4 in this template repo? Can we drop that task?

heitorPB commented 5 years ago

I think a nice KLC to standardize the templates would be great. I opened an issue for it: https://github.com/KiCad/kicad-website/issues/352 but so far nobody started writing one :P