Z_STEPPER_AUTO_ALIGN — To align with Z stepper points (#15195)
This commit is contained in:
committed by
Scott Lahteine
parent
e0e406dbcc
commit
832cb7e1ac
@ -1808,3 +1808,10 @@
|
||||
#if !NUM_SERIAL
|
||||
#undef BAUD_RATE_GCODE
|
||||
#endif
|
||||
|
||||
#if ENABLED(Z_STEPPER_ALIGN_KNOWN_STEPPER_POSITIONS)
|
||||
#undef Z_STEPPER_ALIGN_AMP
|
||||
#endif
|
||||
#ifndef Z_STEPPER_ALIGN_AMP
|
||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user