Additional pin tests, cleanup
This commit is contained in:
		| @@ -189,9 +189,9 @@ | ||||
| // @section homing | ||||
|  | ||||
| //homing hits the endstop, then retracts by this distance, before it tries to slowly bump again: | ||||
| #define X_HOME_RETRACT_MM 5 | ||||
| #define Y_HOME_RETRACT_MM 5 | ||||
| #define Z_HOME_RETRACT_MM 2 | ||||
| #define X_HOME_BUMP_MM 5 | ||||
| #define Y_HOME_BUMP_MM 5 | ||||
| #define Z_HOME_BUMP_MM 2 | ||||
| #define HOMING_BUMP_DIVISOR {10, 10, 20}  // Re-Bump Speed Divisor (Divides the Homing Feedrate) | ||||
| //#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user