Fixed X homing direcion and associated pin declaration coming out null

This commit is contained in:
matthew wildoer
2017-10-13 19:20:32 +11:00
parent 6453fc4b6d
commit f03f029336
+2 -2
View File
@@ -390,10 +390,10 @@
#define X_JERK_HIGH_SPEED 1000.0 // {xjh:
#endif
#ifndef X_HOMING_INPUT
#define X_HOMING_INPUT 2 // {xhi: input used for homing or 0 to disable
#define X_HOMING_INPUT 1 // {xhi: input used for homing or 0 to disable
#endif
#ifndef X_HOMING_DIRECTION
#define X_HOMING_DIRECTION 1 // {xhd: 0=search moves negative, 1= search moves positive
#define X_HOMING_DIRECTION 0 // {xhd: 0=search moves negative, 1= search moves positive
#endif
#ifndef X_SEARCH_VELOCITY
#define X_SEARCH_VELOCITY 1000.0 // {xsv: minus means move to minimum switch