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

What is pump in uarm? #3

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 13, 2017

  1. Update protocol_swiftpro.py

    Add the laser move protocol
    OssiLehtinen authored Jul 13, 2017
    Configuration menu
    Copy the full SHA
    fa5f1ca View commit details
    Browse the repository at this point in the history
  2. Update uArmRobot.py

    Add the gripper-method
    OssiLehtinen authored Jul 13, 2017
    Configuration menu
    Copy the full SHA
    6437055 View commit details
    Browse the repository at this point in the history
  3. Update uArmRobot.py

    Add the python version related checks.
    OssiLehtinen authored Jul 13, 2017
    Configuration menu
    Copy the full SHA
    e7d0548 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    Add the laser/svg/bitmap related extensions
    OssiLehtinen authored Jul 13, 2017
    Configuration menu
    Copy the full SHA
    d5d646f View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    OssiLehtinen authored Jul 13, 2017
    Configuration menu
    Copy the full SHA
    2310669 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    OssiLehtinen authored Jul 13, 2017
    Configuration menu
    Copy the full SHA
    575e3f3 View commit details
    Browse the repository at this point in the history
  7. Update laser_draw_example.py

    Corrected some parameters
    OssiLehtinen authored Jul 13, 2017
    Configuration menu
    Copy the full SHA
    a235ff2 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    OssiLehtinen authored Jul 13, 2017
    Configuration menu
    Copy the full SHA
    0b5cb7e View commit details
    Browse the repository at this point in the history
  9. Delete svg_example.py

    OssiLehtinen authored Jul 13, 2017
    Configuration menu
    Copy the full SHA
    9e30fb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Check for Line elements in parseSVG paths

    I was wondering if it makes sense to cut a line into 'steps_per_seg' subsegments.
    This significantly reduces the number of G-Code commands sent to the robot.
    I came across this as I am working on my Inkscape plugin. But I still have some distance to go.
    If you are interested: https://github.com/fdraeger/uArmSwiftPro_InkscapePlugin 
    Keep up the good work!
    fdraeger authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    b1fb604 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Merge pull request #1 from fdraeger/patch-1

    Check for Line elements in parseSVG paths
    OssiLehtinen authored Jul 25, 2017
    Configuration menu
    Copy the full SHA
    126b451 View commit details
    Browse the repository at this point in the history