max-velocity changed, ui cond. rendering fixed

This commit is contained in:
sanjayk03-dev
2024-11-04 21:52:03 +05:30
parent 20bd85236d
commit 135ae7fa5d
2 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ script#control-view-template(type="text/x-template")
button(:style="getJogIncrStyle('large')", @click="jog_incr = 'large'")
span {{jog_incr_amounts[display_units].large}}#[span.jog-units {{metric ? 'mm' : 'in'}}]
tr(v-if="is_rotary_active")
tr(v-if="config.motors[2]['axis'] == 'A'")
td(style="height:100px", align="center", colspan="2")
button(@click="console.log('button pressed: Probe Rotary')")
| Probe Rotary