macrosList default config

This commit is contained in:
sanjayk03-dev
2024-01-22 03:29:06 +05:30
parent b8394d7266
commit 05d47f33fc
2 changed files with 15 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ module.exports = {
"default",
],
newGcode: ["", "", "", "", "", "", "", ""],
macrosList: this.config.macros.map((item) => item.name),
macrosList: this.config.macros.map((item) => item.gcode_file_name),
};
},
computed: {