1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[GH-ISSUE #659] [Bug]: H2D AMS Showing on Wrong Nozzle #431

Closed
opened 2026-05-07 00:10:00 +02:00 by BreizhHardware · 10 comments

Originally created by @dsmitty166 on GitHub (Mar 9, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/659

Originally assigned to: @maziggy on GitHub.

Bug Description

On my H2D, I have an AMS-HT and an AMS2 Pro. They are both showing on the Left nozzle in bambuddy. The HT is on the left, but the AMS2 is on the Right. They show properly in studio.

Expected Behavior

AMS-HT shows on left nozzle
AMS2-Pro Shows on right nozzle

Steps to Reproduce

  1. Select printer
  2. Re-read spool
  3. Spool is on right

Printer Model

H2D

Bambuddy Version

v0.2.2b2

Printer Firmware Version

01.03.00.00

Installation Method

Docker

Operating System

Linux (Ubuntu/Debian)

Relevant Logs / Support Package

[bambuddy-support-20260309-112422.zip](https://github.com/user-attachments/files/25847968/bambuddy-support-20260309-112422.zip)

Screenshots

bambuddy-support-20260309-112422.zip

Image Image

Additional Context

No response

Checklist

  • I have searched existing issues to ensure this bug hasn't already been reported
  • I am using the latest version of Bambuddy
  • My printer is set to LAN Only mode
  • My printer has Developer Mode enabled
Originally created by @dsmitty166 on GitHub (Mar 9, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/659 Originally assigned to: @maziggy on GitHub. ### Bug Description On my H2D, I have an AMS-HT and an AMS2 Pro. They are both showing on the Left nozzle in bambuddy. The HT is on the left, but the AMS2 is on the Right. They show properly in studio. ### Expected Behavior AMS-HT shows on left nozzle AMS2-Pro Shows on right nozzle ### Steps to Reproduce 1. Select printer 2. Re-read spool 3. Spool is on right ### Printer Model H2D ### Bambuddy Version v0.2.2b2 ### Printer Firmware Version 01.03.00.00 ### Installation Method Docker ### Operating System Linux (Ubuntu/Debian) ### Relevant Logs / Support Package ```shell [bambuddy-support-20260309-112422.zip](https://github.com/user-attachments/files/25847968/bambuddy-support-20260309-112422.zip) ``` ### Screenshots [bambuddy-support-20260309-112422.zip](https://github.com/user-attachments/files/25847968/bambuddy-support-20260309-112422.zip) <img width="429" height="753" alt="Image" src="https://github.com/user-attachments/assets/9525aff7-a87f-4f6d-8a67-9cfef2a2c03a" /> <img width="424" height="564" alt="Image" src="https://github.com/user-attachments/assets/c0e978fc-6039-4be0-8154-595a3cd77b67" /> ### Additional Context _No response_ ### Checklist - [x] I have searched existing issues to ensure this bug hasn't already been reported - [x] I am using the latest version of Bambuddy - [x] My printer is set to LAN Only mode - [x] My printer has Developer Mode enabled
BreizhHardware 2026-05-07 00:10:00 +02:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@andrewgribben commented on GitHub (Mar 9, 2026):

First time using the app today, running v0.2.2b2 via docker and I'm also having this issue with my H2D when the AMS 2 Pro is on the right nozzle and using an external spool on the left.

<!-- gh-comment-id:4025939518 --> @andrewgribben commented on GitHub (Mar 9, 2026): First time using the app today, running v0.2.2b2 via docker and I'm also having this issue with my H2D when the AMS 2 Pro is on the right nozzle and using an external spool on the left.
Author
Owner

@maziggy commented on GitHub (Mar 10, 2026):

Should be fixed in branch 0.2.2b3. Please let me know if it works for you now.

<!-- gh-comment-id:4029237553 --> @maziggy commented on GitHub (Mar 10, 2026): Should be fixed in branch 0.2.2b3. Please let me know if it works for you now.
Author
Owner

@andrewgribben commented on GitHub (Mar 10, 2026):

@maziggy I tried with that branch but the issue is still occurring, I know it's a dupe but I sent a bug report from the app so you could see the logs https://github.com/maziggy/bambuddy/issues/664

<!-- gh-comment-id:4031445942 --> @andrewgribben commented on GitHub (Mar 10, 2026): @maziggy I tried with that branch but the issue is still occurring, I know it's a dupe but I sent a bug report from the app so you could see the logs https://github.com/maziggy/bambuddy/issues/664
Author
Owner

@dsmitty166 commented on GitHub (Mar 10, 2026):

Should be fixed in branch 0.2.2b3. Please let me know if it works for you now.

They still both show up on the L extruder for me. What logs can I get you?

<!-- gh-comment-id:4032939062 --> @dsmitty166 commented on GitHub (Mar 10, 2026): > Should be fixed in branch 0.2.2b3. Please let me know if it works for you now. They still both show up on the L extruder for me. What logs can I get you?
Author
Owner

@dsmitty166 commented on GitHub (Mar 10, 2026):

I did completely remove and re-add the printer, but it still shows the same - both AMS and HT on L extruder

<!-- gh-comment-id:4033928991 --> @dsmitty166 commented on GitHub (Mar 10, 2026): I did completely remove and re-add the printer, but it still shows the same - both AMS and HT on L extruder
Author
Owner

@maziggy commented on GitHub (Mar 11, 2026):

Internal AMS ID's have changed in new firmware version 01.03.00.00. I'm still running 01.02.00.00 and have no issues.

Anyway, i fixed this already yesterday and it looks like you are not using the latest version of branch 0.2.2b3.

Please pull branch and rebuild your docker image.

git checkout 0.2.2b3 && git pull && docker compose down && docker compose up --build -d

Then try again and let me know.

<!-- gh-comment-id:4037345395 --> @maziggy commented on GitHub (Mar 11, 2026): Internal AMS ID's have changed in new firmware version 01.03.00.00. I'm still running 01.02.00.00 and have no issues. Anyway, i fixed this already yesterday and it looks like you are not using the latest version of branch 0.2.2b3. Please pull branch and rebuild your docker image. git checkout 0.2.2b3 && git pull && docker compose down && docker compose up --build -d Then try again and let me know.
Author
Owner

@dsmitty166 commented on GitHub (Mar 11, 2026):

I’m on v0.2.3.b1, is it not fixed there?

Image
<!-- gh-comment-id:4038682095 --> @dsmitty166 commented on GitHub (Mar 11, 2026): I’m on v0.2.3.b1, is it not fixed there? <img width="1320" height="2703" alt="Image" src="https://github.com/user-attachments/assets/a7960429-cd28-4f35-adf8-82bf80b1a8f2" />
Author
Owner

@maziggy commented on GitHub (Mar 11, 2026):

Nope, wrong branch.

<!-- gh-comment-id:4038750219 --> @maziggy commented on GitHub (Mar 11, 2026): Nope, wrong branch.
Author
Owner

@dsmitty166 commented on GitHub (Mar 11, 2026):

Nope, wrong branch.

I apologize, it does look like it's fixed on this branch. I assumed (wrongly) that 0.2.3b1 was the most up to date with everything.

<!-- gh-comment-id:4039070244 --> @dsmitty166 commented on GitHub (Mar 11, 2026): > Nope, wrong branch. I apologize, it does look like it's fixed on this branch. I assumed (wrongly) that 0.2.3b1 was the most up to date with everything.
Author
Owner

@maziggy commented on GitHub (Mar 11, 2026):


If you find Bambuddy useful, please consider giving it a on GitHub — it helps others discover the project!

<!-- gh-comment-id:4039351025 --> @maziggy commented on GitHub (Mar 11, 2026): ----- If you find Bambuddy useful, please consider giving it a ⭐ on [GitHub](https://github.com/bambuman/bambuddy) — it helps others discover the project!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#431
No description provided.