Skip to content

Commit

Permalink
fix: z_tilt_adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
cadriel committed Oct 20, 2020
1 parent 0fe8489 commit 0a020b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cards/ToolheadCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
</v-btn>
<v-btn
v-if="!printerPrinting && printerSupportsZtilt"
@click="sendGcode('Z_TILT', waits.onZTilt)"
@click="sendGcode('Z_TILT_ADJUST', waits.onZTilt)"
:loading="hasWait(waits.onZTilt)"
:disabled="hasWaits || !klippyConnected"
class="mr-2"
color="secondary">
Z_TILT
Z_TILT_ADJUST
</v-btn>
<v-btn
v-if="!printerPrinting && printerSupportsQgl"
Expand Down

0 comments on commit 0a020b1

Please sign in to comment.