Mesh export in Bilinear + UBL M503

This commit is contained in:
Scott Lahteine
2018-02-25 08:07:48 -06:00
parent 8d5a77001e
commit 966d9af98a
4 changed files with 60 additions and 23 deletions

View File

@ -107,6 +107,11 @@ class unified_bed_leveling {
const int8_t port = -1
#endif
);
static void report_current_mesh(
#if NUM_SERIAL > 1
const int8_t port = -1
#endif
);
static void report_state(
#if NUM_SERIAL > 1
const int8_t port = -1