Update bilinear for native workspace

This commit is contained in:
Scott Lahteine 2017-11-06 17:03:34 -06:00 committed by GitHub
parent 1b09733e7c
commit efc1029226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12652,7 +12652,7 @@ void set_current_from_steppers_for_axis(const AxisEnum axis) {
#elif ENABLED(AUTO_BED_LEVELING_BILINEAR) && !IS_KINEMATIC
#define CELL_INDEX(A,V) ((RAW_##A##_POSITION(V) - bilinear_start[A##_AXIS]) * ABL_BG_FACTOR(A##_AXIS))
#define CELL_INDEX(A,V) ((V - bilinear_start[A##_AXIS]) * ABL_BG_FACTOR(A##_AXIS))
/**
* Prepare a bilinear-leveled linear move on Cartesian,