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
  • genebren
    genebren over 1 year ago

    The more I see of KiCad, the more I like. Do you find things you can not do in KiCad that you can do in eagle?

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

    Hi Gene,

    I totally agree with that assessment from James. I think we both did the same thing, moved from EAGLE to KiCad and probably never looked back. The last version of EAGLE I used was v7 (and I used EAGLE extensively between releases 4-7), and I believe, the only function that EAGLE could do and KiCad still cannot, is that curved shapes are more flexible in EAGLE; you can truncate curves when making fancy board edges for instance. Other than that, I can't think of any significant feature parity issue. (Note: if very intricate board edges are needed, there are workarounds, for instance, using Inkscape, or FreeCAD, or even using Python).

    Note that some of the core EAGLE features are fast to execute, because EAGLE makes extensive use of non-Windows mouse and windows shortcuts, a bit like the old dedicated CAD workstations did, back when MSDOS/Windows was incapable of being used for high-end CAD.

    I make fewer errors with KiCad compared to EAGLE, for a couple of reasons:

    (1) It supports modern arbitrarily shaped pads properly, unlike the hacks that are needed with EAGLE, which generate errors that need to be manually ignored!

    (2) it supports 3D view (so I can actually see things from both sides from all angles including how components will physically fit onto the board) which EAGLE never supported (I think it does now, but now it's subscription-only). 

    There are other smaller reasons for making less errors too, such as each net is labeled on PCB traces (which only later subscription versions of EAGLE supported).

    Althoiugh some things take more keypresses to do with KiCad, it's very intuitive, so one can learn fast. I learned from scratch, and made my first PCB with it within 5 days, and there were no errors (apart from a connection I made to 5V instead of 3.3V, which was my mistake, and was easy to fix with a cut trace):

    image

    There are great speed improvements with laying out PCBs, so that allows you to experiment more with little time-wasting. For instance, I can move parts around, and then when laying out traces, KiCad will semi-auto-route the trace to avoid others, in real-time as I move the mouse. It's a massive time-saver.

    And, a key benefit as James too mentions, is that bugs and feature requests are taken seriously and usually acted on, if it makes sense. I've raised a few bugs and feature requests, and have had a good experience.

    Incidentally, even if the software crashes, it maintains a backup! Hence, I'm quite confident in trying out a 8.0.0 release rather than waiting for .1 or .2. I've never lost any edits so far using KiCad versions 6.0 or 7.0 or any dot-version.

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

    Hi Gene,

    I totally agree with that assessment from James. I think we both did the same thing, moved from EAGLE to KiCad and probably never looked back. The last version of EAGLE I used was v7 (and I used EAGLE extensively between releases 4-7), and I believe, the only function that EAGLE could do and KiCad still cannot, is that curved shapes are more flexible in EAGLE; you can truncate curves when making fancy board edges for instance. Other than that, I can't think of any significant feature parity issue. (Note: if very intricate board edges are needed, there are workarounds, for instance, using Inkscape, or FreeCAD, or even using Python).

    Note that some of the core EAGLE features are fast to execute, because EAGLE makes extensive use of non-Windows mouse and windows shortcuts, a bit like the old dedicated CAD workstations did, back when MSDOS/Windows was incapable of being used for high-end CAD.

    I make fewer errors with KiCad compared to EAGLE, for a couple of reasons:

    (1) It supports modern arbitrarily shaped pads properly, unlike the hacks that are needed with EAGLE, which generate errors that need to be manually ignored!

    (2) it supports 3D view (so I can actually see things from both sides from all angles including how components will physically fit onto the board) which EAGLE never supported (I think it does now, but now it's subscription-only). 

    There are other smaller reasons for making less errors too, such as each net is labeled on PCB traces (which only later subscription versions of EAGLE supported).

    Althoiugh some things take more keypresses to do with KiCad, it's very intuitive, so one can learn fast. I learned from scratch, and made my first PCB with it within 5 days, and there were no errors (apart from a connection I made to 5V instead of 3.3V, which was my mistake, and was easy to fix with a cut trace):

    image

    There are great speed improvements with laying out PCBs, so that allows you to experiment more with little time-wasting. For instance, I can move parts around, and then when laying out traces, KiCad will semi-auto-route the trace to avoid others, in real-time as I move the mouse. It's a massive time-saver.

    And, a key benefit as James too mentions, is that bugs and feature requests are taken seriously and usually acted on, if it makes sense. I've raised a few bugs and feature requests, and have had a good experience.

    Incidentally, even if the software crashes, it maintains a backup! Hence, I'm quite confident in trying out a 8.0.0 release rather than waiting for .1 or .2. I've never lost any edits so far using KiCad versions 6.0 or 7.0 or any dot-version.

    • Cancel
    • Vote Up +1 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