0.1.8rc10

reduce settings save by refactoring ams data updates
This commit is contained in:
jneilliii
2024-11-14 21:26:41 -05:00
parent 76f706df19
commit b54e372342
3 changed files with 4 additions and 19 deletions

View File

@ -71,7 +71,7 @@ class PrintingState(APrinterState):
subtask_name: str = print_job_info.subtask_name
gcode_file: str = print_job_info.gcode_file
self._log.info(f"update_print_job_info: {print_job_info}")
self._log.debug(f"update_print_job_info: {print_job_info}")
project_file_info = self._printer.project_files.get_file_by_name(subtask_name) or self._printer.project_files.get_file_by_name(gcode_file)
if project_file_info is None: