M421: Add 'adjust closest point' capability

- Split M421 into separate versions for bilinear and ubl
- Fix minor issue in G26
This commit is contained in:
Brian
2017-05-11 12:10:38 -04:00
parent 2819228d4f
commit ae676490c9
4 changed files with 61 additions and 21 deletions

View File

@ -35,6 +35,9 @@
#define UBL_OK false
#define UBL_ERR true
#define USE_NOZZLE_AS_REFERENCE 0
#define USE_PROBE_AS_REFERENCE 1
typedef struct {
int8_t x_index, y_index;
float distance; // When populated, the distance from the search location