Corrections for probe_pt parameters
This commit is contained in:
parent
534bffa7a9
commit
6a3967ee33
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
extern float meshedit_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 void set_bed_leveling_enabled(bool);
|
||||
typedef void (*screenFunc_t)();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue