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

Sync Marlin Base (#2) #3

Closed
wants to merge 0 commits into from
Closed

Sync Marlin Base (#2) #3

wants to merge 0 commits into from

Conversation

StJa
Copy link
Owner

@StJa StJa commented Mar 9, 2020

  • Add sanity-check for new Advanced Pause option

Followup to MarlinFirmware#16372

  • Use the original branch name if none is supplied
  • Set the remote tracking to the source
  • Accept User/Branch or User:Branch syntax

See MarlinFirmware#14035

  • Probe singleton patch

Followup to MarlinFirmware#16751

  • Fix RGB / Neopixel white color bug

See MarlinFirmware#16752

Fixes MarlinFirmware#16753

  • Fix Arduino IDE compile for DUE

Fixes MarlinFirmware#16767

  • Implement the equivalent of auto-build for the shell environment by using the MOTHERBOARD setting to look up the env: entries.
  • Revert change to AXIS_DRIVER_TYPE_X2
  • Revisit this to figure out why it breaks
  • Revert "Coolstep for TMC2130, 2209, 5130, 5160"

Reverting MarlinFirmware#16790 as not ready for primetime.

Fixes MarlinFirmware#14774

Co-Authored-By: tol2cj [email protected]

  • Fix out-of-order M0 after SD printing

Fixes MarlinFirmware#14774

Co-Authored-By: tol2cj [email protected]

Good general concept but needs more time to develop and group with a stepper suite.

  • No Z sensorless req'd if homing with probe

Fixes MarlinFirmware#16674

  • Recommend Z Safe Homing

Co-Authored-By: Vertabreaker [email protected]

Better for switching from pulled input to output and also set real output (with no input enabled).

Remove an extraneous limit from MarlinFirmware#16811.

Fixes MarlinFirmware#16866

  • Conceal float rounding errors on display

Fix MarlinFirmware#16866

Fix MarlinFirmware#16881

  • [cron] Bump distribution date (2020-02-17)

  • [cron] Bump distribution date (2020-02-18)

  • [cron] Bump distribution date (2020-02-19)

  • [cron] Bump distribution date (2020-02-20)

  • Serial redirect for Move Command when stopping (Port redirect for movement command message when stop MarlinFirmware/Marlin#16906)

  • [cron] Bump distribution date (2020-02-21)

  • Single envs for specific boards

  • Inline manage_inactivity, tweak autoreport_paused

  • Function for CONFIG_ECHO_HEADING

  • Show end prompt with Print Event LEDs

  • Add a note on EEPROM todo

  • Tweak process_line_done for speed

  • More EEPROM cleanup

  • Followup to autoreport patch (Fix to build with ubl MarlinFirmware/Marlin#16914)

See a1f026f

See MarlinFirmware#16949

Co-Authored-By: josedpedroso [email protected]

Co-Authored-By: josedpedroso [email protected]

Co-authored-by: Scott Lahteine [email protected]
Co-authored-by: Acenotass [email protected]
Co-authored-by: rebel1 [email protected]
Co-authored-by: Jason Smith [email protected]
Co-authored-by: Scott Lahteine [email protected]
Co-authored-by: InsanityAutomation [email protected]
Co-authored-by: ellensp [email protected]
Co-authored-by: felixstorm [email protected]
Co-authored-by: Bob Kuhn [email protected]
Co-authored-by: thisiskeithb [email protected]
Co-authored-by: Tanguy Pruvot [email protected]
Co-authored-by: Robby Candra [email protected]
Co-authored-by: Robert Stein [email protected]
Co-authored-by: Fabio Santos [email protected]
Co-authored-by: Giuliano Zaro [email protected]
Co-authored-by: Daniel Mazurkiewicz [email protected]
Co-authored-by: tol2cj [email protected]
Co-authored-by: proferabg [email protected]
Co-authored-by: darksiah [email protected]
Co-authored-by: Vertabreaker [email protected]
Co-authored-by: Gaston Dombiak [email protected]
Co-authored-by: vivian-ng [email protected]
Co-authored-by: George Fu [email protected]
Co-authored-by: Karl Andersson [email protected]
Co-authored-by: Jamie [email protected]
Co-authored-by: ZMiguel Alves [email protected]
Co-authored-by: Marcio T [email protected]
Co-authored-by: josedpedroso [email protected]
Co-authored-by: Makoto Schoppert [email protected]
Co-authored-by: Roman Moravčík [email protected]

Requirements

  • Filling out this template is required. Pull Requests without a clear description may be closed at the maintainers' discretion.

Description

Benefits

Related Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment