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

@ -34,7 +34,7 @@
#include "../inc/MarlinConfig.h"
#if EITHER(AUTO_BED_LEVELING_UBL, AUTO_BED_LEVELING_LINEAR)
#if ANY(AUTO_BED_LEVELING_UBL, AUTO_BED_LEVELING_LINEAR, Z_STEPPER_ALIGN_KNOWN_STEPPER_POSITIONS)
#include "least_squares_fit.h"