preventing a from homing

This commit is contained in:
sanjayk03-dev
2024-12-12 01:21:10 +05:30
parent 0787574db9
commit e6c9d1c46f
3 changed files with 4 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ script#control-view-template(type="text/x-template")
@click=`zero('${axis}')`, style="height:60px;width:60px")
.fa.fa-map-marker
button.pure-button(:disabled="!is_idle && axis == 'a'", @click=`home('${axis}')`,
button.pure-button(:disabled="!is_idle", @click=`home('${axis}')`,
title=`Home {{'${axis}' | upper}} axis.`, style="height:60px;width:60px")
.fa.fa-home