Skip to content

Commit

Permalink
fix: set Minimum Cruise Ratio maximum to 99%
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
  • Loading branch information
pedrolamas committed Sep 12, 2024
1 parent 5889c88 commit 0bddef2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/widgets/limits/PrinterLimits.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@
:value="minimumCruiseRatio"
:reset-value="defaultMinimumCruiseRatio"
:min="0"
:max="100"
:max="99"
:disabled="!klippyReady"
overridable
:locked="isMobileViewport"
:loading="hasWait($waits.onSetMinimumCruiseRatio)"
suffix="%"
Expand Down

0 comments on commit 0bddef2

Please # to comment.