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 MINITRONICS v1 support #27150

Merged
merged 3 commits into from
Aug 22, 2024

Commits on Jul 15, 2024

  1. 🩹 Restore mega1281 support

    Add env:mega1281 board, based on env:mega1280. Uses slightly different
    pin mapping, originally based on and used by the Mintronics v1 board.
    Needs -mcu=atmega1281 so that fastio picks the right pin mapping.
    lkundrak committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    97594e6 View commit details
    Browse the repository at this point in the history
  2. 🩹 Fix MINITRONICS build

    The 1281 support was bitrotten for some time. No more!
    lkundrak committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    08359fe View commit details
    Browse the repository at this point in the history
  3. 🩹 Fix up some oversight in MINITRONICS board config

    The MAX endstops are not there, the comments are wrong.
    lkundrak committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    08db255 View commit details
    Browse the repository at this point in the history