forked from MarlinFirmware/Marlin
-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Bugfix 1.1.x #1
Merged
InsanityAutomation
merged 42 commits into
InsanityAutomation:bugfix-1.1.x
from
MarlinFirmware:bugfix-1.1.x
Apr 24, 2018
Merged
Bugfix 1.1.x #1
InsanityAutomation
merged 42 commits into
InsanityAutomation:bugfix-1.1.x
from
MarlinFirmware:bugfix-1.1.x
Apr 24, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Based on #10440 by @GMagician
[1.1.x] Improve UBL mesh report, M420 V T, M421 N, and…
[1.1.x] Add BOARD_MKS_BASE_15 with digital micro-stepping
Restore necessary and needed loop termination logic.
…and apply to MALYAN_LCD.
Followup to #9694
* Remove obsolete strings * Tweak some static consts * Reset LCD status to fallbacks When paused, "Print paused..." When SD printing, the filename When host printing, "Printing..." When idle, "MyPrinter ready."
[1.1.x] Creality3D Power-Loss Recovery
Based on #10498 Co-Authored-By: xC0000005 <[email protected]>
Co-Authored-By: ejtagle <[email protected]>
Followup to #10501
Based on #10502 Co-Authored-By: ejtagle <[email protected]>
Response to #10435
InsanityAutomation
pushed a commit
that referenced
this pull request
Apr 13, 2020
InsanityAutomation
pushed a commit
that referenced
this pull request
Jan 17, 2021
I had to jump through some hoops because Marlin is quit opinionated about the menu structure. We can't make these just yet because then we will stall the project. However, the general structure of the Marlin EXTUI implementation is sound in my opinion, so we just work around it for now so we can at least get the spaghetti cleaned up what it is now. This branch does currently build - but I would not run it yet.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requirements
Description
Benefits
Related Issues