Update bilinear for native workspace

This commit is contained in:
Scott Lahteine 2017-11-06 17:04:41 -06:00 committed by GitHub
parent 94c7205d64
commit cc4d28b73c
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -359,7 +359,7 @@ float bilinear_z_offset(const float raw[XYZ]) {
#if !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,