Probing with the effector in the printing area, but an eccentric probe (e.g. allen key) outside it but still touching the bed gives meaninfull information for calibration. Since calibration is most accurate when probing as close to the towers as possible the testing was way to restrictive hence this fix.
This commit is contained in:
parent
57fff2e95e
commit
567941e341
8 changed files with 238 additions and 243 deletions
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
extern float meshedit_done;
|
||||
extern long babysteps_done;
|
||||
extern float probe_pt(const float &x, const float &y, const bool, const uint8_t);
|
||||
extern float probe_pt(const float &lx, const float &ly, const bool, const uint8_t, const bool=true);
|
||||
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