|
|
|
|
292
|
#define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)
|
292
|
#define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)
|
293
|
|
293
|
|
294
|
// The position of the homing switches
|
294
|
// The position of the homing switches
|
295
|
-define MANUAL_HOME_POSITIONS // If defined, MANUAL_*_HOME_POS below will be used
|
|
|
|
|
295
|
+#define MANUAL_HOME_POSITIONS // If defined, MANUAL_*_HOME_POS below will be used
|
296
|
//#define BED_CENTER_AT_0_0 // If defined, the center of the bed is at (X=0, Y=0)
|
296
|
//#define BED_CENTER_AT_0_0 // If defined, the center of the bed is at (X=0, Y=0)
|
297
|
|
297
|
|
298
|
// Manual homing switch locations:
|
298
|
// Manual homing switch locations:
|