Tweak ABL logging, document probing

This commit is contained in:
Scott Lahteine
2020-02-08 17:47:54 -06:00
parent 5d3cfbdc9b
commit 130e36d766
4 changed files with 22 additions and 15 deletions

View File

@@ -162,7 +162,7 @@ public:
#endif
private:
static bool move_to_z(const float z, const feedRate_t fr_mm_s);
static bool probe_down_to_z(const float z, const feedRate_t fr_mm_s);
static void do_z_raise(const float z_raise);
static float run_z_probe();
};