0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-31 06:02:16 +00:00

Fix #9826. Solution by @gloomyandy

This commit is contained in:
Scott Lahteine 2018-02-26 15:02:19 -06:00
parent 02474a321a
commit 7bdb98c946

View file

@ -1668,7 +1668,7 @@
}
#endif
z_values[i][j] += z_tmp - lsf_results.D;
z_values[i][j] = z_tmp - lsf_results.D;
}
}