mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 04:29:03 +08:00
Updated shortcut dialog with new scale to fit print volume command
This commit is contained in:
parent
bf9740188a
commit
61730aee27
@ -144,6 +144,7 @@ void KBShortcutsDialog::fill_shortcuts()
|
|||||||
plater_shortcuts.push_back(Shortcut("F", L("Gizmo Place face on bed")));
|
plater_shortcuts.push_back(Shortcut("F", L("Gizmo Place face on bed")));
|
||||||
plater_shortcuts.push_back(Shortcut("L", L("Gizmo SLA support points")));
|
plater_shortcuts.push_back(Shortcut("L", L("Gizmo SLA support points")));
|
||||||
plater_shortcuts.push_back(Shortcut("Shift+", L("Press to activate selection rectangle\nor to snap by 5% in Gizmo scale\nor to snap by 1mm in Gizmo move")));
|
plater_shortcuts.push_back(Shortcut("Shift+", L("Press to activate selection rectangle\nor to snap by 5% in Gizmo scale\nor to snap by 1mm in Gizmo move")));
|
||||||
|
plater_shortcuts.push_back(Shortcut("F", L("Press to scale selection to fit print volume\nin Gizmo scale")));
|
||||||
plater_shortcuts.push_back(Shortcut(alt, L("Press to activate deselection rectangle\nor to scale or rotate selected objects\naround their own center")));
|
plater_shortcuts.push_back(Shortcut(alt, L("Press to activate deselection rectangle\nor to scale or rotate selected objects\naround their own center")));
|
||||||
plater_shortcuts.push_back(Shortcut(ctrl, L("Press to activate one direction scaling in Gizmo scale")));
|
plater_shortcuts.push_back(Shortcut(ctrl, L("Press to activate one direction scaling in Gizmo scale")));
|
||||||
plater_shortcuts.push_back(Shortcut("B", L("Zoom to Bed")));
|
plater_shortcuts.push_back(Shortcut("B", L("Zoom to Bed")));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user