mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #1209] [Bug]: Finish Images are not displayed (Archive/Webhook) #876
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#876
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kyobinoyo on GitHub (May 4, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1209
Originally assigned to: @maziggy on GitHub.
Component
Bambuddy
Bug Description
When starting a print, the images work like they should, after finishing a print the picture it takes makes it into the folder and is accessible through ssh etc but is not displayed in the archives or the webhook message.
Tested with new bambuddy installation, with and without backup
Expected Behavior
Print finishes, printer takes a picture when finishing and uses it as a thumbnail in the archives and posts it via webhook in the print completed message.
Steps to Reproduce
Printer Model
X2D
Bambuddy Version
v0.2.3.2
SpoolBuddy Version
No response
Printer Firmware Version
01.01.00.00
Installation Method
Docker
Operating System
Docker
Relevant Logs / Support Package
bambuddy-support-20260503-102225.zip
Screenshots
Additional Context
No response
Checklist
@maziggy commented on GitHub (May 5, 2026):
That's not how it works. The archive card shows the 3mf cover image and not the photo.
Lemme check why your cards don't show the cover image.
@maziggy commented on GitHub (May 5, 2026):
Found it from your support log — the cover image is missing because the 3MF download from your X2D is failing. Bambuddy is checking the standard Bambu FTP paths but they all return 550:
The X2D apparently stores uploaded 3MFs somewhere else. To teach Bambuddy the right path I need to see what's actually on your printer's FTP root.
Could you start a new print on the X2D and, while it's running, run one of the commands below from any machine on the same network and paste the output here? Replace <PRINTER_IP> with your X2D's IP and <ACCESS_CODE> with the LAN access code from the printer's screen (Settings → WLAN, eight-digit code).
Linux / macOS (lftp — easiest, if installed):
Linux / macOS (curl, if no lftp):
Windows (PowerShell, using WinSCP CLI if installed):
If none of those are available, FileZilla works too:
Host: ftpes://<PRINTER_IP>
Port: 990
User: bblp
Pass: <ACCESS_CODE>
Encryption: "Require explicit FTP over TLS"
Then accept the self-signed cert, browse from / and screenshot
what's in the root + any subfolders you see.
What I'm looking for: the directory and exact filename your X2D uses for the active 3MF (the one matching the print name shown in Bambuddy). Once I have that, I can patch the path list and the thumbnail will start working.
@Kyobinoyo commented on GitHub (May 5, 2026):
i feel like this is just the content of the plugged in USB stick, since the X2D has an internal EMMC for storage and uses an USB Drive as External Storage. Sadly i have no clue how to access the internal stuff..
@maziggy commented on GitHub (May 5, 2026):
Did you follow the install instructions?
@Kyobinoyo commented on GitHub (May 6, 2026):
so yeah... what can i say..i'm sorry for being an idiot.
I switched from my A1 to the X2D and never considered that there was this option since the A1 never needed that.
@maziggy commented on GitHub (May 6, 2026):
Glad it works for you now.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!