Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: add smaller increments for jogging to allow better homing #36

Open
fleshmanj opened this issue Dec 29, 2021 · 0 comments
Open

Comments

@fleshmanj
Copy link

fleshmanj commented Dec 29, 2021

I added a line of html to allow movement of .1 inch and .001 inch to home more accurately. Starting at line 210 in index.html

<select class="form-control" id="jogSize">
<option value=".001">Distance: .001</option>
<option value=".1">Distance: .1</option>
<option value=".5">Distance: .5</option>
<option value="1">Distance: 1</option>
<option value="2">Distance: 2</option>
<option selected value="5">Distance: 5</option>
<option value="10">Distance: 10</option>
<option value="20">Distance: 20</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant