removed condition from removing a macro

This commit is contained in:
sanjayk03-dev
2024-04-08 19:40:36 +05:30
parent d1d26565ba
commit 85c8fe0e22
2 changed files with 1 additions and 4 deletions

View File

@@ -47,9 +47,6 @@ module.exports = {
is_ready: function () {
return this.mach_state == "READY";
},
macrosLength: function () {
return this.tab > 8;
},
macros_gcode_list: function () {
return this.state.macros_list.map(item => item.file_name).sort();
},