Browse Source

Fix missing comma in tmc_sgt

Fixes #10209
pull/1/head
Scott Lahteine 6 years ago
parent
commit
2bc7f416ee
  1. 2
      Marlin/src/module/configuration_store.cpp

2
Marlin/src/module/configuration_store.cpp

@ -809,7 +809,7 @@ void MarlinSettings::postprocess() {
#if defined(Y_HOMING_SENSITIVITY) && (ENABLED(Y_IS_TMC2130) || ENABLED(IS_TRAMS))
stepperY.sgt(),
#else
0
0,
#endif
#if defined(Z_HOMING_SENSITIVITY) && (ENABLED(Z_IS_TMC2130) || ENABLED(IS_TRAMS))
stepperZ.sgt()

Loading…
Cancel
Save