Show filament name and left/right nozzle in filament selectors#11221
Open
tompollok wants to merge 1 commit into
Open
Show filament name and left/right nozzle in filament selectors#11221tompollok wants to merge 1 commit into
tompollok wants to merge 1 commit into
Conversation
Make the filament selection UIs show the filament display name and, on dual-nozzle printers (e.g. H2D/H2C), a right-aligned (L)/(R) nozzle side: - Object list "Fila." column and its dropdown editor. - "Change Filament" / "Change filament" context menus. - Support/raft base and Support/raft interface selectors. To make the nozzle side correct, write the real per-filament nozzle into filament_map during AMS sync (both overwrite and merge paths), derived from each AMS's bound extruder / current filament-switcher position the same way the Left/Right Nozzle view does. Empty external-spool slots are skipped so they no longer add phantom filaments. Also: - Add an opt-in right-aligned text column to the DropDown widget so the (L)/(R) labels line up vertically. - Object-tree filament cell tooltip shows the readable color name and the AMS location (e.g. "Black - AMS HT-B"). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jun 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses #10354 (Material info not displayed at Material selection on objects view).
What
Across the filament-selection UIs, show the filament display name and, on dual-nozzle printers (H2D/H2C), a right-aligned (L)/(R) indicating which nozzle the filament is loaded on:
Why
On dual-nozzle machines it isn't obvious from these menus which nozzle a filament is on, and the object-view material selection showed little material info. This surfaces the filament name and nozzle side consistently, matching the sidebar Left/Right Nozzle view.
How
filament_map(both the overwrite and merge paths) instead of defaulting everything to the left nozzle. The nozzle is derived from each AMS's bound extruder / current filament-switcher position, the same way the Left/Right Nozzle view computes it.build_filament_ams_listso they no longer add phantom filaments (which previously shifted the assignment).DropDownwidget so the (L)/(R) labels line up vertically; other dropdowns are unaffected.Notes
🤖 Generated with Claude Code