From 2be10569e20ba440bf9c2d9c8f830843e9e93565 Mon Sep 17 00:00:00 2001 From: Lukas Matena Date: Thu, 12 Aug 2021 13:38:14 +0200 Subject: [PATCH] Add painting gizmos shortcuts into keyboard shortcuts dialog --- src/slic3r/GUI/KBShortcutsDialog.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/slic3r/GUI/KBShortcutsDialog.cpp b/src/slic3r/GUI/KBShortcutsDialog.cpp index 77ce3d83e..0bed7eb74 100644 --- a/src/slic3r/GUI/KBShortcutsDialog.cpp +++ b/src/slic3r/GUI/KBShortcutsDialog.cpp @@ -151,6 +151,9 @@ void KBShortcutsDialog::fill_shortcuts() { "F", L("Gizmo Place face on bed") }, { "H", L("Gizmo SLA hollow") }, { "L", L("Gizmo SLA support points") }, + { "L", L("Gizmo FDM paint-on supports") }, + { "P", L("Gizmo FDM paint-on seam") }, + { "N", L("Gizmo Multi Material painting") }, { "Esc", L("Unselect gizmo or clear selection") }, { "K", L("Change camera type (perspective, orthographic)") }, { "B", L("Zoom to Bed") },