Fixed-Time Motion V2 #3
Open
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.