Skip to content
Snippets Groups Projects
Commit 1c2ecdda authored by Johann Rocholl's avatar Johann Rocholl
Browse files

Fix typo (# missing before define).

parent 6dfb8a21
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ const bool Z_ENDSTOPS_INVERTING = false; // set to true to invert the logic of t
#define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)
// The position of the homing switches
define MANUAL_HOME_POSITIONS // If defined, MANUAL_*_HOME_POS below will be used
#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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment