Skip to content

Commit

Permalink
fix: disable homing if not ready or printing
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
  • Loading branch information
pedrolamas committed Nov 20, 2023
1 parent 128c296 commit c90e4ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
>
<app-btn
:color="!homed ? 'primary' : undefined"
:disabled="!klippyReady || printerPrinting"
:loading="hasWait(wait)"
class="flex-grow-1"
@click="sendHomeGcode"
Expand Down

0 comments on commit c90e4ae

Please sign in to comment.