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

Fix compile error #16470

Merged
merged 32 commits into from
Jan 5, 2020
Merged

Fix compile error #16470

merged 32 commits into from
Jan 5, 2020

Commits on Dec 20, 2019

  1. Merge pull request #1 from MarlinFirmware/bugfix-2.0.x

    Move pins debug condition
    Vertabreak authored Dec 20, 2019
    Configuration menu
    Copy the full SHA
    6fa4ff6 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Merge pull request #2 from MarlinFirmware/bugfix-2.0.x

    Bugfix 2.0.x
    Vertabreak authored Dec 21, 2019
    Configuration menu
    Copy the full SHA
    be1a433 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. Merge pull request #3 from MarlinFirmware/bugfix-2.0.x

    Bugfix 2.0.x
    Vertabreak authored Dec 22, 2019
    Configuration menu
    Copy the full SHA
    bfc5857 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Merge pull request #5 from MarlinFirmware/bugfix-2.0.x

    Bugfix 2.0.x
    Vertabreak authored Dec 23, 2019
    Configuration menu
    Copy the full SHA
    60f061d View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Merge pull request #7 from MarlinFirmware/bugfix-2.0.x

    Bugfix 2.0.x
    Vertabreak authored Dec 24, 2019
    Configuration menu
    Copy the full SHA
    5e1fa08 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from MarlinFirmware/bugfix-2.0.x

    Add NOZZLE_AS_PROBE (no probe offsets) (MarlinFirmware#15929)
    Vertabreak authored Dec 24, 2019
    Configuration menu
    Copy the full SHA
    cd4f893 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. Merge pull request #11 from MarlinFirmware/bugfix-2.0.x

    Update README with status badge, etc.
    Vertabreak authored Dec 25, 2019
    Configuration menu
    Copy the full SHA
    3e34601 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Merge pull request #13 from MarlinFirmware/bugfix-2.0.x

    Split up HAL items
    Vertabreak authored Dec 26, 2019
    Configuration menu
    Copy the full SHA
    f4eaf0b View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. Merge pull request #15 from MarlinFirmware/bugfix-2.0.x

    Update mfpub for current MarlinDocumentation
    Vertabreak authored Dec 29, 2019
    Configuration menu
    Copy the full SHA
    21e7829 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Merge pull request #18 from MarlinFirmware/bugfix-2.0.x

    Bugfix 2.0.x
    Vertabreak authored Dec 31, 2019
    Configuration menu
    Copy the full SHA
    fc43211 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

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

Commits on Jan 4, 2020

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

Commits on Jan 5, 2020

  1. Action to check PRs

    thinkyhead committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    b291f28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3502c10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f05e01b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    016e891 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2fee29 View commit details
    Browse the repository at this point in the history
  6. Skip build tests on forks

    thinkyhead committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    cecfcd2 View commit details
    Browse the repository at this point in the history
  7. Update git helper usage

    thinkyhead committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    cc21466 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    63f8acc View commit details
    Browse the repository at this point in the history
  9. Add files via upload

    Vertabreak authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    0c6934a View commit details
    Browse the repository at this point in the history
  10. Add files via upload

    Vertabreak authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    4a0fc2b View commit details
    Browse the repository at this point in the history
  11. Delete check-pr.yml

    Vertabreak authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    be8addd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b816101 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6a1a2d4 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #31 from MarlinFirmware/bugfix-2.0.x

    Fix M115 cap with EXTRUDERS == 0 (MarlinFirmware#16459)
    Vertabreak authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    f6c0424 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    df7ed34 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #34 from MarlinFirmware/bugfix-2.0.x

    Add option to invert joystick axes (MarlinFirmware#16466)
    Vertabreak authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    714b459 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #36 from MarlinFirmware/bugfix-2.0.x

    Update Russian language (MarlinFirmware#16461)
    Vertabreak authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    159b667 View commit details
    Browse the repository at this point in the history
  18. fix compile error

    Vertabreak authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    c2edc79 View commit details
    Browse the repository at this point in the history
  19. Delete labeler.yml

    Vertabreak authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    d4eb5af View commit details
    Browse the repository at this point in the history
  20. Delete label-pr.yml

    Vertabreak authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    6471b74 View commit details
    Browse the repository at this point in the history