General cleanup

This commit is contained in:
Scott Lahteine
2020-11-29 20:49:42 -06:00
parent 8fd8772a6f
commit fd35d1b8a6
8 changed files with 14 additions and 14 deletions

View File

@ -168,7 +168,7 @@ void print_bilinear_leveling_grid() {
// cancelled out in bed_level_virt_cmr and does not impact the result. Return 0.0 rather than
// making this function more complex by extrapolating two points.
return 0.0;
}
}
if (!x || x == ABL_TEMP_POINTS_X - 1) {
if (x) {
ep = GRID_MAX_POINTS_X - 1;