Skip to content

Commit

Permalink
fix: increase retract / unretract limits
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <[email protected]>
  • Loading branch information
cadriel committed Jun 24, 2021
1 parent e938e07 commit 4a1e218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/widgets/retract/Retract.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:reset-value="defaults.retract_speed"
:min="0"
:step="1"
:max="60"
:max="100"
:disabled="!klippyReady"
:locked="!klippyReady || isMobile"
:loading="hasWait(waits.onSetRetractSpeed)"
Expand All @@ -41,7 +41,7 @@
:reset-value="defaults.unretract_speed"
:min="0"
:step="1"
:max="60"
:max="100"
:disabled="!klippyReady"
:locked="!klippyReady || isMobile"
:loading="hasWait(waits.onSetUnretractSpeed)"
Expand Down

0 comments on commit 4a1e218

Please sign in to comment.