Merge remote-tracking branch 'meteyou/master' into feature/gcodeviewer

This commit is contained in:
Juan Rosario 2021-08-06 06:52:57 -05:00
commit 4f0e06f285
2 changed files with 13 additions and 1 deletions

View File

@ -157,6 +157,7 @@
},
"Heightmap": {
"Heightmap": "Heightmap",
"ErrorKlipperNotReady": "Klipper not ready. Heightmap disabled.",
"NoProfile": "No profile available",
"TitleHomeAll": "Home all",
"Clear": "clear",

View File

@ -4,7 +4,7 @@
<template>
<div>
<v-row>
<v-row v-if="klipperReadyForGui">
<v-col class="col-12 col-md-8">
<v-card>
<v-toolbar flat dense>
@ -119,6 +119,17 @@
</v-card>
</v-col>
</v-row>
<v-row v-else>
<v-alert
border="left"
colored-border
type="warning"
elevation="2"
class="mx-auto mt-6"
max-width="500"
icon="mdi-lock-outline"
>{{ $t('Heightmap.ErrorKlipperNotReady') }}</v-alert>
</v-row>
<v-dialog v-model="renameDialog" persistent max-width="600px">
<v-card>
<v-card-title>