Fix typo in MANUAL_HOME_POSITION (plural S missing) and improve comments.
This commit is contained in:
parent
fcd9de72ef
commit
1f45cb0a51
2 changed files with 3 additions and 3 deletions
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
//// AUTOSET LOCATIONS OF LIMIT SWITCHES
|
||||
//// Added by ZetaPhoenix 09-15-2012
|
||||
#ifdef MANUAL_HOME_POSITION //Use manual limit switch locations
|
||||
#ifdef MANUAL_HOME_POSITIONS // Use manual limit switch locations
|
||||
#define X_HOME_POS MANUAL_X_HOME_POS
|
||||
#define Y_HOME_POS MANUAL_Y_HOME_POS
|
||||
#define Z_HOME_POS MANUAL_Z_HOME_POS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue