mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #988] [Bug Report] Cant seem to find camera? I think because im using an X2D and support hasnt been #689
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#689
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 15, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/988
Originally assigned to: @maziggy on GitHub.
Cant seem to find camera? I think because im using an X2D and support hasnt been added yet? I cant view the camera at all.
Screenshot
Reporter Contact
Email: chris@krautech.com.au
System Information
Logs (sanitized): bambuddy.log
Submitted via BamBuddy Bug Report
@krautech commented on GitHub (Apr 15, 2026):
screenshot seems to have bugged out upon uploading. But hopefully the bug report helps
@krautech commented on GitHub (Apr 15, 2026):
@maziggy commented on GitHub (Apr 15, 2026):
Hah, the first X2D. That was quick! :)
Are you willing to help getting the X2D to work with Bambuddy?
Simply enable debug logging -> https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging
and restart Bambuddy. After that you could play a little bit with it (opening cam stream, browsing files on printer, etc.). After that upload the generated support-package and I should have all I need to get it working.
That would be lovely 💯
@krautech commented on GitHub (Apr 15, 2026):
happy to help just let me know what more you need! and yes.. the x2d is better than i thought it would be!
bambuddy-support-20260416-013002.zip
@maziggy commented on GitHub (Apr 15, 2026):
Will look into it tomorrow morning. Thanks!
@krautech commented on GitHub (Apr 15, 2026):
No rush, I can deal without a camera for a little. Unsure why it wouldn't
work but who knows what bambu has changed honestly 😂
Thanks!
On Thu, 16 Apr 2026, 1:37 am MartinNYHC, @.***> wrote:
@maziggy commented on GitHub (Apr 16, 2026):
Thanks for the report and the support bundle — and thanks @legend813 for the PR. Before we can ship proper X2D support we need a bit more data, because the attached log was captured only ~30 seconds after debug logging was enabled (debug_logging_enabled_at: 2026-04-15 15:28 UTC, bundle captured 2026-04-16 01:30 local). The bulk of the log
is at INFO level, which doesn't include the dual-nozzle / AMS / extruder detail we need to wire X2D up correctly.
Could you grab a fresh support bundle after running the printer in debug mode for a bit? Here is what would help most:
Enable debug logging (Settings → Advanced → Debug logging) and then leave it on for at least 10-15 minutes of normal activity with the X2D connected.
During that window please:
Then capture a new support bundle and attach it here.
Separately, three quick details we need that aren't in the bundle:
a) The first 4 characters of the X2D serial (serial prefix only — please don't post the full serial). Internally we use the serial prefix to detect dual-nozzle printers for K-profile operations, and the H2D prefix "094" isn't going to match on X2D. We need to know what yours starts with.
b) Does the X2D use carbon rods (like the X1C) or linear rails (like the H2D) on the X/Y axis?
c) Which AMS unit is attached? The bundle shows 1 unit with 1 slot, which looks like AMS HT — can you confirm, and note whether an AMS 2 Pro or regular AMS is also connected.
Note to reviewers: I'm going to close the current PR #989 for now. It does the right thing for model registration but misses the dual-nozzle code paths (the is_h2d check in bambu_mqtt.py, the K-profile serial-prefix check, several frontend whitelists, and the printer image/maintenance wiki mappings). Once we have the data above we can put together a proper PR that covers everything in one pass.
@krautech commented on GitHub (Apr 16, 2026):
Yeah I can grab those for you, I'll fire it all up shortly.
A. 20P9
B. X2D uses stainless rods same as P2S unfortunately
C. AMS2 Pro attached to left nozzle, External spool on the right nozzle
I'll be back with the support bundle for you!
@krautech commented on GitHub (Apr 16, 2026):
bambuddy-support-20260416-165215.zip
@maziggy no matter what i try, camera fails to connect. But ive done the rest as you asked and included doing a small print for you. Let me know if this works or if youd need anything else, longer etc. I think it ran for about 20 minutes.
I am setting up another X2D now so will check if its just this printer with camera issues, or both.
@maziggy commented on GitHub (Apr 16, 2026):
I don't fixed anything yet ;)
@maziggy commented on GitHub (Apr 16, 2026):
Available/Fixed in branch dev and available with the next release or daily build.
Please let me know if you're running into any issues.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@krautech commented on GitHub (Apr 16, 2026):
bambuddy-support-20260417-001816.zip
@maziggy commented on GitHub (Apr 16, 2026):
Damn....now I know what I've missed. Sorry for that. Will fix it tomorrow morning first.
@krautech commented on GitHub (Apr 17, 2026):
Awesome thank you
@maziggy commented on GitHub (Apr 17, 2026):
Available/Fixed in branch dev and available with the next release or daily build.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@maziggy commented on GitHub (Apr 18, 2026):
Does it work?
@krautech commented on GitHub (Apr 18, 2026):
Yes can confirm this is now fixed :)
On Sat, 18 Apr 2026, 9:15 pm MartinNYHC, @.***> wrote: