ui fix
This commit is contained in:
@@ -99,20 +99,24 @@ script#control-view-template(type="text/x-template")
|
|||||||
span {{jog_incr_amounts[display_units].large}}#[span.jog-units {{metric ? 'mm' : 'in'}}]
|
span {{jog_incr_amounts[display_units].large}}#[span.jog-units {{metric ? 'mm' : 'in'}}]
|
||||||
|
|
||||||
tr(v-if="config.motors[2]['axis'] == 'A'")
|
tr(v-if="config.motors[2]['axis'] == 'A'")
|
||||||
td(style="height:100px", align="center", colspan="2")
|
td(style="height:100px", align="center", colspan="1")
|
||||||
button(@click="console.log('button pressed: Probe Rotary')")
|
button()
|
||||||
| Probe Rotary
|
| Probe
|
||||||
|
br
|
||||||
|
| Rotary
|
||||||
|
|
||||||
td(style="height:100px", align="center", colspan="2")
|
td(style="height:100px", align="center", colspan="1")
|
||||||
button(@click="console.log('button pressed: A-')")
|
button()
|
||||||
| A-
|
| A-
|
||||||
|
|
||||||
td(style="height:100px", align="center", colspan="2")
|
td(style="height:100px", align="center", colspan="1")
|
||||||
button(@click="console.log('button pressed: A Origin')")
|
button()
|
||||||
| A Origin
|
| A
|
||||||
|
br
|
||||||
|
| Origin
|
||||||
|
|
||||||
td(style="height:100px", align="center", colspan="2")
|
td(style="height:100px", align="center", colspan="1")
|
||||||
button(@click="console.log('button pressed: A+')")
|
button()
|
||||||
| A+
|
| A+
|
||||||
|
|
||||||
tr(v-else)
|
tr(v-else)
|
||||||
|
|||||||
Reference in New Issue
Block a user