created tabs for macros and buttons in control-view

This commit is contained in:
sanjayk03-dev
2024-01-02 14:54:53 +05:30
parent 6aaf167d4e
commit 06b1cde647
6 changed files with 148 additions and 41 deletions

View File

@@ -202,8 +202,8 @@ module.exports = {
const p = this.plan_time / this.toolpath.time;
return Math.min(1, p);
},
isMacrosPresent: function(){
return this.config.macros!=undefined;
isMacrosPresent: function(val){
return this.config.macros[val].name=null;
},
},