Skip to content

Commit

Permalink
fix: fix min setting from minimum_cruise_ratio input field
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Dec 5, 2023
1 parent e408360 commit 4219711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panels/MachineSettings/MotionSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
:has-spinner="true"
:spinner-factor="5"
:step="0.01"
:min="0.01"
:min="0.0"
:max="0.99"
:dec="2"
@submit="sendCmd" />
Expand Down

0 comments on commit 4219711

Please sign in to comment.