package plotkicadsch

  1. Overview
  2. Docs
Utilities to print and compare version of Kicad schematics

Install

Dune Dependency

Authors

Maintainers

Sources

plotkicadsch-0.9.0.tbz
sha256=07ebe710fc9ddd2533be24dd368caf624d29ec7ae0fd74c99bc2b1b18f00e234
sha512=85daa669c9d77c941dce3e351487f41695c85283d38cc53b745cc3b97cfa57d56049c92478c2bf6059cb1633db619baf227d387737a53bab2cf826c053c438a1

Description

Two utilities:

  • plotkicadsch is able to plot schematic sheets to SVG files
  • plotgitsch is able to compare git revisions of schematics

Published: 24 Nov 2021

README

README.org

* Kicad schematic plotter

PlotKicadsch is a small tool to export Kicad Sch files to SVG pictures. In the future, export to other formats may be available (PDF, PNG).

** Objectives
This project is mainly an attempt at using ocaml with functional programing on a pet real-world project.

The quality of the output is not a first requirement, but the accuracy of positioning matters. The end objective is to be able to provide a visual diff on sch files for version control.

** Contributing

This project accepts GitHub pull requests, but as it is a self-teaching project, I would prefer to do all core stuff. If you see some parts of the code whose style is not ocamlish or not FP ready, please let me know.

If this project happens to be of any use, let me know also!

Dependencies (11)

  1. cmdliner
  2. base64 >= "3.0.0"
  3. git-unix
  4. git >= "3.4.0"
  5. sha
  6. lwt_ppx build
  7. lwt
  8. tyxml >= "4.0.0"
  9. kicadsch = version
  10. dune >= "1.0"
  11. ocaml >= "4.09"

Dev Dependencies

None

Used by

None

Conflicts

None