Add PROBE_Y_FIRST option for probe order
This commit is contained in:
parent
c8c57e59fc
commit
2d2c9bdf92
23 changed files with 97 additions and 13 deletions
|
|
@ -787,6 +787,9 @@
|
|||
// The Z probe minimum outer margin (to validate G29 parameters).
|
||||
#define MIN_PROBE_EDGE 10
|
||||
|
||||
// Probe along the Y axis, advancing X after each column
|
||||
//#define PROBE_Y_FIRST
|
||||
|
||||
#elif ENABLED(AUTO_BED_LEVELING_3POINT)
|
||||
|
||||
// 3 arbitrary points to probe.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue