|
|
|
@ -256,8 +256,8 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
|
|
|
|
|
#define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)
|
|
|
|
|
|
|
|
|
|
// The position of the homing switches
|
|
|
|
|
//#define MANUAL_HOME_POSITIONS // If defined, manualy programed locations will be used
|
|
|
|
|
//#define BED_CENTER_AT_0_0 // If defined the center of the bed is defined as (0,0)
|
|
|
|
|
//#define MANUAL_HOME_POSITIONS // If defined, MANUAL_*_HOME_POS below will be used
|
|
|
|
|
//#define BED_CENTER_AT_0_0 // If defined, the center of the bed is at (X=0, Y=0)
|
|
|
|
|
|
|
|
|
|
//Manual homing switch locations:
|
|
|
|
|
#define MANUAL_X_HOME_POS 0
|
|
|
|
|