Skip to content

[2.0.x] More concise M503 output for TMC commands#10947

Merged
thinkyhead merged 1 commit intoMarlinFirmware:bugfix-2.0.xfrom
thinkyhead:bf2_less_wordy_TMC_M503
Jun 7, 2018
Merged

[2.0.x] More concise M503 output for TMC commands#10947
thinkyhead merged 1 commit intoMarlinFirmware:bugfix-2.0.xfrom
thinkyhead:bf2_less_wordy_TMC_M503

Conversation

@thinkyhead
Copy link
Member

Combine XYZ axes where possible in the M503 report for M906, M913, and M914.

Counterpart to #10945

@thinkyhead thinkyhead force-pushed the bf2_less_wordy_TMC_M503 branch from ef3ee6d to 351b749 Compare June 6, 2018 08:21
#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)))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooh, nice!

@thinkyhead thinkyhead merged commit d8b983f into MarlinFirmware:bugfix-2.0.x Jun 7, 2018
@thinkyhead thinkyhead deleted the bf2_less_wordy_TMC_M503 branch June 7, 2018 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants