Giter Club home page Giter Club logo

kicad-tools-1's Introduction

Install

Download this repository in any location. Add the download folder in $PATH:

echo 'export PATH=$PATH:/path/to/download/folder' >> ~/.bashrc  

# if you want to use "plot-pcb remote your.svg" option, add "pcb" remote
cat >> ~/.ssh/config <<PCB
Host pcb
  Hostname ip.of.remote.machine
  User     youruser
PCB

plot-pcb.py

Use this script to generate appropriate plot files for manufacturing PCB's with toner transfer technique.

cd your-kicad-project
plot-pcb.py [your-kicad-project.kicad_pcb]

If you omit your-kicad-project.kicad_pcb parameter, plot-pcb.py will use first .kicad_pcb file.

This command generates following folders:

  • plot-production : Use these plots for toner transform process. Preferably combine these layouts into one file to save toner transfer paper. Print this file from laser printer.
  • plot-drill : The drill map. Print from inkjet.
  • plot-assembly : Use assembly_map_Front.html and assembly_map_Back.html for getting assembly maps. Edit those html files to change the css value of left: 1234px to meet your needs. (TO_BE_IMPROVED)

print-svg

print Kicad generated svg files via laser printer.

Usage

  1. Test your layout if footprints match with real ones. Flip your.svg horizontally and print:
print-svg test your.svg
  1. (a) Print your.svg directly from default printer via lpr:
print-svg your.svg
  1. (b) Print your.svg over ssh:
print-svg remote your.svg 

kicad-tools-1's People

Contributors

ceremcem avatar

Stargazers

Tom Fleet avatar

Watchers

James Cloos avatar Joan Spark avatar

Forkers

mryiyao

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.