Skip to content

Commit

Permalink
Update MjpegstreamerAdaptive.vue
Browse files Browse the repository at this point in the history
formats fixed
  • Loading branch information
HelgeKeck committed Sep 17, 2023
1 parent b0252c1 commit dae3547
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/webcams/MjpegstreamerAdaptive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
@click="toggleXYZMove()">
{{ XYZMoveOutput }}
</v-btn>
<v-btn v-if="hasZProbe"
<v-btn
v-if="hasZProbe"
small
class="cmdButton"
:disabled="!allowZProbe || !homedAxes.includes('xyz')"
Expand Down Expand Up @@ -65,7 +66,8 @@
@click="zoom('0')">
MAX
</v-btn>
<v-btn v-if="hasLED"
<v-btn
v-if="hasLED"
small
class="cmdButton"
:style="{ 'background-color': isLEDTurnedOn ? 'var(--color-primary)' : 'rgba(0,0,0,0.8)', 'color': isLEDTurnedOn ? 'var(--v-btn-text-primary)' : 'white', 'min-width': '0' }"
Expand All @@ -83,8 +85,8 @@
<v-item-group class="ma-0 _btn-group">
<v-btn
v-for="tool in toolchangeMacros"
small
:key="tool.name"
small
:disabled="isPrinting || !homedAxes.includes('xyz')"
class='cmdButton'
:loading="loadings.includes('set_' + tool.name.toLowerCase())"
Expand Down

0 comments on commit dae3547

Please sign in to comment.