Fix M420 C for UBL
This commit is contained in:
@ -116,7 +116,7 @@ void GcodeSuite::M420() {
|
||||
#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
|
||||
|
||||
|
Reference in New Issue
Block a user