Jogging A axis
This commit is contained in:
@@ -106,7 +106,7 @@ script#control-view-template(type="text/x-template")
|
|||||||
| Rotary
|
| Rotary
|
||||||
|
|
||||||
td(style="height:100px", align="center", colspan="1")
|
td(style="height:100px", align="center", colspan="1")
|
||||||
button()
|
button(@click="jog_fn(0,0,0,-1)")
|
||||||
| A-
|
| A-
|
||||||
|
|
||||||
td(style="height:100px", align="center", colspan="1")
|
td(style="height:100px", align="center", colspan="1")
|
||||||
@@ -116,7 +116,7 @@ script#control-view-template(type="text/x-template")
|
|||||||
| Origin
|
| Origin
|
||||||
|
|
||||||
td(style="height:100px", align="center", colspan="1")
|
td(style="height:100px", align="center", colspan="1")
|
||||||
button()
|
button(@click="jog_fn(0,0,0,1)")
|
||||||
| A+
|
| A+
|
||||||
|
|
||||||
tr(v-else)
|
tr(v-else)
|
||||||
|
|||||||
Reference in New Issue
Block a user