From fcea3ef0af073cf051c817e6f71af3c64cef0f3a Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Tue, 23 Jan 2024 03:23:29 +0530 Subject: [PATCH] commenting --- src/py/bbctrl/State.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/py/bbctrl/State.py b/src/py/bbctrl/State.py index 330a8bb..1198025 100644 --- a/src/py/bbctrl/State.py +++ b/src/py/bbctrl/State.py @@ -140,9 +140,9 @@ class State(object): files = copy.deepcopy(self.get('files')) macrosList = self.ctrl.config.get('macrosList', []) - macro_names = [macro["gcode_file_name"] for macro in macrosList] - GCodeList = [file for file in files if file not in macro_names] - + # macro_names = [macro["gcode_file_name"] for macro in macrosList] + # GCodeList = [file for file in files if file not in macro_names] + self.set('GCodeList', GCodeList) def clear_files(self):