each axis in 'xyzabc'
tr.axis(class="axis-#{axis}", v-if="enabled('#{axis}')")
th.name #{axis}
- td.position {{state.#{axis}p || 0 | fixed 4}}
- td.offset {{state.#{axis}o || 0 | fixed 4}}
+ td.position {{state.#{axis}p || 0 | fixed 3}}
+ td.offset {{state.#{axis}o || 0 | fixed 3}}
td.errors
.fa.fa-hot(v-if="state.#{axis}t", title="Driver overtemp.")
.fa.fa-ban(v-if="state.#{axis}s", title="Motor stalled.")
td
tr
th Feed
- td {{state.f || 0}}
+ td {{state.f || 0 | fixed 0}}
td mm/min
tr
th Speed
- td {{state.s || 0}}
+ td {{state.s || 0 | fixed 0}}
td RPM
tr
th Direction