Browse Source

Update bilinear for native workspace

pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
cc4d28b73c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/feature/bedlevel/abl/abl.cpp

2
Marlin/src/feature/bedlevel/abl/abl.cpp

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

Loading…
Cancel
Save