Skip to content

Commit

Permalink
Perform 3 cycles on each axis during homing
Browse files Browse the repository at this point in the history
  • Loading branch information
jlirochon committed Dec 2, 2020
1 parent 3954de6 commit 7ca48ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grbl/config.h
Expand Up @@ -184,7 +184,7 @@
// Number of homing cycles performed after when the machine initially jogs to limit switches.
// This help in preventing overshoot and should improve repeatability. This value should be one or
// greater.
#define N_HOMING_LOCATE_CYCLE 1 // Integer (1-128)
#define N_HOMING_LOCATE_CYCLE 3 // Integer (1-128)

// Enables single axis homing commands. $HX, $HY, and $HZ for X, Y, and Z-axis homing. The full homing
// cycle is still invoked by the $H command. This is disabled by default. It's here only to address
Expand Down

0 comments on commit 7ca48ec

Please sign in to comment.