Skip to content

General Discussion

45 Topics 175 Posts

A place to talk about whatever you want

This category can be followed from the open social web via the handle general-discussion@forum.bambuddy.cool

Subcategories


  • 31 129
    31 Topics
    129 Posts
    D
    Thank you. Works perfectly just wasn't obvious to me.
  • 4 15
    4 Topics
    15 Posts
    MartinNYHCM
    Mhhh...I see multiple projects which are actively maintained. Anyway....of course it's your choice
  • 1 Posts
    5 Views
    Vilda007V
    If you run BamBuddy in a container on the same machine as Home Assistant add-on and the Mosquitto broker add-on on the same HAOS box, and Bambu Studio can't connect to your Virtual Printer (connection error, TLS handshake fails) while the BamBuddy log shows MQTT port 8883 is already in use — this is a port collision on the host, not a BamBuddy bug. Why Bambu Studio hardcodes MQTT/TLS on port 8883 for LAN printers, so BamBuddy's Virtual Printer MQTT server needs host port 8883 (and the HA add-on runs with network_mode: host). The Mosquitto add-on also maps host 8883→8883 by default (its TLS listener). Mosquitto wins the bind, so Bambu Studio connects to Mosquitto's cert instead of the Virtual Printer CA cert → TLS verification fails. Fix (HA UI only — the SSH add-on's SUPERVISOR_TOKEN is read-only on the supervisor API, so this can't be scripted) Settings → Add-ons → Mosquitto → Network. Remap the TLS listener host port 8883 → 8885 (leave 1883/1884/8884 as-is). Restart the Mosquitto add-on, then the BamBuddy add-on. Verify BamBuddy log: Simple MQTT server listening on port 8883. openssl s_client -connect <HA-IP>:8883 returns a cert with CN=<your-VP-serial> issued by Virtual Printer CA, Verify return code: 0 (ok). Gotcha a Mosquitto add-on update can reset its network config to defaults and reclaim 8883, breaking the Virtual Printer again. If it recurs, just re-apply the 8883→8885 remap.
  • PWA on iPhone - Camera View

    Help
    3
    3 Posts
    6 Views
    D
    Thank you. Works perfectly just wasn't obvious to me.
  • Archives not showing sample Pic of Job

    4
    1
    4 Posts
    18 Views
    MartinNYHCM
    Please open an issue.
  • Admin Panel : refused to connect

    Help
    12
    12 Posts
    59 Views
    R
    OK, so that's not an open-source option. Proprietary interface only available through purchase of the the Official Bambuddy Appliance. Disappointingly expected. Thanks
  • 5 Posts
    236 Views
    M
    I am also having some issues with the virtual printer on a Windows install. I keep getting 508 errors in my terminal. I plan to uninstall Bambu Studio (beta) and reinstall it to see if that helps. Edit: I am able to print in lan mode and see the printer in lan mode through bambuddy.
  • Able to make more than one Virtual Printer using Tailscale?

    Help
    4
    4 Posts
    81 Views
    K
    Ok, I think this was a firmware issue, my A1 mini was freaking out until I updated it to the most recent version. I had things set up properly in Bambuddy, but adding the A1 mini's virtual printer to Bambu Studio or OrcaSlicer resulted in an 'Incorrect Password' error. After updating the firmware and refreshing the access code everything is working correctly!
  • Printer Status and Card Size

    Help
    5
    5 Posts
    104 Views
    MartinNYHCM
    I think i need to look into it more detailed. Please open an issue for it.
  • How do you stop syncing all Bambu Studio Presets?

    Help
    4
    4 Posts
    209 Views
    MartinNYHCM
    Ahh, you are not talking about custom but standard profiles. They cannot be deleted, this is a BL cloud limitation.
  • Ignore and Continue

    Help
    3
    3 Posts
    154 Views
    MartinNYHCM
    This is available in the next daily image.
  • Windows native install problems

    Help
    15
    15 Posts
    748 Views
    MartinNYHCM
    https://github.com/maziggy/bambuddy/issues New issue
  • Restore from github backup

    Help
    3
    3 Posts
    191 Views
    I
    I only need to restore my print and usage history
  • Bambuddy will not list archives

    Help
    6
    6 Posts
    314 Views
    MartinNYHCM
    All issue related details must go to the issue and not here in the forum!
  • Absurd printing times on some prints

    Help
    2
    2
    2 Posts
    202 Views
    MartinNYHCM
    Need more infos. Looks like a problem with your installation. Please open an issue for it. Thanks.
  • Slicing for H2C

    Help
    4
    4 Posts
    298 Views
    MartinNYHCM
    Please open an issue on Github. Need to look into it more detailed.
  • Plans to support non-bambu printers?

    5
    5 Posts
    326 Views
    S
    My only thought on the non-bambu would be to support octoprint - that way it would support that whole stack, but thats probably because i have octoprint on my other printer.
  • PermissionError: [Errno 13] Permission denied: '/app/data/archive'

    Help
    5
    5 Posts
    495 Views
    P
    Assuming your user info is good, check your permissions on the bambuddy folder in file station. I grappled with this for a bit before checking permissions and it fixed it for me.
  • Forgot Admin Username

    Help
    6
    6 Posts
    411 Views
    d3nn3s08D
    @teknoziz What kind of NAS do you have? Maybe I can help—I'm running it on a NAS as well.
  • Bambu Studio Import Error (Cloudflare)

    Help
    2
    2 Posts
    1k Views
    MartinNYHCM
    That doesn't work. Use the integrated tailscale.
  • Home Assistant add-on for BamBuddy

    Ideas
    4
    1
    4 Posts
    394 Views
    MartinNYHCM
    Mhhh...I see multiple projects which are actively maintained. Anyway....of course it's your choice
  • Both lan version and Bambuddy printer displayed in slicer

    Help
    4
    1
    4 Posts
    251 Views
    MartinNYHCM
    If your slicer can reach your physical printer directly, VP mode proxy is not the right one for you. You either need to use one of the other VP modes or make sure that the slicer cannot reach the physical printer directly.