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

Split up pins.h to make pins more manageable #1416

Merged
merged 26 commits into from
Jan 28, 2015

Commits on Jan 26, 2015

  1. Split up pins to make it more manageable

    Hopefully this is helpful to organization and future expansion….
    thinkyhead committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    86f1d1c View commit details
    Browse the repository at this point in the history
  2. Cleanup heading

    thinkyhead committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    b684f7e View commit details
    Browse the repository at this point in the history
  3. cleanup

    thinkyhead committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    5347ac2 View commit details
    Browse the repository at this point in the history
  4. cleanup

    thinkyhead committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    b51a583 View commit details
    Browse the repository at this point in the history
  5. Add support for 4th extruder

    MarlinFirmware#1405 includes some changes to pins.h for a 4th extruder. This commit
    applies those changes. It also deals with a possible problem with
    SENSITIVE_PINS.
    thinkyhead committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    e5a7f34 View commit details
    Browse the repository at this point in the history
  6. Max endstop pins disabled by configuration

    There’s no need to ask users to uncomment Max Endstop pins when they
    have them. These will be set to -1 later if the endstop option is
    disabled.
    thinkyhead committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    b87ec5d View commit details
    Browse the repository at this point in the history
  7. Split up pins to make it more manageable

    Hopefully this is helpful to organization and future expansion….
    thinkyhead committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    89282eb View commit details
    Browse the repository at this point in the history
  8. Cleanup heading

    thinkyhead committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    aa23e75 View commit details
    Browse the repository at this point in the history
  9. cleanup

    thinkyhead committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    a0a97c9 View commit details
    Browse the repository at this point in the history
  10. Max endstop pins disabled by configuration

    There’s no need to ask users to uncomment Max Endstop pins when they
    have them. These will be set to -1 later if the endstop option is
    disabled.
    thinkyhead committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    812fafa View commit details
    Browse the repository at this point in the history
  11. Merge branch 'cleanup_pins' of https://github.com/thinkyhead/Marlin i…

    …nto cleanup_pins
    
    Pull for divergence.
    thinkyhead committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    74b40b0 View commit details
    Browse the repository at this point in the history
  12. tweak

    thinkyhead committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    acf4a12 View commit details
    Browse the repository at this point in the history
  13. tweak tweak

    thinkyhead committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    a231764 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Merge pull request MarlinFirmware#1425 from clefranc/Development

    EEPROM data not aligned
    thinkyhead committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    ab1ddcd View commit details
    Browse the repository at this point in the history
  2. Make sure _Ex_PINS is defined

    Also fix analogInputToDigitalPin so it uses proper C hex notation
    thinkyhead committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    b697bb2 View commit details
    Browse the repository at this point in the history
  3. Split up pins to make it more manageable

    Hopefully this is helpful to organization and future expansion….
    thinkyhead committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    574a5ab View commit details
    Browse the repository at this point in the history
  4. Cleanup heading

    thinkyhead committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    4e57313 View commit details
    Browse the repository at this point in the history
  5. cleanup

    thinkyhead committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    b6ecbd8 View commit details
    Browse the repository at this point in the history
  6. cleanup

    thinkyhead committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    df4f3e7 View commit details
    Browse the repository at this point in the history
  7. Add support for 4th extruder

    MarlinFirmware#1405 includes some changes to pins.h for a 4th extruder. This commit
    applies those changes. It also deals with a possible problem with
    SENSITIVE_PINS.
    thinkyhead committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    8045e4d View commit details
    Browse the repository at this point in the history
  8. Max endstop pins disabled by configuration

    There’s no need to ask users to uncomment Max Endstop pins when they
    have them. These will be set to -1 later if the endstop option is
    disabled.
    thinkyhead committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    82474fe View commit details
    Browse the repository at this point in the history
  9. tweak

    thinkyhead committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    ebe78cb View commit details
    Browse the repository at this point in the history
  10. tweak tweak

    thinkyhead committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    80be6f3 View commit details
    Browse the repository at this point in the history
  11. Make sure _Ex_PINS is defined

    Also fix analogInputToDigitalPin so it uses proper C hex notation
    thinkyhead committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    ae4b348 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'cleanup_pins' of https://github.com/thinkyhead/Marlin i…

    …nto cleanup_pins
    
    Remote has diverged, so pull
    thinkyhead committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    eacd931 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2ce4a10 View commit details
    Browse the repository at this point in the history