Additional pin tests, cleanup
This commit is contained in:
parent
93fdc2951b
commit
0e8182bbf2
34 changed files with 612 additions and 585 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "Marlin.h"
|
||||
|
||||
#if defined(MESH_BED_LEVELING)
|
||||
#ifdef MESH_BED_LEVELING
|
||||
|
||||
#define MESH_X_DIST ((MESH_MAX_X - MESH_MIN_X)/(MESH_NUM_X_POINTS - 1))
|
||||
#define MESH_Y_DIST ((MESH_MAX_Y - MESH_MIN_Y)/(MESH_NUM_Y_POINTS - 1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue