Skip to content

Commit 0a020b1

Browse files
committed
fix: z_tilt_adjust
1 parent 0fe8489 commit 0a020b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/cards/ToolheadCard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
</v-btn>
1515
<v-btn
1616
v-if="!printerPrinting && printerSupportsZtilt"
17-
@click="sendGcode('Z_TILT', waits.onZTilt)"
17+
@click="sendGcode('Z_TILT_ADJUST', waits.onZTilt)"
1818
:loading="hasWait(waits.onZTilt)"
1919
:disabled="hasWaits || !klippyConnected"
2020
class="mr-2"
2121
color="secondary">
22-
Z_TILT
22+
Z_TILT_ADJUST
2323
</v-btn>
2424
<v-btn
2525
v-if="!printerPrinting && printerSupportsQgl"

0 commit comments

Comments
 (0)