Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Printer name and print bed type are missing in Lan Mode #893

Open
AdrianGarside opened this issue Feb 3, 2025 · 2 comments
Open
Labels
bug Something isn't working

Comments

@AdrianGarside
Copy link
Collaborator

AdrianGarside commented Feb 3, 2025

Home Assistant Version

Bambu Lab Integration Version

Describe the bug

Not sure they can be added (printer name probably not) but logging a bug to track the difference and see what's possible.

To Reproduce

.

Expected Behaviour

.

What device are you using?

A1

Diagnostic Output

,

Log Extracts

Other Information

No response

@AdrianGarside AdrianGarside added the bug Something isn't working label Feb 3, 2025
@steveneaston
Copy link
Contributor

steveneaston commented Feb 3, 2025

@AdrianGarside I'm not sure if it's present in any of the MQTT payloads, but we can get it as part of the FTP 3mf fetch. It's in Metadata/plate_{n}.json, e.g.

{
    "bbox_all": [
        // ...
    ],
    "bbox_objects": [
        {
            //...
        }
    ],
    "bed_type": "textured_plate",
    "filament_colors": [],
    "filament_ids": [],
    "first_extruder": 0,
    "is_seq_print": false,
    "nozzle_diameter": 0.4000000059604645,
    "version": 2
}

@AdrianGarside
Copy link
Collaborator Author

Thanks. I expected the bed_type would be in the 3mf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants