Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate svg schematics for KiCAD v6,7 libraries #182

Merged
merged 2 commits into from
Jun 19, 2024

Commits on Mar 27, 2023

  1. Generate svg schematics for KiCAD v6,7 libraries

    Fixes devbisme#167 . Calling
    `generate_svg()` when using KiCAD version 6 or 7 doesn't work, raising a
    `NotImplementedError` because the `gen_svg_comp()` function wasn't
    implemented. This commit modifies the library parsing to process the
    drawing commands and implements the `gen_svg_comp()` funtion.
    jemathews0 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9609521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b7d36 View commit details
    Browse the repository at this point in the history