Skip to content

Commit

Permalink
feat: Support full range of klipper PA scale (#743)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Botka <[email protected]>
  • Loading branch information
Haxk20 authored Jul 7, 2022
1 parent eca3bb9 commit 7e54fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/toolhead/PressureAdvanceAdjust.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:locked="(!klippyReady || isMobile)"
:min="0"
:max="2"
:step="0.001"
:step="0.0001"
@change="handleSetPressureAdvance"
/>
</v-col>
Expand Down

0 comments on commit 7e54fbe

Please sign in to comment.