rotary button style

This commit is contained in:
sanjayk03-dev
2024-10-14 11:50:25 +05:30
parent d4c66d073c
commit eb08613530
3 changed files with 23 additions and 3 deletions

View File

@@ -236,6 +236,11 @@ module.exports = new Vue({
return msgs;
},
is_rotary_active: function() {
if(this.config.motors[2]['axis'] == 'Y') return false;
return true;
},
},
ready: function() {