[2.0.x] More concise M503 output for TMC commands#10947
Merged
thinkyhead merged 1 commit intoMarlinFirmware:bugfix-2.0.xfrom Jun 7, 2018
Merged
[2.0.x] More concise M503 output for TMC commands#10947thinkyhead merged 1 commit intoMarlinFirmware:bugfix-2.0.xfrom
thinkyhead merged 1 commit intoMarlinFirmware:bugfix-2.0.xfrom
Conversation
6b4c7dd to
ef3ee6d
Compare
ef3ee6d to
351b749
Compare
teemuatlut
reviewed
Jun 6, 2018
| #if ENABLED(X2_IS_TMC2130) | ||
| say_M914(PORTVAR_SOLO); | ||
| SERIAL_ECHOLNPAIR_P(port, "I1 X", stepperX2.sgt()); | ||
| #define HAS_X_SENSORLESS (defined(X_HOMING_SENSITIVITY) && (ENABLED(X_IS_TMC2130) || ENABLED(IS_TRAMS))) |
Member
There was a problem hiding this comment.
Just letting you know that I'll be expanding the TMC related macros soon.
https://github.com/teemuatlut/Marlin/blob/bf2_tmc2660/Marlin/src/inc/Conditionals_post.h#L743
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.
Combine XYZ axes where possible in the
M503report forM906,M913, andM914.Counterpart to #10945