Skip to content

Commit

Permalink
fix: retraction resolution set to 0.01
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <[email protected]>
  • Loading branch information
cadriel committed Jun 20, 2021
1 parent 90a2c9f commit c1a16dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/retract/Retract.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:reset-value="defaults.retract_length"
:min="0"
:max="15"
:step="0.1"
:step="0.01"
:disabled="!klippyReady"
:locked="!klippyReady || isMobile"
:loading="hasWait(waits.onSetRetractLength)"
Expand Down

0 comments on commit c1a16dc

Please sign in to comment.