Skip to content

Commit

Permalink
fix: speed in mm/s
Browse files Browse the repository at this point in the history
  • Loading branch information
cadriel committed Jan 17, 2021
1 parent 2807559 commit ed4452a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/ToolheadPositionWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<v-col cols="12" class="coord-col">
<span class="grey--text text--darken-1">Requested Speed:</span>
<span class="grey--text focus--text">
{{ requestedSpeed }} mm/2
{{ requestedSpeed }} mm/s
</span>
</v-col>
</v-row>
Expand Down

0 comments on commit ed4452a

Please sign in to comment.