1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[GH-ISSUE #716] [Bug]: Archive images and the graduation photo are not displayed. #476

Closed
opened 2026-05-07 00:10:38 +02:00 by BreizhHardware · 2 comments

Originally created by @IROKILLER on GitHub (Mar 15, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/716

Originally assigned to: @maziggy on GitHub.

Bug Description

I used to be able to view the final photo after printing, but that's no longer possible. The 3D model is also no longer displayed.

I also reinstalled Bambudy, unfortunately without success.

Expected Behavior

Displaying the 3D model and the final photo

Steps to Reproduce

I clicked on Archives, but no 3D model appeared, and clicking on the blue camera icon didn't produce an image either.

The files are uploaded directly to the printer via BambuStudio, and the printer then creates a file in the archive, which has always worked before.

Printer Model

P2S

Bambuddy Version

v0.2.2b3

Printer Firmware Version

01.01.01.00

Installation Method

Docker

Operating System

Docker

Relevant Logs / Support Package

bambuddy-support-20260315-123236.zip

Screenshots

Image Image Image

Additional Context

No response

Checklist

  • I have searched existing issues to ensure this bug hasn't already been reported
  • I am using the latest version of Bambuddy
  • My printer is set to LAN Only mode
  • My printer has Developer Mode enabled
Originally created by @IROKILLER on GitHub (Mar 15, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/716 Originally assigned to: @maziggy on GitHub. ### Bug Description I used to be able to view the final photo after printing, but that's no longer possible. The 3D model is also no longer displayed. I also reinstalled Bambudy, unfortunately without success. ### Expected Behavior Displaying the 3D model and the final photo ### Steps to Reproduce I clicked on Archives, but no 3D model appeared, and clicking on the blue camera icon didn't produce an image either. The files are uploaded directly to the printer via BambuStudio, and the printer then creates a file in the archive, which has always worked before. ### Printer Model P2S ### Bambuddy Version v0.2.2b3 ### Printer Firmware Version 01.01.01.00 ### Installation Method Docker ### Operating System Docker ### Relevant Logs / Support Package [bambuddy-support-20260315-123236.zip](https://github.com/user-attachments/files/26004304/bambuddy-support-20260315-123236.zip) ### Screenshots <img width="786" height="702" alt="Image" src="https://github.com/user-attachments/assets/9eaada7a-4c9d-4364-9923-d5079a1826ce" /> <img width="911" height="1040" alt="Image" src="https://github.com/user-attachments/assets/87949d03-d9c8-459e-b446-d8f67bbfe3b0" /> <img width="3420" height="1248" alt="Image" src="https://github.com/user-attachments/assets/fa53f6a2-143b-4b3c-b31a-05d81db4b703" /> ### Additional Context _No response_ ### Checklist - [x] I have searched existing issues to ensure this bug hasn't already been reported - [x] I am using the latest version of Bambuddy - [x] My printer is set to LAN Only mode - [x] My printer has Developer Mode enabled
BreizhHardware 2026-05-07 00:10:38 +02:00
  • closed this issue
  • added the
    invalid
    label
Author
Owner

@maziggy commented on GitHub (Mar 15, 2026):

Bambuddy can connect via FTPS to your printer, but cannot find the print file.

2026-03-15 12:23:43,214 INFO [backend.app.services.bambu_ftp] FTP connected successfully to [IP] (model=P2S, prot_c=False) 2026-03-15 12:23:43,225 INFO [backend.app.services.bambu_ftp] FTP download failed for /Lichtkoffer_v2.gcode.3mf: 550 Failed to open file. 2026-03-15 12:23:43,242 INFO [backend.app.services.bambu_ftp] FTP download failed for /cache/Lichtkoffer_v2.gcode.3mf: 550 Failed to open file. 2026-03-15 12:23:43,251 INFO [backend.app.services.bambu_ftp] FTP download failed for /model/Lichtkoffer_v2.gcode.3mf: 550 Failed to open file. 2026-03-15 12:23:43,264 INFO [backend.app.services.bambu_ftp] FTP download failed for /data/Lichtkoffer_v2.gcode.3mf: 550 Failed to open file. 2026-03-15 12:23:43,275 INFO [backend.app.services.bambu_ftp] FTP download failed for /Lichtkoffer_v2.3mf: 550 Failed to open file. 2026-03-15 12:23:43,285 INFO [backend.app.services.bambu_ftp] FTP download failed for /cache/Lichtkoffer_v2.3mf: 550 Failed to open file. 2026-03-15 12:23:43,294 INFO [backend.app.services.bambu_ftp] FTP download failed for /model/Lichtkoffer_v2.3mf: 550 Failed to open file. 2026-03-15 12:23:43,309 INFO [backend.app.services.bambu_ftp] FTP download failed for /data/Lichtkoffer_v2.3mf: 550 Failed to open file.

  • SD card inserted and formatted?
  • "Store sent files on external storage" enabled in slicer?
<!-- gh-comment-id:4063142085 --> @maziggy commented on GitHub (Mar 15, 2026): Bambuddy can connect via FTPS to your printer, but cannot find the print file. ` 2026-03-15 12:23:43,214 INFO [backend.app.services.bambu_ftp] FTP connected successfully to [IP] (model=P2S, prot_c=False) 2026-03-15 12:23:43,225 INFO [backend.app.services.bambu_ftp] FTP download failed for /Lichtkoffer_v2.gcode.3mf: 550 Failed to open file. 2026-03-15 12:23:43,242 INFO [backend.app.services.bambu_ftp] FTP download failed for /cache/Lichtkoffer_v2.gcode.3mf: 550 Failed to open file. 2026-03-15 12:23:43,251 INFO [backend.app.services.bambu_ftp] FTP download failed for /model/Lichtkoffer_v2.gcode.3mf: 550 Failed to open file. 2026-03-15 12:23:43,264 INFO [backend.app.services.bambu_ftp] FTP download failed for /data/Lichtkoffer_v2.gcode.3mf: 550 Failed to open file. 2026-03-15 12:23:43,275 INFO [backend.app.services.bambu_ftp] FTP download failed for /Lichtkoffer_v2.3mf: 550 Failed to open file. 2026-03-15 12:23:43,285 INFO [backend.app.services.bambu_ftp] FTP download failed for /cache/Lichtkoffer_v2.3mf: 550 Failed to open file. 2026-03-15 12:23:43,294 INFO [backend.app.services.bambu_ftp] FTP download failed for /model/Lichtkoffer_v2.3mf: 550 Failed to open file. 2026-03-15 12:23:43,309 INFO [backend.app.services.bambu_ftp] FTP download failed for /data/Lichtkoffer_v2.3mf: 550 Failed to open file. ` - SD card inserted and formatted? - "Store sent files on external storage" enabled in slicer?
Author
Owner

@IROKILLER commented on GitHub (Mar 15, 2026):

The setting "Save sent files to external storage" was disabled.

<!-- gh-comment-id:4063166221 --> @IROKILLER commented on GitHub (Mar 15, 2026): The setting "Save sent files to external storage" was disabled.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#476
No description provided.