Giter Club home page Giter Club logo

gerber_to_gcode's Introduction

gerber_to_gcode

Simple python script for converting gerber files into gcode to directly print solder paste. It depends mainly on the project gerber_to_scad.

Installation

cd gerber_to_gcode
virtualenv env # Only tested for python 2.7
source env/bin/activate
pip install -r requirements.txt

You should now be able to run the script. You'll get some information on available options if you run it with the -h argument:

(env) $ python gerber_to_gcode.py -h
usage: gerber_to_gcode.py [-h] [-t THICKNESS] [-x OFFSET_X] [-y OFFSET_Y]
                          [-z OFFSET_Z] [-s SOLDER_HEIGHT] [-f FLOWRATE]
                          [-r RETRACTION]
                          outline_file solderpaste_file output_file

Convert gerber files to gcode to print solderpaste with a 3d printer.

positional arguments:
  outline_file          Outline file
  solderpaste_file      Solderpaste file
  output_file           Output file

optional arguments:
  -h, --help            show this help message and exit
  -t THICKNESS, --thickness THICKNESS
                        Thickness (in mm) of the PCB. (default: 1.6)
  -x OFFSET_X, --offset_x OFFSET_X
                        Offset in X-direction. (default: 0.0)
  -y OFFSET_Y, --offset_y OFFSET_Y
                        Offset in Y-direction. (default: 0.0)
  -z OFFSET_Z, --offset_z OFFSET_Z
                        Offset in Z-direction. (default: 0.0)
  -s SOLDER_HEIGHT, --solder_height SOLDER_HEIGHT
                        Height of the solder paste. (default: 0.3)
  -f FLOWRATE, --flowrate FLOWRATE
                        Increase the flow rate (in %) of the solder paste.
                        (default: 100)
  -r RETRACTION, --retraction RETRACTION
                        Retraction length (in mm) of the solder paste.
                        (default: 2.0)

For basic usage, simply run the script with input files for the gerber outline and solderpaste files and specify an output:

python gerber_to_gcode.py outline_file.gko toppaste_file.gtp output.gcode

gerber_to_gcode's People

Contributors

kirberich avatar mancausoft avatar shmuelzon avatar tinkersprojects avatar

Watchers

 avatar

Forkers

lgv2018

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.