package plotkicadsch
Utilities to print and compare version of Kicad schematics
Install
Dune Dependency
Authors
Maintainers
Sources
plotkicadsch-v0.6.1.tbz
sha256=1efcfc94ac666717c8a4cb1a4eadb2b9f0ef60692620426e98aedfcd027a09ed
sha512=5194e64985d64544d894cc99e470510aae9eb03c1260e6fbf0a37a9dcc1911bda92c8f939132c4ff14e37481dcf6668ae7bdd75d4efda58f8f7d7fc4a6292580
Description
Two utilities:
- plotkicadsch is able to plot schematic sheets to SVG files
- plotgitsch is able to compare git revisions of schematics
Published: 02 Jun 2020
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!
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page