You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: yaqd_pololu/pololu-ticcmd.toml
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,9 @@ unit.default = "step"
32
32
unit.doc = "unit of motion"
33
33
34
34
backlash.type = "float"
35
-
backlash.doc = "units to travel for backlash correction"
35
+
backlash.doc = "direction and distance (in steps) to travel for backlash correction. use negative value for backlash in the reverse direction."
36
36
backlash.default = 0.0
37
37
38
-
backlash_dir.type = "dir"
39
-
backlash_dir.doc = "The travel direction to which backlash is applied. e.g. if forward, destinations in the forward direction will overstep the destination by 'backlash' steps before walking back."
0 commit comments