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 tol2cj@users.noreply.github.com

  • Fix out-of-order M0 after SD printing

Fixes MarlinFirmware#14774

Co-Authored-By: tol2cj tol2cj@users.noreply.github.com

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 opyrus@hotmail.com

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 josedpedroso@users.noreply.github.com

Co-Authored-By: josedpedroso josedpedroso@users.noreply.github.com

Co-authored-by: Scott Lahteine github@thinkyhead.com
Co-authored-by: Acenotass 44540957+Acenotass@users.noreply.github.com
Co-authored-by: rebel1 453277+rebel1@users.noreply.github.com
Co-authored-by: Jason Smith jason.inet@gmail.com
Co-authored-by: Scott Lahteine thinkyhead@users.noreply.github.com
Co-authored-by: InsanityAutomation 38436470+InsanityAutomation@users.noreply.github.com
Co-authored-by: ellensp ellensp@hotmail.com
Co-authored-by: felixstorm felix.storm@glueckkanja.com
Co-authored-by: Bob Kuhn bob.kuhn@att.net
Co-authored-by: thisiskeithb 13375512+thisiskeithb@users.noreply.github.com
Co-authored-by: Tanguy Pruvot tpruvot@users.noreply.github.com
Co-authored-by: Robby Candra robbycandra.mail@gmail.com
Co-authored-by: Robert Stein robert.stein@requisis.com
Co-authored-by: Fabio Santos fabiosan@live.com
Co-authored-by: Giuliano Zaro 3684609+GMagician@users.noreply.github.com
Co-authored-by: Daniel Mazurkiewicz daniel@latanie.info
Co-authored-by: tol2cj tol2cj@users.noreply.github.com
Co-authored-by: proferabg proferabg@users.noreply.github.com
Co-authored-by: darksiah siatam@gmail.com
Co-authored-by: Vertabreaker opyrus@hotmail.com
Co-authored-by: Gaston Dombiak gdombiak@gmail.com
Co-authored-by: vivian-ng vivian@maplerain.com
Co-authored-by: George Fu nailao_5918@163.com
Co-authored-by: Karl Andersson karl@iaccess.se
Co-authored-by: Jamie vector76@users.noreply.github.com
Co-authored-by: ZMiguel Alves zmiguel@users.noreply.github.com
Co-authored-by: Marcio T mlt4356-github@yahoo.com
Co-authored-by: josedpedroso josedpedroso@users.noreply.github.com
Co-authored-by: Makoto Schoppert makotosan@gmail.com
Co-authored-by: Roman Moravčík roman.moravcik@gmail.com

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