using webp
This commit is contained in:
@@ -76,7 +76,7 @@ html(lang="en")
|
|||||||
.brand
|
.brand
|
||||||
img(src="/images/onefinity_logo.png")
|
img(src="/images/onefinity_logo.png")
|
||||||
.version
|
.version
|
||||||
div Version: v{{config.full_version}} Alpha 5
|
div Version: v{{config.full_version}} Alpha 6
|
||||||
div IP Address: {{config.ip}}
|
div IP Address: {{config.ip}}
|
||||||
div WiFi: {{config.wifiName}}
|
div WiFi: {{config.wifiName}}
|
||||||
a.upgrade-link(v-if="show_upgrade()", href="#admin-general")
|
a.upgrade-link(v-if="show_upgrade()", href="#admin-general")
|
||||||
|
|||||||
@@ -62,11 +62,15 @@ script#control-view-template(type="text/x-template")
|
|||||||
td(style="height:100px",align="center")
|
td(style="height:100px",align="center")
|
||||||
button(@click="jog_fn(-1,0,0,0)") X-
|
button(@click="jog_fn(-1,0,0,0)") X-
|
||||||
td(style="height:100px",align="center")
|
td(style="height:100px",align="center")
|
||||||
button(@click="showMoveToZeroDialog('xy')") XY Origin
|
button(@click="showMoveToZeroDialog('xy')")
|
||||||
|
| XY
|
||||||
|
| Origin
|
||||||
td(style="height:100px",align="center")
|
td(style="height:100px",align="center")
|
||||||
button(@click="jog_fn(1,0,0,0)") X+
|
button(@click="jog_fn(1,0,0,0)") X+
|
||||||
td(style="height:100px",align="center")
|
td(style="height:100px",align="center")
|
||||||
button(@click="showMoveToZeroDialog('z')") Z Origin
|
button(@click="showMoveToZeroDialog('z')")
|
||||||
|
| Z
|
||||||
|
| Origin
|
||||||
tr
|
tr
|
||||||
td(style="height:100px",align="center")
|
td(style="height:100px",align="center")
|
||||||
button(@click="jog_fn(-1,-1,0,0)")
|
button(@click="jog_fn(-1,-1,0,0)")
|
||||||
@@ -267,8 +271,7 @@ script#control-view-template(type="text/x-template")
|
|||||||
.fa(:class="is_running ? 'fa-pause' : 'fa-play'")
|
.fa(:class="is_running ? 'fa-pause' : 'fa-play'")
|
||||||
|
|
||||||
button.pure-button(title="Stop program.", @click="stop", style="height:100px;width:100px;font-weight:normal")
|
button.pure-button(title="Stop program.", @click="stop", style="height:100px;width:100px;font-weight:normal")
|
||||||
svg(width="50", height="50")
|
img(src=require("../resources/icons/button_stop.webp"), alt="Stop")
|
||||||
image(href="../resources/icons/button_stop.webp", width="50", height="50")
|
|
||||||
|
|
||||||
button.pure-button(title="Pause program at next optional stop (M1).",
|
button.pure-button(title="Pause program at next optional stop (M1).",
|
||||||
@click="optional_pause", v-if="false", style="height:100px;width:100px;font-weight:normal")
|
@click="optional_pause", v-if="false", style="height:100px;width:100px;font-weight:normal")
|
||||||
|
|||||||
Reference in New Issue
Block a user