commenting
This commit is contained in:
@@ -140,9 +140,9 @@ class State(object):
|
|||||||
files = copy.deepcopy(self.get('files'))
|
files = copy.deepcopy(self.get('files'))
|
||||||
macrosList = self.ctrl.config.get('macrosList', [])
|
macrosList = self.ctrl.config.get('macrosList', [])
|
||||||
|
|
||||||
macro_names = [macro["gcode_file_name"] for macro in macrosList]
|
# macro_names = [macro["gcode_file_name"] for macro in macrosList]
|
||||||
GCodeList = [file for file in files if file not in macro_names]
|
# GCodeList = [file for file in files if file not in macro_names]
|
||||||
|
|
||||||
self.set('GCodeList', GCodeList)
|
self.set('GCodeList', GCodeList)
|
||||||
|
|
||||||
def clear_files(self):
|
def clear_files(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user