can i still get and older version of Kicad with autorrouter in it?
if so where?
If you mean the âFreeRouterâ router, then no because it was never bundled with KiCad. If you want the primitive internal router, then I guess you can dig out an old version of KiCad from somewhere.
Are you sure you canât use a recent version of KiCad and FreeRouter?
Unfortunately, this will probably turn into another one of those tedious âwhy autorouters are badâ threads.
What is your experience level with PCB design?
Beginners often seem to think that an âautorouterâ is a magic wand that generates perfect PCBâs in no time, but that is far from true.
Autorouters tend to route trivially simple PCBâs quickly, but those PCBâs are also easy to route manually. Complex autorouters that work well on complicated and dense PCBâs need a lot of knowledge and setup time to use them properly, and then still need manual intervention.
Instead of an âautorouterâ, KiCad uses an âinteractive routerâ, where you still lay the tracks manually, but which has extra capabilities such as shoving multiple tracks and viaâs aside to make room for more tracks.
THANKS FOR THE REPLY
Iâm 70 years old and just getting started, and would for now just autoroute thing.
i tried to get freerouter to install but can only find how to for linux,
i do remember some years back using Kicad that had autorouter in it
It isnât advisable to go back to an ancient version of KiCad for that. You will run into bugs and people will not have incentive to help you with that, theyâll just say upgrade.
freeRouting is just a Java application that you install and run. If you can figure that out for your environment (Windows?) youâve solved it.
Donât expect freeRouting to magically turn out a board for you. 90% of the work is in adjusting the placement of components.
THANK YOU iâll keep trying
I use a different version, but if I was you I would probably try this version
there is a download for a windows installer on that page.
Iâm 68 and learned that it was more trouble to get and use the auto router than it was to just route the board.
Iâm 49 and learned to dislike autorouters when I was around 16.
I have to confess that I use KiCAD in conjunction with DipTrace (the latter solely for its autorouter), but each time I crank a board through DipTraceâs autorouter, I like it less and less.
I still use the autorouter anyway, but ONLY as a GUIDE to show where the traces should go, and if I need to tweak the parts layout for better routing.
Every time, I end up ripping out sections of traces (sometimes entire traces) and re-lay them to resolve the numerous resulting DRC errors.
Iâm proof that a retired cat can keep an open mind, learn new techniques and judge when they are appropriate.
QED.
What Iâve learned;
- Ignore trolls
- Peopleâs opinions are worth exactly what you pay for them
- Engineers who have fixed ideas are usually bad engineers
I actually ENJOY the job of manually routing a PCB. (ok, they are always smaller than 100mm x 100mm, and not overly complex).
I am a technical person, so for me, creating a PCB is like an âartyâ person creating a drawing or paining!
Lots of people enjoy this sort of challenge.
Someone says that autorouter is âfor ladiesâ I honestly disagree because, especially for simpler circuits, where it hopefully works good it saves time, especially for people like me because Iâm not a professional PCB designer but an electronic designer who needs (sometimes) to make prototypes. For this I think that an integrated autorouter would be useful for many people who perhaps (like me) hate Java and for this reason will never install Freerouting. Besides you can also not use it, no one forces you to do it, itâs just one more chance!
As would I, because Iâm not the type of prat to use that kind of derogatory and misogynistic language.
You want autorouter? I give you autorouter XD https://github.com/pointhi/kicad-source-mirror/tree/autorouter_c-pcb
This says a lot about those who donât appreciate autoroute
OK, forgive me my outmodedness, but what are the features of an autorouter youâd like to have? Are you looking for a âmake me a PCBâ button, guided routing, bus routing, automatic fanout? Autorouter is a very general termâŚ
T.
You donât have to like a language to run a program written in it. 3 steps is all it takes for a run: export, run freeRouting from wrapper script, import. Whatâs the big deal? Otherwise youâll be waiting forever since KiCad isnât going that direction.