Open
Conversation
311936e to
d9d44b8
Compare
2d0fac5 to
75aa0fa
Compare
75aa0fa to
5167649
Compare
Owner
|
Thanks! please let me know once ready for review |
Author
|
You can consider any PRs from me as ready unless marked as "draft." So, this is ready for review. |
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.
Check out the simplified version of
M493("version 2") that will be included with the final release of Marlin 2.1.3.https://marlinfw.org/docs/gcode/M493.html
I've altered the G-code to take
XYZEparameters as flags, so you now set the compensator / shaper for the specified axes withC, the base frequency withA, the Zeta withI, and the VTOL withQ. (SendVwith no parameter to get "FTM V2" reply. No reply = V1.)For example:
M493 S1 XY C2 A37is now used instead ofM493 S1 X2 Y2 A37 B37.