mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #927] [Bug]: Synchronizing device information times out in Orca when using virtual printer #640
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#640
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 @EdwardChamberlain on GitHub (Apr 9, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/927
Originally assigned to: @maziggy on GitHub.
Bug Description
Synchronizing device information times out in Orca when using the virtual printer. It seems that bambuddy is not responding in the way that orca requires causing it to time out. This causes a delay in being able to send the job.
Expected Behavior
Device info synced.
Steps to Reproduce
1 - Slice model
2 - Click Send
3 - Screen hangs on "Synchronizing device information..." before moving to "Synchronizing device information timed out."
4 - Send job anyway
Printer Model
Not printer-related
Bambuddy Version
v0.2.3b2 & v.0.2.2
Printer Firmware Version
01.10.00.00
Installation Method
Docker
Operating System
Linux (Other)
Relevant Logs / Support Package
bambuddy-support-20260409-192648.zip
Screenshots
Additional Context
This also causes orca to crash (I think unrelated to bambuddy)
Checklist
@maziggy commented on GitHub (Apr 9, 2026):
Debug logging was started after connecting to the proxy. Please first enable debug logging, then connect your slicer to the proxy and send the file.
@EdwardChamberlain commented on GitHub (Apr 9, 2026):
bambuddy-support-20260409-200554.zip
Enable debug logging -> open orca slicer -> Slice -> Send job -> download support file
@maziggy commented on GitHub (Apr 10, 2026):
You don't have a target printer selected for your virtual printer.
"virtual_printers": [
{
"index": 1,
"enabled": true,
"mode": "print_queue",
"model": "C12",
"model_name": "P1S",
"has_target_printer": false,
"has_bind_ip": true,
"running": true,
"pending_files": 0
}
@EdwardChamberlain commented on GitHub (Apr 10, 2026):
I have added a target printer and repeated the steps but still get the same error:
bambuddy-support-20260410-090452.zip
@maziggy commented on GitHub (Apr 10, 2026):
Available/Fixed in branch dev and available with the next release or daily build. Please let me know if it works for you now.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@EdwardChamberlain commented on GitHub (Apr 10, 2026):
Im running in docker on :daily so will grab the next daily build when it is ready (looks like the last daily is currently 23 hours old so should see one soon)
@EdwardChamberlain commented on GitHub (Apr 10, 2026):
Now running latest daily (1 hour ago). Issue is still present
"ghcr.io/maziggy/bambuddy@sha256:3236a5d9052ea5fe7ce49d2bc7e0fcd0cbca980acd068a3985cfe15d3c9bbaba"
bambuddy-support-20260410-185855.zip
@maziggy commented on GitHub (Apr 11, 2026):
Just tested with all my printers and cannot reproduce the problem. There must be something wrong with your system.
Please show me a screenshot of your virtual printer settings.
@EdwardChamberlain commented on GitHub (Apr 13, 2026):
Settings as follows:
@maziggy commented on GitHub (Apr 13, 2026):
Hmmm....looks good. What happens if you try exactly the same with your other printer?
@EdwardChamberlain commented on GitHub (Apr 18, 2026):
Switching target printer to my other P1S causes the same issue. Same issue if I switch model to H2S and point it to my H2S - orca never syncs.
I can sync with the printer if I select the LAN printer via the orca window, it's only the virtual printer that shows this issue.
@maziggy commented on GitHub (Apr 19, 2026):
Available/Fixed in branch dev and available with the next release or daily build. Please let me know if to works for you now.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!