front for delete and

This commit is contained in:
sanjayk03-dev
2024-01-23 03:39:28 +05:30
parent fcea3ef0af
commit 2778d05fc5
3 changed files with 16 additions and 4 deletions

View File

@@ -137,8 +137,9 @@ class State(object):
def load_gcodes(self):
GCodeList = []
files = copy.deepcopy(self.get('files'))
macrosList = self.ctrl.config.get('macrosList', [])
# GCodeList = 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]