We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe8489 commit 0a020b1Copy full SHA for 0a020b1
1 file changed
src/components/cards/ToolheadCard.vue
@@ -14,12 +14,12 @@
14
</v-btn>
15
<v-btn
16
v-if="!printerPrinting && printerSupportsZtilt"
17
- @click="sendGcode('Z_TILT', waits.onZTilt)"
+ @click="sendGcode('Z_TILT_ADJUST', waits.onZTilt)"
18
:loading="hasWait(waits.onZTilt)"
19
:disabled="hasWaits || !klippyConnected"
20
class="mr-2"
21
color="secondary">
22
- Z_TILT
+ Z_TILT_ADJUST
23
24
25
v-if="!printerPrinting && printerSupportsQgl"
0 commit comments