Skip to content

Commit

Permalink
fix: Added 25 and 50 to default toolhead move lengths
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <craig.bassett@gmail.com>
  • Loading branch information
cadriel committed Jul 7, 2021
1 parent bb54ef0 commit 29248a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/ToolheadSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<app-setting :title="$t('app.setting.label.default_toolhead_move_length')">
<v-select
:value="defaultToolheadMoveLength"
:items="[0.1, 1.0, 10, 100]"
:items="[0.1, 1.0, 10, 25, 50, 100]"
@change="setDefaultToolheadMoveLength"
:rules="[rules.numRequired, rules.numMin]"
filled
Expand Down

0 comments on commit 29248a6

Please sign in to comment.