Merged
Conversation
[1.1.x] Bézier Jerk Control
Co-Authored-By: Giuliano <gmagician@users.noreply.github.com>
Co-Authored-By: Simon Swenson <simon-swenson-8351@users.noreply.github.com>
* Allow both AD595 and AD8495 in concert * General temperature code tweaks
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
Use macros that explicitly avoid double-evaluation and can be used for any datatype, replacing `min`, `max`, `abs`, `fabs`, `labs`, and `FABS`. Co-Authored-By: ejtagle <ejtagle@hotmail.com>
[1.1.x] Smarter MIN, MAX, ABS macros
As pointed out in #10731
For parity with #10728 Co-Authored-By: ejtagle <ejtagle@hotmail.com>
For some probes like micro switches the full Z clearance raise between probing attempts is not required while bigger Z clearance between probe points is still needed to avoid clamps. The shorter Z raise within multiprobing same point significantly increase probing speed and the whole auto level process.
[1.1.x] Unify "I" parameter for M906,M912 etc.
[1.1.x] Shorter Z raise between multiple probes
This will fix kill message on dual printer with 0 alignment offset
The maximum movement is 180mm for Velleman K8400. An offset of `Y_MIN_POS` violates an assertion in `SanityCheck.h`. Code tested on Vellemann K8400 with Dual Extruder.
…16 or more LED's Change Max7219_idle_task() routines to use single line if X-Axis has 16 or more LED's This gets bugfix_1.1.x at parity with #11285 when it gets merged.
Prevent crash, on filament change, when printer is not homed
It takes 20 seconds to display the mesh values at startup... If we are going to display this information at startup, we should find a more terse way to do it. Perhaps displaying an entire row of the mesh at a time makes sense?
Based on #11295 Co-Authored-By: Giuliano <gmagician@users.noreply.github.com>
Co-Authored-By: J.C. Nelson <xc0000005@users.noreply.github.com>
[1.1.x] Better Malyan LCD Feedrate/Temp handling
[1.1.x] Add support for power loss detect pin
[1.1.x] Manual Z Start Height
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