|
@@ -292,7 +292,7 @@ const bool Z_ENDSTOPS_INVERTING = false; // set to true to invert the logic of t
|
292
|
292
|
#define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)
|
293
|
293
|
|
294
|
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
|
296
|
//#define BED_CENTER_AT_0_0 // If defined, the center of the bed is at (X=0, Y=0)
|
297
|
297
|
|
298
|
298
|
// Manual homing switch locations:
|