png in control view
@@ -63,13 +63,15 @@ script#control-view-template(type="text/x-template")
|
|||||||
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')")
|
button(@click="showMoveToZeroDialog('xy')")
|
||||||
| XY
|
| XY
|
||||||
|
br
|
||||||
| Origin
|
| 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')")
|
button(@click="showMoveToZeroDialog('z')")
|
||||||
| Z
|
| Z
|
||||||
|
br
|
||||||
| Origin
|
| Origin
|
||||||
tr
|
tr
|
||||||
td(style="height:100px",align="center")
|
td(style="height:100px",align="center")
|
||||||
@@ -271,7 +273,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")
|
||||||
img(src="resources/icons/icon.webp", alt="Icon")
|
img(src="images/stop.png")
|
||||||
|
|
||||||
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")
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 298 B |
|
Before Width: | Height: | Size: 258 B |
|
Before Width: | Height: | Size: 250 B |
|
Before Width: | Height: | Size: 114 B |
|
Before Width: | Height: | Size: 270 B |
|
Before Width: | Height: | Size: 250 B |
BIN
src/resources/images/delete_gcode.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/resources/images/download_gcode.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
src/resources/images/play.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
src/resources/images/stop.png
Normal file
|
After Width: | Height: | Size: 735 B |
BIN
src/resources/images/upload_folder.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
src/resources/images/upload_gcode.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |