Giter Site home page Giter Site logo

pcb-probe's Introduction

PCB-PROBE
Original Perl version 2011 Lee Essen
Ported to C++ by Ivan Deras on 2013 ([email protected])

This program will read in a pcb-gcode (Eagle) or pcb2gcode etch file and 
add gcode to probe the board beforehand, then adjust milling depth to compensate
for board/table height variations.

USE AT YOUR OWN RISK
IF YOUR PROBE FAILS YOU WILL BREAK BITS
PLEASE ONLY USE ON ETCH FILES (not drill or mill)

pcb-probe's People

Contributors

atom-bomb avatar ideras avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pcb-probe's Issues

Does not compile under ubuntu linux

When trying to compile under Ubuntu 15.10 by issuing "make" it produces a lot of error messages
"undefined reference to `std::...."

Changing from gcc to g++ in Makefile solves the problem:

CC=g++
INCLUDES=-I$(shell pwd)/include
CPPFLAGS=$(INCLUDES) -DVERSION="\"$(VERSION)\"" -DDEFAULT_GCODE_TYPE=emc

LD=g++
#LIBS=-lstdc++

Only the end points of moves are z-biased

Per davr, long moves only get the benefit of z biasing at each end of the move. It may be beneficial to break up any moves that are larger than the probe grid resolution.

Add milling support?

Add support for either cutting the milling layer with some size of tool or cutting a square around the circuit boundaries with some size tool, leaving enough supporting bits that the board can be cleanly cut.

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.