Skip to content

Commit

Permalink
fix: hide z-offset controls if not available
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
  • Loading branch information
pedrolamas committed May 28, 2024
1 parent c5354b5 commit 2a2093f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/widgets/toolhead/ZHeightAdjust.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<v-row
v-if="hasZOffsetApplyEndstop || hasZOffsetApplyProbe"
align="start"
justify="end"
>
Expand Down

0 comments on commit 2a2093f

Please sign in to comment.