Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: uArm-Developer/SwiftProForArduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: uArm-Developer/SwiftProForArduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ForDevelopersFixedPoint
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 12 files changed
  • 3 contributors

Commits on Feb 2, 2018

  1. New features:

    1. Heated bed support.
    2. Support for G20/G21 code for Slic3r
    3. UArm grove lcd module support
    
    Ensure that you remove the Base LCD Library and replace with this: https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads/Newliquidcrystal_1.3.5.zip
    mepearce committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    0f33094 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Merge pull request #6 from mattuna15/develop

    New features (For developers)
    mattuna15 authored Feb 5, 2018
    Configuration menu
    Copy the full SHA
    8e30eb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Configuration menu
    Copy the full SHA
    db801d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c6a8ae View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Merge pull request #8 from Felix-fh/ForDevelopers_M2121

    M2121 - which provides reduced averaging and accuracy but impoves speed and keeps the arm movement undisturbed.
    also the new command reports angular positions only
    mattuna15 authored Feb 13, 2018
    Configuration menu
    Copy the full SHA
    fb7e902 View commit details
    Browse the repository at this point in the history
  2. Update update.log

    Added details of changes
    mattuna15 authored Feb 13, 2018
    Configuration menu
    Copy the full SHA
    a090127 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

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

Commits on Feb 21, 2018

  1. Update Maths in uArmAPI and remove division from MATH_TRANS constant …

    …in XYZ routine.
    mattuna15 committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    df57020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    124d510 View commit details
    Browse the repository at this point in the history
  3. Replace native cos and sin functions with fixed point equivalents opt…

    …imised for AVR.
    
    Fix a couple of typos.
    mattuna15 committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    553a66c View commit details
    Browse the repository at this point in the history
Loading