Skip to content

Commit

Permalink
refactor: only enable BED_SCREWS_ADJUST if homed
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas committed Jan 7, 2023
1 parent c278f8d commit 575adac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/toolhead/ToolheadCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<app-btn
v-if="printerSupportsBedScrews"
:loading="hasWait($waits.onBedScrewsAdjust)"
:disabled="!klippyReady || printerPrinting"
:disabled="!allHomed || !klippyReady || printerPrinting"
small
class="ml-1"
@click="bedScrewsAdjust"
Expand Down

0 comments on commit 575adac

Please sign in to comment.