Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenricoturri1966 <enricoturri@seznam.cz>2020-07-08 14:33:50 +0300
committerenricoturri1966 <enricoturri@seznam.cz>2020-07-08 14:33:50 +0300
commit73b885fc3711e82ae4c2fabf2464a06714dda435 (patch)
treea847b3762297c9897a5a865cf747cae9048e457e /src/slic3r/GUI/KBShortcutsDialog.cpp
parent2a78799f7e0dbdd2d381dbb4482b318264d7f81b (diff)
GCodeViewer -> Added imgui dialog for estimated printing times
Diffstat (limited to 'src/slic3r/GUI/KBShortcutsDialog.cpp')
-rw-r--r--src/slic3r/GUI/KBShortcutsDialog.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/slic3r/GUI/KBShortcutsDialog.cpp b/src/slic3r/GUI/KBShortcutsDialog.cpp
index 51ba06ba4..66e5ac487 100644
--- a/src/slic3r/GUI/KBShortcutsDialog.cpp
+++ b/src/slic3r/GUI/KBShortcutsDialog.cpp
@@ -183,7 +183,7 @@ void KBShortcutsDialog::fill_shortcuts()
#endif // __linux__
#if ENABLE_RENDER_PICKING_PASS
// Don't localize debugging texts.
- { "T", "Toggle picking pass texture rendering on/off" },
+ { "P", "Toggle picking pass texture rendering on/off" },
#endif // ENABLE_RENDER_PICKING_PASS
};
@@ -203,7 +203,8 @@ void KBShortcutsDialog::fill_shortcuts()
{ L("Arrow Down"), L("Lower Layer") },
{ "U", L("Upper Layer") },
{ "D", L("Lower Layer") },
- { "L", L("Show/Hide Legend") }
+ { "L", L("Show/Hide Legend") },
+ { "T", L("Show/Hide Estimated printing time") }
};
m_full_shortcuts.push_back(std::make_pair(_L("Preview"), preview_shortcuts));