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

Bug fixes printing from (remote) onboard media #2692

Merged
merged 6 commits into from
Feb 15, 2023

Conversation

digant73
Copy link
Contributor

@digant73 digant73 commented Jan 27, 2023

BUGFIXES:

  • Fixed a bug introduced by Fix some issues of printing from onboard media #2599: The matching rule on parseAck.c became a sink once a print from (remote) onboard is started and remained a sink until the media is changed (e.g. a print from SD card is started). This bug did not allow the parsing of any command (e.g. sent by Terminal or remote host) whose matching rule followed the sink.

  • Fixed missing M73 parsing when printing from (remote) onboard media reported in Show print screen / progress bar while printing #2631

    Furthermore, in case:

    • SET_PROGRESS_MANUALLY
    • M73_REPORT

    were enabled in Marlin, an annoying echo message was displayed on TFT for each received M73 notification and no progress properly displayed.

  • Updated README.md and config.ini to properly enable M73 notifications towards TFT. Furthermore, all params ordered as by appearance order in Configuration.h and Configuration_adv.h

fixes #2599
fixes #2631

PR STATE: Ready for merge

@bigtreetech bigtreetech merged commit 7c359b3 into bigtreetech:master Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show print screen / progress bar while printing
2 participants