1
\$\begingroup\$

I designed this PCB in KiCad

enter image description here

But when I print it (PDF), it looks like this

enter image description here

Some cupper has desappeared and some tracks are wrong. As you can see, it is quite different from the original design.

How can I fix this?

\$\endgroup\$
2
  • \$\begingroup\$ Which layers did you tell it to print? \$\endgroup\$ Commented Sep 28, 2016 at 4:23
  • \$\begingroup\$ github.com/aktos-io/kicad-tools might help on this. \$\endgroup\$ Commented Nov 30, 2017 at 23:06

3 Answers 3

6
\$\begingroup\$

KiCad's print function is broken in general. Don't use it. Fortunately, it's not that big of a deal, because it's almost entirely duplicated by the "plot" function (the same thing you use to produce Gerber's). Set plot to output PDF, and you should be good to go.

\$\endgroup\$
4
\$\begingroup\$

Well, that's clearly a seriously buggy PDF output- it got some of the track widths wrong, among other things. I assume you wanted it mirrored.

I'm not that familiar with Kicad, but you're not the first to have such problems. Elsewhere it is suggested to output to SVG and then convert SVG to PDF, or to use Ghostscript to convert Postscript to PDF.

Inkscape handles SVG format well.

Or you could become a contributor, work on fixing the bugs in the Kicad source code and maybe never finish your PCB (the most direct but tongue-in-cheek answer to your question on how to fix it- the other suggestions are work-arounds not fixes).

\$\endgroup\$
1
\$\begingroup\$

Yea, its normal in KiCad. The problem is PDF doesn't consider with of the track. Don't worry about this. It wont make any problem with Gerber and PCB manufacturing

\$\endgroup\$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.