We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: