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 How to merge two KiCad 7.x PCB circuits into one
  • 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 9 replies
  • Subscribers 124 subscribers
  • Views 3101 views
  • Users 0 members are here
  • kicad 7
  • pcb design
Related

How to merge two KiCad 7.x PCB circuits into one

colporteur
colporteur over 1 year ago

What is your technique for combining two KiCad  projects into one?

I'm trying to develop some skill in KiCad  7, for combining the schematic and PCB of two completed projects into one. I've a small power supply circuit I would like to reuse in other projects. I was hoping to copy and paste the details into an existing project thereby avoiding some overhead. I wouldn't have to draw the schematic and I wouldn't have to layout the components on the PCB.

I've become frustrated and am thinking the best approach is to start from scratch each time. That seem so inefficient. Maybe you have project starting points as a template to begin with no a project.  I've little over a year in KiCad so an expert I am not. I was hoping to draw on some experience of the members who have a strong grasp of KiCad. I just like to become more efficient. Starting from scratch is so boring.

Any suggestions KiCad aficionados? 

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 1 year ago +2
    Hi Sean, I've not tried to reuse portions of a PCB layout, but, there's a good feature in KiCad 7 to at least speed up the PCB portion, especially for modular bits of functionality. It is called 'Pack…
  • baldengineer
    baldengineer over 1 year ago +1
    Schematics are easily copied/pasted between KiCad instances. I've done it multiple times. Just be aware that Edit -> Paste Special gives you some control over how to handle the reference designators. …
Parents
  • baldengineer
    baldengineer over 1 year ago

    Schematics are easily copied/pasted between KiCad instances. I've done it multiple times. Just be aware that Edit -> Paste Special gives you some control over how to handle the reference designators.

    image

    So, if you give your "modules" very unique reference designators, then you could copy/paste the schematic with "Keep existing" followed by a copy/paste of the PCB section.

    You would need to then re-link the two together. That is done with the Tools -> Update PCB from Schematic (also the F8 hotkey).

    image

    This would be one of the very few cases where you'd want to use the "Re-link footprints..." option. (otherwise, that should not be checked!) As the name implies, it'll re-link elements in the schematic and PCB using the reference designator instead of an internal id that KiCad assigns.

    To be upfront, this is all theory on my side. While I regularly copy/paste Schematic blocks (letting KiCad auto-assign new designators), I haven't tried to do the same with re-usable blocks or PCB elements.

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

    while I do copy regularly on the schematic side, apart form a few cases I usually do the pcb level layout routing fresh each time.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • baldengineer
    baldengineer over 1 year ago in reply to mayermakes

    Same. It always seems like there is some constraint that makes me need to re-do it anyway.

    I guess it would be different if I didn't care about the size of the PCBs.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mayermakes
    mayermakes over 1 year ago in reply to baldengineer

    my main constraint is that with every time I do I get better at routing/placing that design. so each time I reuse a circuit it also gets a bit better layed out.
    the gains might diminish over time....

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • colporteur
    colporteur over 1 year ago in reply to mayermakes

    I confess I have discovered myself the design improvements that come from a wash-rinse-repeat cycle.

    I get some satisfaction from working the schematic but find the PCB layout arduous.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • baldengineer
    baldengineer over 1 year ago in reply to colporteur

    I am the opposite!

    I detest the schematic side but enjoy the puzzle and challenge of making a good layout.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • baldengineer
    baldengineer over 1 year ago in reply to colporteur

    I am the opposite!

    I detest the schematic side but enjoy the puzzle and challenge of making a good layout.

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