Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge in visualization #5

Open
wants to merge 33 commits into
base: visualize2
Choose a base branch
from
Open

Merge in visualization #5

wants to merge 33 commits into from

Commits on Apr 7, 2014

  1. some minor library changes

    ajmendez committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    2380343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06713cc View commit details
    Browse the repository at this point in the history
  3. updated documentation

    ajmendez committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    7fd46ed View commit details
    Browse the repository at this point in the history
  4. Update readme.md

    ajmendez committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    78440fa View commit details
    Browse the repository at this point in the history
  5. fixed formatting

    ajmendez committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    7543b97 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2014

  1. working line finder

    ajmendez committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    778e974 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2014

  1. added new analysis tests

    ajmendez committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    b50b556 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2014

  1. Configuration menu
    Copy the full SHA
    85cbdf9 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2014

  1. Configuration menu
    Copy the full SHA
    06bd239 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2014

  1. Configuration menu
    Copy the full SHA
    8556788 View commit details
    Browse the repository at this point in the history
  2. some more tests for rotate

    ajmendez committed May 13, 2014
    Configuration menu
    Copy the full SHA
    8f577b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa2918f View commit details
    Browse the repository at this point in the history
  4. more rotation checks

    ajmendez committed May 13, 2014
    Configuration menu
    Copy the full SHA
    dac1dbf View commit details
    Browse the repository at this point in the history

Commits on May 16, 2014

  1. Configuration menu
    Copy the full SHA
    d44b991 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

  1. laser scan

    ajmendez committed May 21, 2014
    Configuration menu
    Copy the full SHA
    40ae1a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2014

  1. working on home

    ajmendez committed Aug 1, 2014
    Configuration menu
    Copy the full SHA
    39e7d8b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2015

  1. align: use select() properly to wait for input

    so we don't burn CPU cycles unnecessarily
    ben committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    87c5519 View commit details
    Browse the repository at this point in the history
  2. align: use m/M key to toggle spindle

    since having the spindle running is useful for determining Z alignment
    ben committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    4fed513 View commit details
    Browse the repository at this point in the history
  3. align: tweak move step with +/-

    because I'm lazy and don't want to type 'u 5 mil'
    ben committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    48320f8 View commit details
    Browse the repository at this point in the history
  4. align: fix length regex

    Because I want to be able to type '5mil' and '.005 inch'.  Previously
    '5 mil' would be rejected because 2 digits were required, and '.005 inch'
    would be rejected because it wanted a leading zero.
    ben committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    f19aa76 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2015

  1. Merge pull request #2 from bkurtz/master

    Feature updates to align script
    ajmendez committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    8716a32 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. Configuration menu
    Copy the full SHA
    77d7182 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2015

  1. Configuration menu
    Copy the full SHA
    e976519 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2015

  1. optimize: lift off at feed rate

    to help protect the drill bit when drilling.  This is a non-optimal solution, since most times while milling we could lift-off at move speed, but I don't want to take time right now to sort out the code enough for that, so I'm just having it use feed speed every time, and relying on it not to take too long, since it's not very far and not that often.
    
    This includes a couple of updates to make this not break visualize.py
    bkurtz committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    664c4d7 View commit details
    Browse the repository at this point in the history
  2. optimize: remember to add the last mill operation

    Previous version of code left out the last mill step.  Oops!
    ben authored and bkurtz committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    b05dda1 View commit details
    Browse the repository at this point in the history
  3. add draw.py

    Try to draw what the robot will etch out, assume a 45 degree v-bit
    ben authored and bkurtz committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    2c9e490 View commit details
    Browse the repository at this point in the history
  4. drawing: remove stupid condition

    I thought this fixed another issue I was seeing, but it seems not to.  Ooops
    ben authored and bkurtz committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    7d5fc52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da9345d View commit details
    Browse the repository at this point in the history
  6. make optimize.py not clobber drill files

    previously it would set all the drill depths to spot-drill depths...
    bkurtz committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    600df1c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2015

  1. Zcorrect related bug fixes discovered during field testing of PCB mil…

    …ling work-flow incorporating suface probing and z_correction
    michaelerickstad committed Aug 30, 2015
    Configuration menu
    Copy the full SHA
    1f48d58 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2015

  1. Merge pull request #3 from bkurtz/master

    Add alternate draw script, fix some bugs
    ajmendez committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    4d586db View commit details
    Browse the repository at this point in the history
  2. cleanup of merge

    ajmendez committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    63a1c6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5049476 View commit details
    Browse the repository at this point in the history