parent
38378cd0e8
commit
2bc7f416ee
|
@ -809,7 +809,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