UBL LCD Bugfixes (#7598)

This commit is contained in:
Tannoo 2017-09-01 15:59:06 -06:00 committed by Roxy-3D
parent 367e1b54ba
commit 2a963fb5d1
2 changed files with 7 additions and 7 deletions

View file

@ -1238,6 +1238,8 @@
SERIAL_EOL();
#endif
find_mean_mesh_height();
#if HAS_BED_PROBE
SERIAL_PROTOCOLPGM("zprobe_zoffset: ");
SERIAL_PROTOCOL_F(zprobe_zoffset, 7);