add assembly README to assembly .zip

This commit is contained in:
Brendan Haines 2021-06-29 03:03:52 -06:00
parent ae9b58de22
commit 3577589574

View File

@ -192,8 +192,8 @@ class FabOutputs(pcbnew.ActionPlugin):
with open(dir_asy / f"README_ASSEMBLY{suffix}.TXT", "w") as f: with open(dir_asy / f"README_ASSEMBLY{suffix}.TXT", "w") as f:
f.write(f"{project_name}-REV{rev}\n") f.write(f"{project_name}-REV{rev}\n")
f.write(f"Layer Order\n")
# for layer in plot_plan: files_asy.append(fname)
# ================ # ================