Skip to content

Commit e835404

Browse files
committed
Gmoccapy sim config: Fix HOME value causing limit violation on homing
1 parent 878f171 commit e835404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/sim/gmoccapy/lathe_configs/lathe_imperial.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ MAX_LIMIT = 400.0
146146
FERROR = 0.050
147147
MIN_FERROR = 0.010
148148
HOME_OFFSET = 1.0
149-
HOME = -4
149+
HOME = -2
150150
HOME_SEARCH_VEL = 40.0
151151
HOME_LATCH_VEL = 2.0
152152
HOME_USE_INDEX = NO

0 commit comments

Comments
 (0)