Components and ratsnest not visible after import

I’m a new user as of today, using Kicad for the very first time on a mac (10.14.6)

kicad-unified-5.1.9-0-10_14.dmg

I’m running through the tutorial and when I import the netlist
into the Pcbnew tool I get no visible components or ratsnest.

The netlist is imported without errors and I can ‘find’ components - they just are not visible.
I have turned on and off the show ratsnest facility multiple times
and imported the netlist multiple times to no avail.

Is this just a rookie error or some known issue with the mac version?

At least you shouldn’t use netlist but Tools -> Update PCB from Schematic.

Which tutorial? Unfortunately, when people write tutorials they often fail to mention the version in use. KiCad is very different now to even 18 months sgo. The netlist exchange method has been replaced with the ‘Update’ method that @eelik describes for a long time so the rest of the tutorial may be rather dated too. There are some resources here but even these need updating.

1 Like

I’m following the tutorial here:

https://docs.kicad.org/5.1/en/getting_started_in_kicad/getting_started_in_kicad.html#kicad-work-flow

I just ran a new project inserted a single MCU - NCed all the pins
did a successful ERC. and used the

flow.

The PCB window opens but there is no footprint shown.
I can search for and find the device U1 and its described
in the info bar at the bottom of Pcbnew. But still there is
no display.

Text placed directly in PCBnew also does not display

If I pdf print, the component appears - also the text that I placed on the PCB.

Seems like a Mojave-mac display/KiCad problem?

Make sure all layers and items are selected to be visible.

Try selecting Preferences Menu -> Modern Toolset (Accelerated), if it isn’t already selected.

2 Likes

Magic!

Preferences Menu -> Modern Toolset (Accelerated)

solved the issue.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.