🐛 Fix kinetic ABL mesh after refactor (#24107)

Followup to #23868
This commit is contained in:
tombrazier
2022-04-29 18:54:57 +01:00
committed by GitHub
parent e633ef895d
commit 60b6df4542
4 changed files with 8 additions and 4 deletions

View File

@@ -507,6 +507,10 @@ G29_TYPE GcodeSuite::G29() {
// Can't re-enable (on error) until the new grid is written
abl.reenable = false;
}
// Pre-populate local Z values from the stored mesh
TERN_(IS_KINEMATIC, COPY(abl.z_values, Z_VALUES_ARR));
#endif // AUTO_BED_LEVELING_BILINEAR
} // !g29_in_progress