App to create PCB overview for creating manual

Hello,
I want to ask about application for creating PCB overview. By exporting from KiCad.
I have seen many picture like this on user manual of inverter, development modules, etc.
It is like 3D view, only in 2D, top view, with only outline of component with some description text, and some leader arrow.

thanks.

Blender might be an over the top option, there was a thread which mentioned it recently.

About KiRec3d, it is good plugin. But not best option for manual. It usually printed b/w, so 3d snapshot is not a good option.

I have used blender before. Using freestyle rendering is good for making ā€˜sketch-likeā€™ image. But it take every corner. So imagine you export arduino board from kicad to vrml board. And import using blender (supposed the import is successful). Then using freestyle render from top view. You still need to delete so many lines: most chip pins, resistor and cap bands which separate body and solderable pin, etc. So many detail that need to be reduced if using blender.

You may have a look at this thread:

IKEA style assembly instructions

https://forum.freecad.org/viewtopic.php?t=67540

Thanks, actually I came up with the idea. Using User.1 layer, I need to create an outline for each component. Then view the board from top with only layer User.1 active.

That IKEA style manual can be used for isometric view.

From your first post I didnā€™t understood what you exactly need.

In 2017 finding how to get such picture was my first task with KiCad (before I started designing first PCB). I decided to use for it Courtyard layers as there are no User layer pair (pair = swapping top/bottom with footprint). Because of this decision I have Ref and Value in my footprints at Courtyard layer.
Here I showed how my pictures look like:

With V4 and V5 I couldnā€™t get those pictured directly from KiCad so I exported to svg the copper layer and Courtyard layer (once with Values and once with References) and then mixed them using inkscape changing copper layer to gray 10%.
With V6 I donā€™t know, but with V7 I recently found that now I can get my pictured directly from KiCad using for it color themes.

Iā€™m also not sure what you really want (maybe a example picture of the desired result would be good).

On eevblog I have read something about ā€œpinionā€, and a google-search delivers GitHub - yaqwsx/Pinion: Generate interactive and nice-looking diagrams for your PCBs!
Maybe itā€™s worth a look.

My personal workflow for highlighting something in pictures (manuals): save board as extra file, delete all unnecessary footprints, change Silkscreen textsize to some bigger values. This leaves the board outline and only the footprints which are important for the customer. This is mostly used for position of connectors and jumpers and removes distraction from ā€œunnecessaryā€ footprints.

Have you use the InteractiveHTMLBom tool ? It makes pretty pictures and highlight components.

here is an example (a random board from its github)
https://openscopeproject.org/InteractiveHtmlBomDemo/html/carte_test.html

Same here.
You can export in a few 2D drawing formats, and post process them in some external graphical program. You can also use PCB Editor / View / 3D Viewer [Alt + 3] and then make a screenshot of the top (or any other orientation) of the PCB.

There are a handful of Tools and Approaches but, as otherā€™s have said, we donā€™t know just what you wantā€¦

Hereā€™s two examples to considerā€¦

  1. In Kicad, Create a Report and BOM and take Screenshots or Export PNG, then in Text-Editor, open the file and add Images (and/or Movie) to it (and text as desired)

  2. In FreeCAD, Add the Exploded-Assembly Workbench and the StepUp WorkBench

  3. In StepUp Workbench, Load the PCB (and Traces/Pad, if desired)

  4. Use the Exploded-Assembly and Play it (make a screen recording if desired)

Can use other FreeCAD Workbenches (TechDrawā€¦etc) to create 2D-line drawings with textā€¦ [ADDED Screenshot of Exploded Drawingā€¦] ā€¦ Just an Exampleā€¦

Video example of Exploded-Assembly (I did not bother to set distancesā€¦etc)

Check PCBDraw:

What Iā€™m looking for is like this : https://www.guru3d.com/index.php?ct=news&action=file&id=26409

While the isometric version, I forgot where. But it is like your exploded drawing, only with some leader and description

After looking at your example picture I think my board-pictures in the product-manual are not as polished, but in general comparable:

As described above I produce this picture:

  • work with a extra copy of the board
  • delete all tracks+vias
  • delete all ā€œsmallā€ footprints (R, C, ICxx)
  • change all connector-references to some big fontsize
  • save as gray-scale bitmap
  • if needed: adding nice plishing touches with graphic vector software (Corel Draw in my case)
  • the general process needs manual effort, but the needed time (roughly 30minutes) is not that much

After Exploding (or, Not Exploding, your choice) can add Text and some other things.

TechDraw Workbench is Not for Drawing like a drawing program. Itā€™s for Technical/Engineering drawn needs but, for Simple Text with Arrows and Bubbles/Boxes/etc, itā€™s usable without the need for spending time hiding/deleting (can simply Toggle the Visibility of desired itemsā€¦)

Naturally, a user could edit result in favorite Drawing programā€¦

1 Like

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