diff --git a/README.md b/README.md index f2e7bf3..ce621f5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ A1 Swap Mod Packer is an open-source implementation 3MF packer for Bambu Lab A1 It takes one or more A1-sliced `.3mf` files, repeats their plate G-code according to copy counts, inserts an external SwapMod ejection/swap G-code block, and writes a new packed `.3mf` that can be sent to the printer. +![A1 Swap Mod Packer Screenshot](docs/GUI_window.webp) + + + ## Notes - This project contains no proprietary code. All functionalities were implemented independently by comparing the states before and after 3MF file generation. diff --git a/docs/GUI_window.webp b/docs/GUI_window.webp new file mode 100644 index 0000000..31dd527 Binary files /dev/null and b/docs/GUI_window.webp differ diff --git a/docs/a1_swapmod_realphoto.webp b/docs/a1_swapmod_realphoto.webp new file mode 100644 index 0000000..862fa80 Binary files /dev/null and b/docs/a1_swapmod_realphoto.webp differ