mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #936] [Bug Report] I cannot start prints from Bambuddy. I have tried the troubleshooting tips from #646
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
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-maziggy-1#646
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 @maziggy on GitHub (Apr 10, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/936
Originally assigned to: @maziggy on GitHub.
I cannot start prints from Bambuddy. I have tried the troubleshooting tips from the wiki, but it does not help
Reporter Contact
Email: davidfoght@gmail.com
System Information
Logs (sanitized): bambuddy.log
Submitted via BamBuddy Bug Report
@ViridityCorn commented on GitHub (Apr 10, 2026):
This is my bug report. I also tried adding a print to the queue for ASAP printing, but it never got past "Pending". I removed it from the queue and restarted the printer (as the log attached in the bugreport mentioned it), and when it turned on again, it suddenly began printing. I am going to experiment a bit more with starting prints through Bambuddy to find out if the problem is now fixed, or if it stops working again.
@maziggy commented on GitHub (Apr 10, 2026):
Did you pay attention to https://wiki.bambuddy.cool/features/printer-control/?h=clear#clear-plate ?
@maziggy commented on GitHub (Apr 10, 2026):
No, you didn't. If you don't want it, disable it in settings.
2026-04-10 13:44:48,534 INFO [backend.app.services.print_scheduler] Queue: printer 1 not available — connected=True, state=FINISH, **plate_cleared=False**@ViridityCorn commented on GitHub (Apr 11, 2026):
Thank you for your response.
You are correct, I missed the "clear-plate" control, which I mistakenly left on.
However, even after turning it off, I am experiencing the same problems. When starting a print from Bambuddy, nothing happens until I restart my printer. Then it suddenly starts printing.
@maziggy commented on GitHub (Apr 12, 2026):
Please upload a support package -> https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging
@ViridityCorn commented on GitHub (Apr 13, 2026):
Yes, of course. Thank you.
bambuddy-support-20260413-195511.zip
Edit: Even more interestingly, it didn't even start the right print after restarting the printer. It started a previous print, I had cancelled.
@maziggy commented on GitHub (Apr 14, 2026):
Available/Fixed in branch dev and available with the next release or daily build. Please let mme know if ti works for you now.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@ViridityCorn commented on GitHub (Apr 15, 2026):
Hello. Thank you for the response.
I updated my instance, and for a single print, it seemed to be working (I could start it from Bambuddy).
However, currently, I am still unable to reprints elements from the archive. Bambuddy opens the modal, and uploads the file to the printer (I can see it on the printer), but it never starts.
I have attached a new support package. The print in question is "Clip_Mate_Filament_Clip".
I looked at the logs, and there also seems to be some problems with SD card cleanup, and there is also an explicit error regarding the printer's camera (Errno 104).
bambuddy-support-20260415-140912.zip
@maziggy commented on GitHub (Apr 15, 2026):
Thanks for the new bundle. I can see the reprint flow clearly now:
The MQTT payload we send is byte-identical to the one that successfully reprinted archive 11 earlier the same day, so Bambuddy is doing its part correctly. The A1 Mini is accepting the upload but silently ignoring the start command, and it's holding onto stale state across reboots.
Strong suggestion: your A1 Mini is on firmware 01.07.02.00, which has known issues with SD card reads that line up exactly with the symptom here — the file uploads fine, but the printer can't read it back to actually start the job. Bambu just released 01.08.00.00 (2026-04-14). Please update the printer firmware and retry the reprint — I expect that to resolve it.
If the problem still reproduces on 01.08.00.00, a couple of follow-ups would help narrow it down further:
The 550 SD-cleanup errors and the camera Errno 104 in the log are unrelated — cosmetic FTP quirks on the A1 Mini and a normal chamber-image reconnect.
@ViridityCorn commented on GitHub (Apr 15, 2026):
bambuddy-support-20260415-171638.zip
Thank you for the response.
Currently, I cannot update to version 01.08.00.00, as the update itself has not yet been released (I can't find it at least). Only the changelog.
I should have specified that your previous update has solved the problem of the print lingering and starting after restarting the printer. That does not happen any more. However, now the print just never starts.
To answer your three questions:
I have attached a new support bundle.
I first tried to start the print from Bambuddy with no luck. I then started the print from Bambu Studio which worked perfectly.
@ViridityCorn commented on GitHub (Apr 17, 2026):
@maziggy Also, can we reopen the issue? :)
@maziggy commented on GitHub (Apr 17, 2026):
After analyzing the latest logs, everything points to firmware 01.07.02.00 on your A1 Mini being the root cause. The logs show a cascade of printer-side failures:
the printer finally responded — after a 55-second delay
Bambu Studio works because it establishes a completely fresh MQTT session for each action, while Bambuddy maintains a persistent connection that the printer's buggy
firmware degrades over time.
In the meantime we know that firmware version 01.07.02.00 had multiple issues. Please update to version 01.08.00.00.
@ViridityCorn commented on GitHub (Apr 20, 2026):
I have done some testing, and after updating to 01.08.00.00, I am now able to print directly from Bambuddy.
Thank you so much for the help. I appreciate it a lot