Z_STEPPER_AUTO_ALIGN — To align with Z stepper points (#15195)

This commit is contained in:
Jason Smith
2019-10-16 11:39:58 -07:00
committed by Scott Lahteine
parent e0e406dbcc
commit 832cb7e1ac
111 changed files with 1992 additions and 492 deletions

View File

@ -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