Fix M420 C for UBL

This commit is contained in:
Scott Lahteine 2018-04-28 08:17:55 -05:00
parent ba8d03d241
commit f0494b4021
3 changed files with 6 additions and 6 deletions

View file

@ -10072,7 +10072,7 @@ void quickstop_stepper() {
#if ENABLED(AUTO_BED_LEVELING_UBL)
set_bed_leveling_enabled(false);
ubl.adjust_mesh_to_mean(cval);
ubl.adjust_mesh_to_mean(true, cval);
#else