Giter Site home page Giter Site logo

gerber2gcode's Introduction

Gerber2GCode

This project is for converting PCB gerber files to Gcode files. It is based on [gerber2png]: https://github.com/dgonner/gerber2png

for making PCB at home.

Features

  • Read from gerber and drill file
  • Generate G-Code for axidraw machine and CNC, to paint double side PCB.
  • Using new painting algorithm, not the traditional fitting by scan-lines. It draw polygon from outside to inside, and draw lines by its track.
  • Shrink PCB to fit the size, and generate locating drill hole.
  • Mirro vertical or horizontal
  • provide different speed for circle and line, for more precision should be more slower.

Make and Usage

git clone https://github.com/lidonge/gerber2gcode.git

cd gerber2gcode

mvn compile

mvn jar

java -jar ./target/gerber2gcode-0.0.1-SNAPSHOT.jar

known issues

  • The polygon pad's location is wrong at y-axis, i do not know why! So there is a workaround in config file, if the locationY is wrong, try to change the walue of fixpolygonY.

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.