Corrections for probe_pt parameters
This commit is contained in:
parent
534bffa7a9
commit
6a3967ee33
@ -2299,7 +2299,7 @@ static void clean_up_after_endstop_or_probe_move() {
|
|||||||
* - Raise to the BETWEEN height
|
* - Raise to the BETWEEN height
|
||||||
* - Return the probed Z position
|
* - Return the probed Z position
|
||||||
*/
|
*/
|
||||||
float probe_pt(const float &x, const float &y, const bool stow/*=true*/, const int verbose_level/*=1*/) {
|
float probe_pt(const float &x, const float &y, const bool stow, const uint8_t verbose_level) {
|
||||||
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
||||||
if (DEBUGGING(LEVELING)) {
|
if (DEBUGGING(LEVELING)) {
|
||||||
SERIAL_ECHOPAIR(">>> probe_pt(", x);
|
SERIAL_ECHOPAIR(">>> probe_pt(", x);
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
extern float meshedit_done;
|
extern float meshedit_done;
|
||||||
extern long babysteps_done;
|
extern long babysteps_done;
|
||||||
extern float probe_pt(const float &x, const float &y, bool, int);
|
extern float probe_pt(const float &x, const float &y, const bool, const uint8_t);
|
||||||
extern bool set_probe_deployed(bool);
|
extern bool set_probe_deployed(bool);
|
||||||
extern void set_bed_leveling_enabled(bool);
|
extern void set_bed_leveling_enabled(bool);
|
||||||
typedef void (*screenFunc_t)();
|
typedef void (*screenFunc_t)();
|
||||||
|
Loading…
Reference in New Issue
Block a user