From e326ffa4c031c4bec2b8333c87d4f2284264313a Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Mon, 22 Jan 2024 16:53:02 +0530 Subject: [PATCH] fixed bug --- src/js/control-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/control-view.js b/src/js/control-view.js index 095d307..483566a 100644 --- a/src/js/control-view.js +++ b/src/js/control-view.js @@ -202,7 +202,7 @@ module.exports = { const p = this.plan_time / this.toolpath.time; return Math.min(1, p); }, - macrosList: function () { + gcodeFiles: function () { console.log(this.state.files); console.log(this.config.macrosList); const files=this.state.files.filter(item => !this.config.macrosList.some(compareItem => compareItem.gcode_file_name == item));