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

[2.0.x] L6470 - add powerSTEP01 support #13053

Closed

Commits on Mar 9, 2019

  1. Configuration menu
    Copy the full SHA
    ef80a51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f3240c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebdbb65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    375dd39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    203f43f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1e4039 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2acb18 View commit details
    Browse the repository at this point in the history
  8. fix formatting bugs and fix slew rate problem

    Need to clear the powerup/reset error bits before can set slew rate on L6480/powerSTEP01
    Bob-the-Kuhn authored and thinkyhead committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    33affc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. axis_mon fix

    Change the way the array axis_mon is defined and how it's passed to the get_user_input function.
    Bob-the-Kuhn committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    64676b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74a87f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef4df66 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. revert to handlers (pointers) method

    FULLY FUNCTIONAL using optional external SPI linked via  code within Marlin classes.
    
    1) Went back to the handler/pointer method
    2) removed helper class from L6470.h
    3) renamed L6470_Marlin class to L64XX_MARLIN
    4) removed all helper code and renamed anything that had "helper" in it.
    Bob-the-Kuhn committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    5449cfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30b2768 View commit details
    Browse the repository at this point in the history
  3. Update examples for L64XX 0.7.0

    thinkyhead authored and Bob-the-Kuhn committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    e1c9f5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c4f849 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89ed68e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ed7030 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d51b63d View commit details
    Browse the repository at this point in the history
  8. fix formatting bugs and fix slew rate problem

    Need to clear the powerup/reset error bits before can set slew rate on L6480/powerSTEP01
    Bob-the-Kuhn committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    0bfee43 View commit details
    Browse the repository at this point in the history
  9. axis_mon fix

    Change the way the array axis_mon is defined and how it's passed to the get_user_input function.
    Bob-the-Kuhn committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    b4f90b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5964101 View commit details
    Browse the repository at this point in the history
  11. revert to handlers (pointers) method

    FULLY FUNCTIONAL using optional external SPI linked via  code within Marlin classes.
    
    1) Went back to the handler/pointer method
    2) removed helper class from L6470.h
    3) renamed L6470_Marlin class to L64XX_MARLIN
    4) removed all helper code and renamed anything that had "helper" in it.
    Bob-the-Kuhn committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    9319859 View commit details
    Browse the repository at this point in the history
  12. rebase

    Bob-the-Kuhn committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    391cba8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e1d9628 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

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

Commits on Mar 19, 2019

  1. fix bugs introduced in previous commit

    Mostly fixing incomplete conversions and upper/lower case issues
    Bob-the-Kuhn committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    ca8301e View commit details
    Browse the repository at this point in the history