Skip to content
Snippets Groups Projects
Unverified Commit cc4d28b7 authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Update bilinear for native workspace

parent 94c7205d
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment