Web Viewing of KiCad files - 2

@jmwright - Did this actually get somewhere for us KiCAD newbies to use?

There is a webtool that works really nice: https://kicanvas.org/

2 Likes

@insight I never finished the work on this, and STEMN (the original reason for posting this) does not exist anymore, at least not that I’m aware of. I have used xvfb in CI (Linux) on Github to do headless exports from software such as KiCAD, but I don’t have an option that is easy to use. The link that @Mineotopia posted looks promising though.

Old thread for reference: Web Viewing of KiCAD Files

@jmwright Thanks for sharing. I figured given how many hobbyist KiCAD projects are available on GitHub, there might’ve be an easier/ faster - web extensions or script for preview purposes.

@Mineotopia Thanks. I wish this could be used more easily :slight_smile: for new student learning PCBs as a hobbyist. LOL.

Tried some github based.kicad_mod links but no dice. Is there some way to see them?

@Mineotopia

In case anyone is interested, HQNextPCB has a rather full-featured fork of kicanvas here: GitHub - Huaqiu-Electronics/ecad-viewer: View Electronic Designs Online

2 Likes

Nope, it is not done by me. But in my few tests it worked as expected

You have to paste links to either project (.kicad_pro), schematic (.kicad_sch) or PCB (*.kicad_pcb).
90% of the works fine. Some old projects (made with a very old KiCAD version) don’t open. I think the developer(s) are woking on that too.

Likely the rescue library vs cached in file libary

Known Issues from their docs page:

  • Any KiCAD 5 files, KiCanvas can only parse files from KiCAD 6 and later.
  • Some KiCAD 7 features might not be fully implemented, such as custom fonts in schematics.
1 Like