removed pin
This commit is contained in:
@@ -153,10 +153,6 @@ script#control-view-template(type="text/x-template")
|
||||
button.pure-button(title="Home all axes.", @click="home()",
|
||||
:disabled="!is_idle",style="height:60px;width:60px")
|
||||
.fa.fa-home
|
||||
|
||||
//- button.pure-button(:disabled="!is_idle", @click=`load_position('xyz')`,
|
||||
//- title=`Load all axis origin.`, style="height:60px;width:60px")
|
||||
//- .fa.fa-map-pin
|
||||
|
||||
each axis in 'xyzabc'
|
||||
tr.axis(:class=`${axis}.klass`, v-if=`${axis}.enabled`,
|
||||
@@ -186,11 +182,6 @@ script#control-view-template(type="text/x-template")
|
||||
button.pure-button(:disabled="!is_idle", @click=`home('${axis}')`,
|
||||
title=`Home {{'${axis}' | upper}} axis.`, style="height:60px;width:60px")
|
||||
.fa.fa-home
|
||||
|
||||
//- button.pure-button(:disabled="!can_set_axis", @click=`load_position('${axis}')`,
|
||||
//- title=`Load {{'${axis}' | upper}} origin.`, style="height:60px;width:60px")
|
||||
//- .fa.fa-map-pin
|
||||
|
||||
|
||||
tr(style="vertical-align: top;")
|
||||
td
|
||||
|
||||
Reference in New Issue
Block a user