8000 Suggestion: add smaller increments for jogging to allow better homing · Issue #36 · andrewhodel/grblweb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Suggestion: add smaller increments for jogging to allow better homing #36
Open
@fleshmanj

Description

@fleshmanj

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0