mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 23:49:49 +00:00
parent
f84f7e5a38
commit
e848bebb10
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ void MarlinSettings::postprocess() {
|
||||||
#if defined(Y_HOMING_SENSITIVITY) && (ENABLED(Y_IS_TMC2130) || ENABLED(IS_TRAMS))
|
#if defined(Y_HOMING_SENSITIVITY) && (ENABLED(Y_IS_TMC2130) || ENABLED(IS_TRAMS))
|
||||||
stepperY.sgt(),
|
stepperY.sgt(),
|
||||||
#else
|
#else
|
||||||
0
|
0,
|
||||||
#endif
|
#endif
|
||||||
#if defined(Z_HOMING_SENSITIVITY) && (ENABLED(Z_IS_TMC2130) || ENABLED(IS_TRAMS))
|
#if defined(Z_HOMING_SENSITIVITY) && (ENABLED(Z_IS_TMC2130) || ENABLED(IS_TRAMS))
|
||||||
stepperZ.sgt()
|
stepperZ.sgt()
|
||||||
|
|
Loading…
Reference in a new issue