Browse Source

Update "StallGuard threshold" heading (#14395)

pull/1/head
oechslein 5 years ago
committed by Scott Lahteine
parent
commit
8c55bd5451
  1. 2
      Marlin/src/module/configuration_store.cpp

2
Marlin/src/module/configuration_store.cpp

@ -3254,7 +3254,7 @@ void MarlinSettings::reset() {
* TMC Sensorless homing thresholds
*/
#if USE_SENSORLESS
CONFIG_ECHO_HEADING("TMC2130 StallGuard threshold:");
CONFIG_ECHO_HEADING("StallGuard threshold:");
CONFIG_ECHO_START();
#if X_SENSORLESS || Y_SENSORLESS || Z_SENSORLESS
say_M914();

Loading…
Cancel
Save