Fix mesh bounds for MBL

This commit is contained in:
Scott Lahteine
2019-09-25 08:58:27 -05:00
parent 25c4c2f24e
commit 661c3cfc99
2 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,10 @@
#if HAS_BED_PROBE
constexpr float nozzle_to_probe_offset[XYZ] = NOZZLE_TO_PROBE_OFFSET;
extern float probe_offset[XYZ];
bool set_probe_deployed(const bool deploy);
#ifdef Z_AFTER_PROBING
void move_z_after_probing();