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

Make number keys select extruder when object treeview has focus #6216

Closed
tg73 opened this issue Mar 13, 2021 · 1 comment
Closed

Make number keys select extruder when object treeview has focus #6216

tg73 opened this issue Mar 13, 2021 · 1 comment

Comments

@tg73
Copy link
Contributor

tg73 commented Mar 13, 2021

Feature Request

When you have a lot of multi-material objects on a plate, it can be very time consuming and tedious to set up the right extruder for each object/part, requiring endless mouse clicks. I would like to suggest that when a row in the object treeview has focus, the number keys should be a keyboard shortcut for selecting the extruder for that object/part. I'd also suggest adding a shortcut for split to parts (maybe s or p). Together, this would make it much easier to work through a plate of parts. There may also be good scope for other keyboard shortcuts when the object treeview has focus, such as to toggle object printability (maybe 'v' or 'p'). These shortcuts should also work when multiple rows are selected, so long as the treeview still has focus.

YuSanka added a commit that referenced this issue Mar 25, 2021
…ct treeview has focus

+ deleted unused extruder_selection()
+ Fixed notification after splitting of the solid object
YuSanka added a commit that referenced this issue May 4, 2021
…ct treeview has focus

+ deleted unused extruder_selection()
+ Fixed notification after splitting of the solid object
YuSanka added a commit that referenced this issue May 11, 2021
* Implementation for #6216 - Make number keys select extruder when object treeview has focus
+ deleted unused extruder_selection()
+ Fixed notification after splitting of the solid object

* Follow up 85a1026 - OSX implementation
+ Added shortcuts description to the "Keyboard Shortcuts" dialog

* Workaround to use "+/-" and numbers shortcuts on Linux
+ Fixed build on Linux

* OSX specific: fixed a work of keyboard accelerators from numbers on NumPad keyboard

* KBShortcutsDialog: fixed shortcuts for "Preferences" and "Show/Hide 3Dconnexion devices settings dialog, if enabled" under osx
and "Set Printable/Unprintable" and "Set extruder" under Linux
 + OSX specific: Added minimize of the application on "Cmd+M"

* Hot-fix for 6efeb9d

* Removed Linux specific workaround
@bubnikv
Copy link
Collaborator

Added hot keys "1-9" for assigning an extruder number to an object or a volume with the keyboard focus at the object list, "0" assigns the "default" extruder. Similarly, a new hotkey "p" toggles the "printable" flag of the selected objects or volumes.

Will be in PrusaSlicer 2.4.0-alpha1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants