Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: pressure advance settings on dashboard #459

Merged
merged 10 commits into from
Dec 8, 2021
Prev Previous commit
Next Next commit
fix: fw retract settings input layout
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
dw-0 committed Dec 7, 2021
commit 00eccacd01f0632ea3ca394b5ea49ad7a95ae63d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-card-text>
<v-row>
<v-col class="col-12 col-sm-6">
<v-col class="col-12 col-md-6">
<firmware-retraction-settings-input
:label="$t('Panels.MachineSettingsPanel.FirmwareRetractionSettings.RetractLength')"
:target="current_retract_length"
@@ -11,7 +11,7 @@
attribute-name="RETRACT_LENGTH"
></firmware-retraction-settings-input>
</v-col>
<v-col class="col-12 col-sm-6">
<v-col class="col-12 col-md-6">
<firmware-retraction-settings-input
:label="$t('Panels.MachineSettingsPanel.FirmwareRetractionSettings.RetractSpeed')"
:target="current_retract_speed"
@@ -22,7 +22,7 @@
</v-col>
</v-row>
<v-row>
<v-col class="col-12 col-sm-6">
<v-col class="col-12 col-md-6">
<firmware-retraction-settings-input
:label="$t('Panels.MachineSettingsPanel.FirmwareRetractionSettings.UnretractExtraLength')"
:target="current_unretract_extra_length"
@@ -32,7 +32,7 @@
attribute-name="UNRETRACT_EXTRA_LENGTH"
></firmware-retraction-settings-input>
</v-col>
<v-col class="col-12 col-sm-6">
<v-col class="col-12 col-md-6">
<firmware-retraction-settings-input
:label="$t('Panels.MachineSettingsPanel.FirmwareRetractionSettings.UnretractSpeed')"
:target="current_unretract_speed"