Fix M420 C for UBL
This commit is contained in:
parent
ba8d03d241
commit
f0494b4021
3 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue