-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Compact Printer Selection UI #11196
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
base: main
Are you sure you want to change the base?
Compact Printer Selection UI #11196
Conversation
|
Excellent UI update! Thoughts:
|
|
definitely explanations can be shown on tooltips instead showing useless preview of build plate image i already have a PR for color blindly friends #8436 didnt saw an option for diamont or ruby on UI i can replace that color usage with text depends on feedback. there is enough room for it |
|
Love this! I hate the new printer UI. |
|
will think about it. i have only one machine preset that has 1 nozzle |
I was just thinking a wiki link in the tooltip. I agree we don't need wiki "buttons;" those would only add to the clutter.
Exactly, which is why it would be an even further enhancement. Nickle-plated isn't there either. We could add all those to the list, but it seems there are new types coming out every few months (Obxidian, various "coated" versions, various bi-metals, titanium, etc.), and the terminology for some isn't standardized (e.g. nickle-plated vs plated copper), so that's why I suggest maybe just making nozzle type a user-definition. I understand the idea behind historically just using a drop-down selection for this has been to have the nozzle's common HRC defined in the backend of the software to help prevent the user from using a soft nozzle with an abrasive filament, but I think it's worthwhile to make both type and HRC user-defined, and then just offer the common values in a tooltip. Or maybe only offer both of these options when in advanced/developer mode, and basic modes gets the basic drop-down?. Would definitely be an additional enhancement, so maybe a separate PR. |
|
Would be awesome for people like me which use only 1 nozzle and the nozzle profile is not even the right size, I have nozzle diameter defined as 0.5 but the profile I guess has 0.4 somewhere. |
|
Oh, and something else I just thought of: what about making the printer/bed selection area able to be vertically resized as well, with the same effect of hiding the cover/thumbnail images? |
|
@MxBrnr Tooltip feature has already exist for combobox items but somebody needs to fill it :) @celtare21 |
|
2 questions: thanks for taking into consideration moving the sync button to the menu from the other thread, my other thought was combine it with the printer section but this looks better |
|
1: <3 |
|
2- didnt understand why you wanted to do that. only printer arrow not in correct position (left side of box) |
|
arrow of combobox is not movable but i can hide it then add an another arrow. im planning to do it for printer section few notes on your images • Nice idea on wrapping text. we have enough space vertically. Will check wrapping is supported by combo box. already few people asked to see all preset name |
|
Yep, I had done the arrow movement prior and just copied it over with the wrap, sorry I didn't edit that out before posting TY for entertaining my thoughts |
|
@kisslorand aligned everything vertically @Hammerfest i have tried to wrap printer name. its not supported by combo box. its possible with replacing combo box with regular text and that will break some integrated features and will make it harder to maintain on future upgrades. better to skip that for now |






TODO
• Fix crash on slice
• Fix nozzle type badge
• Check scaling support
• Check AMS for single extruder BBL machines to show extended nozzle options
• Cleanup code changes
PREVIEW
CHANGES
• Moved BBL sync button and network button to titlebar


• Added new icons for BBL sync button
• Removed wiki button on bed plate selection combo box
• Hides edit icon instead replacing with blank icon to increase text area
• Fixed background and border color on focus. now it covers all frame
FEATURES
• much more compact compared to bbl solution. before-after

• Unified nozzle diameter selection. bottom section is showing nozzle type like brass etc.

• New build plate thumbnails. added icons and colorized them to make them easier to discern

• Auto hides printer cover if there is not enough space

• Auto hides bed plate selection combo box if multiple plates not supported by printer

KNOWN ISSUES
• background of child elements not painting while focusing combobox
QUESTIONABLE - FEEDBACK
• Hide nozzle section if there is only one nozzle option exist
• Wrapping support not exist on combo box. so not wrapping possible on printer combo box on this stage