Merged
Conversation
[1.1.x] Ensure good min/max stepper timing
[1.1.x] Extra insurance against endstop false positives
Fix message to long for 12864 display
The registers within the Max7219 can get corrupted a number of ways. This allows the Max7219 to be reset and fully initialized. And... it also allows the user to see the initialization pattern.
According to #9917 (comment)
* Fix planner/stepper race condition Co-Authored-By: ejtagle <ejtagle@hotmail.com> Co-Authored-By: AnHardt <github@kitelab.de> * Fix stepper pulse timing Co-Authored-By: ejtagle <ejtagle@hotmail.com>
Fixed for cycle used to initialize default values
Co-Authored-By: gloomyandy <andy-git@gloomy-place.com>
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
- Allow planner to alter the deceleration phase of the currently executing block. - Remove BUSY flag, as it is NON ATOMIC to set bits in the Stepper ISR and Planner at the same time. Co-Authored-By: ejtagle <ejtagle@hotmail.com>
V3 of the BLTouch has an [Alarm Release & Touch mode](https://docs.wixstatic.com/ugd/f5a1c8_77037f55e5d542309d9fc178165c9f3f.pdf) to activate after the probe is deployed. If this mode isn't activated, the BLTouch keeps deploying, ends up detecting a collision and gets itself in error mode. Tested on a Creality Ender-3.
Counterpart to #13595 Co-Authored-By: swilkens <stefanwilkens@gmail.com>
Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com>
see PR #14857 for details
This reverts commit 73f4027.
Co-Authored-By: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com>
This file contains hidden or 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
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