Best software to for designing a few PCB's?
Moderator: Ghost Hip
Forum rules
The DIY forum is for personal projects (things that are not for sale, not in production), info sharing, peer to peer assistance. No backdoor spamming (DIY posts that are actually advertisements for your business). No clones of in-production pedals. If you have concerns or questions, feel free to PM admin. Thanks so much!
The DIY forum is for personal projects (things that are not for sale, not in production), info sharing, peer to peer assistance. No backdoor spamming (DIY posts that are actually advertisements for your business). No clones of in-production pedals. If you have concerns or questions, feel free to PM admin. Thanks so much!
- D-Rainger
- experienced
- Posts: 510
- Joined: Fri Mar 25, 2011 8:15 am
- Location: London
- Contact:
Re: Best software to for designing a few PCB's?
Yeh diptrace is good - and intuitive to learn. It's free, and I've never once had to refer to a manual - which is totally tremendous.
- multi_s
- IAMILF
- Posts: 2095
- Joined: Mon Feb 15, 2010 9:00 pm
Re: Best software to for designing a few PCB's?
haha wait a minute, the guy with the company raingerfx uses the free "non profit" version of diptrace
LOL are you an npo? hahaha. (just ribbing).
dip trace free version is limited to a few hundred pins i think and 2 layers (definitiely enough for a fuzz pedal etc) and for non profit use only, sort of like the free eagle licence, but it does look pretty good i have to agree!

dip trace free version is limited to a few hundred pins i think and 2 layers (definitiely enough for a fuzz pedal etc) and for non profit use only, sort of like the free eagle licence, but it does look pretty good i have to agree!
- eatyourguitar
- IAMILFFAMOUS
- Posts: 3127
- Joined: Sun Oct 03, 2010 12:37 pm
- Location: USA, RI
Re: Best software to for designing a few PCB's?
you can do your 4 layer boards in kicad for free and you get to use linux. no size limit. I don't think there is anything out there that is totally totally free like kicad. whatever you choose, I would caution a beginner to chose wisely and use one. you will be invested in it with time spent building your own parts library. sucks to rebuild.
WWW.EATYOURGUITAR.COM <---- MY DIY STUFF
- Bartimaeus
- experienced
- Posts: 629
- Joined: Wed Sep 12, 2012 11:32 pm
- Location: Well that isn't very punk, is it?
Re: Best software to for designing a few PCB's?
Thank you all for the help!
I started using Kicad a few days ago, and I'm happy so far. I've gotten a decent handle of the schematic design software.
Does anyone have any libraries including common pedal parts, specifically the 3PDT switch?
I started using Kicad a few days ago, and I'm happy so far. I've gotten a decent handle of the schematic design software.
Does anyone have any libraries including common pedal parts, specifically the 3PDT switch?
- multi_s
- IAMILF
- Posts: 2095
- Joined: Mon Feb 15, 2010 9:00 pm
Re: Best software to for designing a few PCB's?
im pretty sure you can import eagle .lbr files right into kicad. maybe a library already exists for kicad with it, but if you install eagle, there is a file/library that it comes with called "switch.lbr". I'm pretty sure this is it actually if you don't want to install eagle to get all the lbrs. Try saving it and then importing it to kicad maybe?
https://github.com/moderndevice/EagleLi ... switch.lbr
there is a device in this library called "3pdt". It will work for the typical footswitch with solder lug leads (big pad holes).
https://github.com/moderndevice/EagleLi ... switch.lbr
there is a device in this library called "3pdt". It will work for the typical footswitch with solder lug leads (big pad holes).
- Bartimaeus
- experienced
- Posts: 629
- Joined: Wed Sep 12, 2012 11:32 pm
- Location: Well that isn't very punk, is it?
Re: Best software to for designing a few PCB's?
Got it, thanks for the help!