Close

Started KiCad layout

A project log for Isetta TTL computer

Retro computer built from TTL, with 6502 and Z80 instruction set. Includes video system.

roelhroelh 08/06/2023 at 10:492 Comments

This is the first project where I use KiCad (version 7.0.2).

Schematic entry was quite smooth, but with the pcb layout I experienced some problems. It was difficult to arrange the components on a 0.1" grid. And since I do everything on a 0.1" or 0.05" grid, it is annoying that KiCad displays things like cursor position only in millimeters. [ Edit. You can set this to inches, see comments ].

Routing is not very difficult, but I miss certain functions. But it is possible that I do not yet know all commands for routing.

But don't get me wrong, I think the KiCad developers did a great job !

Here is the current state (you can click on the picture to get more detail) :

The lower part of the pcb is routed. For the rats nest I use several colors:

This is far from finished, especially I/O components must still be added.

Discussions

Ken Yap wrote 08/06/2023 at 10:56 point

>it is annoying that KiCad displays things like cursor position only in millimeters

On the left hand toolbar, you have your choice of in, mil, or mm for display. Also there are ways to get components to snap to grid.

And you should really update to 7.0.6 as of writing, 7.0.7 expected soon. Patch releases fix bugs but will not introduce incompatibilities.

  Are you sure? yes | no

roelh wrote 08/06/2023 at 11:49 point

Thanks Ken ! This is just my 3rd day of KiCad layout, i'm still learning...

  Are you sure? yes | no