Move TOPO_ORIGIN define to Configuration.h

- Addressing issue #1608
This commit is contained in:
Scott Lahteine
2015-03-15 15:49:36 -07:00
parent d0d12962e0
commit a686c9878f
11 changed files with 50 additions and 6 deletions

View File

@ -438,6 +438,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
#ifdef AUTO_BED_LEVELING_GRID
// Use one of these defines to specify the origin
// for a topographical map to be printed for your bed.
enum { OriginBackLeft, OriginFrontLeft, OriginBackRight, OriginFrontRight };
#define TOPO_ORIGIN OriginFrontLeft
// The edges of the rectangle in which to probe
#define LEFT_PROBE_BED_POSITION 15
#define RIGHT_PROBE_BED_POSITION 170