element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
PCB Design, Prototyping and Production
  • Products
  • More
PCB Design, Prototyping and Production
PCB Forum KiCad 8 is here!
  • Blog
  • Forum
  • Documents
  • Leaderboard
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join PCB Design, Prototyping and Production to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 32 replies
  • Subscribers 119 subscribers
  • Views 5646 views
  • Users 0 members are here
  • kicad 8
  • kicad
Related

KiCad 8 is here!

shabaz
shabaz over 1 year ago

Installing KiCad 8 went smoothly.

First off, I went to my KiCad project folder (e.g. C:\KICAD_PROJECTS), and made a backup copy of it. Then, I installed KiCad 8. At the prompt,I chose to import settings from KiCad 7:

image

It started up just fine, with my previously opened project all ready for me in the new KiCad 8.

image

After that, I went to my old KiCad folder in C:\users (C:\users\shabaz\Documents\KiCad\7.0) and copied everything there to C:\users\shabaz\Documents\KiCad\8.0.

Clicking on Symbol Editor or Footprint Editor will bring up a prompt. I selected the default:

image

When in the Symbol or Footprint editors, the default KiCad libraries will be there, but any user-created ones won't be. I clicked on File->Add Library and navigated to C:\users\shabaz\Documents\KiCad\8.0\symbols or \footprints respectively, and selected my user library and it got added.

I've not tried much so far, but very happy that this feature is available:

image

The above will speed up footprint creation/editing a lot. It is a feature that was sorely missing, it should have been added years ago.

I don't know if the 'teardrops' feature is new, but I've only noticed it now in KiCad 8:

image

I'm looking forward to exploring more in the next few weeks (I will use KiCad 8 unless I hit any showstopper; I still have KiCad 7 and KiCad 6 installed, I think it's time to remove v6!).

  • Sign in to reply
  • Cancel

Top Replies

  • Jan Cumps
    Jan Cumps over 1 year ago +6
    baldengineer posted a top-8 of new features on his youtube channel . I endorse that message .
  • baldengineer
    baldengineer over 1 year ago in reply to genebren +4
    For what it is worth, the last time I used Eagle was in 2015. I've done about 50 PCBs since then. Granted, most of them were small breakout boards. However, since then, I have not found a single case where…
  • shabaz
    shabaz over 1 year ago in reply to BigG +3
    A bit clunky using it, but eventually got a simple circuit working. This was with a op-amp SPICE file pulled from the web. In short, it all majorly revolves around two main points: (1). In the symbol…
Parents
  • shabaz
    shabaz over 1 year ago

    Interestingly, KiCad now supports complete EAGLE libraries!

    It supported EAGLE project import in the past (  Working with KiCad 7: Importing EAGLE files  ), but if you've built up custom component libraries over the years, they can be directly imported into KiCad now too.

    Here's how.

    Symbols:

    In the Symbol Editor, click on Preferences->Manage Symbol Libraries

    image

    Now simply click on the folder button, and choose your EAGLE .lbr file!

    image

    After a few seconds (or longer if you've got hundreds of symbols like me) the library will appear just as any other KiCad library, in the left side view.

    Here I've expanded on a multi-unit component, it's imported in perfectly as far as I can tell! I would probably replace the outline with a shaded box to match the KiCad style of component representation, and optionally change the signal types from 'bidirectional' to something else for better error-checking, but otherwise I see no need to modify anything here.

    image

    Footprints

    This is very similar to the procedure for Symbols. In the Footprint Editor, click on Preferences->Manage Footrpint Libraries and then look for the folder icon, but this time click on the drop-down shape next to it (I don't know why it's different but it's minor), and then select EAGLE. It's very impressive how many different CAD packages are supported in this list.

    image

    Once you've selected your EAGE .lbr file again, it will import in all the footprints. Looks pretty good!

    One thing to note, is that it won't import in the milling layer if you've used that for footprints. If there was a complex footprint I'd want to implement it from scratch in KiCad, since KiCad has much better custom pad shapes capability.

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 1 year ago in reply to shabaz

    Note: Personally I think it's better to re-create especially the footprints at least, since the 'KiCad way' is far better than the EAGLE way for all complex footprints. Plus, it's good to learn how to do it all in KiCad, rather than relying on old EAGLE libraries. But nice to know that there is is import capability.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • shabaz
    shabaz over 1 year ago in reply to shabaz

    Note: Personally I think it's better to re-create especially the footprints at least, since the 'KiCad way' is far better than the EAGLE way for all complex footprints. Plus, it's good to learn how to do it all in KiCad, rather than relying on old EAGLE libraries. But nice to know that there is is import capability.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube