Git Product home page Git Product logo

kicadscripts's Introduction

kicadScripts

A collection of scripts to automate PCB rendering and exporting gerbers.

Work inspired form the following projects:

*I found PcbDraw after I started writting my own tool to do the same function. (I couldn't get lxml to install on windows.)

Usage

Create Pretty PNGs

python plot_board.py <PathToYourAwesomeProject.kicad_pcb>

Create a GerberZip

python plot_gerbers.py <PathToYourAwesomeProject.kicad_pcb>

Files are placed within a plot directory in the folder of the .kicad_pcb file

Features

plot_board.py

  • Uses Kicad python bindings to render board layers as SVG
  • Recolours SVGs
  • Stacks SVGs with user defined colour/opacity
  • Creates a drill layer
  • Mirrors the backside of the PCB.
  • Render to PNG with Inkscape CLI
  • Supports multiple colours! (edit colour definition at top of file)

plot_gerbers.py

  • creates all the gerber/drill files.
  • Renames with Protel Extensions gtl,gts,gto,gml...
  • Puts all files into a single zip
  • Renames Zip: <Project><Date>_<Time>.zip for easy tracking of versions.

Examples

alt-text

alt-text

Improvements

  • Generally Cleanup/Improve code
  • Plot front and back Images next to each other on the same image.
  • Correctly plot SolderMask ONLY over PCB. (currently masked by board outline bounding box.)
  • Generate a bare board layer to better render areas without soldermask
  • Add more commandline options. (colour choices, output DPI, )

kicadscripts's People

Contributors

dansgiesbrecht avatar gregdavill avatar joric avatar kekiefer avatar mattyams avatar qbort avatar whatnick avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.