mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #831] [Bug]: Can't upload 3mf file through FTP (starting with v0.2.2.1) #559
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#559
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 @igox on GitHub (Mar 27, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/831
Originally assigned to: @maziggy on GitHub.
Bug Description
Bambuddy version impacted: v0.2.2.1
Deployment mode: docker compose
compose file:
Way to reproduce:
"Send"buttonCurrent behavior:
After slicing an object in Bambu Studio and clicking
Sendbutton, the file seems to be sent via FTP...But:
Expected Behavior
Sliced file sent to the printer and print starts.
Steps to Reproduce
"Send"buttonPrinter Model
P1S
Bambuddy Version
0.2.2.1
Printer Firmware Version
01.09.01.00
Installation Method
Docker
Operating System
Linux (Debian Trixie)
Relevant Logs / Support Package
Support Package:
bambuddy-support-20260327-094030.zip
Screenshots
Additional Context
No response
Checklist
@maziggy commented on GitHub (Mar 27, 2026):
Did you follow instructions from release notes?
@igox commented on GitHub (Mar 27, 2026):
I followed this guide line:
Docker (Host Network)
Thus, on docker host I executed:
Seems I didn't have any iptables rules to be deleted (but I confess my total lack of linux network knowledge here... )
Did I miss something/do something wrong?
For the record: host system is Debian Trixie.
@igox commented on GitHub (Mar 27, 2026):
Just upgrade Bambuddy to v0.2.2.2.
Black magic happened 😏 and problem fixed (a.k.a can print again). 😄 🎉
PS: what a timely release it was for me 😅
@maziggy commented on GitHub (Mar 27, 2026):
Your porblem was, that your docker-compose.yml was not correct. I guess you used an old one which for example was missing
`
Proxy mode: allow binding to privileged ports (322, 990) as non-root user.
`
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@igox commented on GitHub (Mar 27, 2026):
Then, I will update my docker-compose file to avoid any issue in the future.
But what's strange now, is that I just updated to v0.2.2.2 (few minutes ago) using my "old/inaccurate" docker-compose file (missing the
capp_addproperty), and I worked like a charm...Just out of curiosity: any idea why it went wrong with v0.2.2.1 but is now OK with v0.2.2.2?
@maziggy commented on GitHub (Mar 27, 2026):
Not sure, would have to dig into the latest code changes.
@maziggy commented on GitHub (Mar 27, 2026):
You shuld always use the docker-compose.yml from the current release. Things might change!