GCodeViewer -> Estimated printing times shown in the legend

This commit is contained in:
enricoturri1966 2020-08-06 10:15:34 +02:00
parent 8fc5be7e4f
commit 2aa1c2776c
5 changed files with 320 additions and 10 deletions

View file

@ -203,7 +203,11 @@ void KBShortcutsDialog::fill_shortcuts()
{ L("Arrow Down"), L("Lower Layer") },
{ "U", L("Upper Layer") },
{ "D", L("Lower Layer") },
#if GCODE_VIEWER_TIME_ESTIMATE == TIME_ESTIMATE_LEGEND
{ "L", L("Show/Hide Legend/Estimated printing time") },
#else
{ "L", L("Show/Hide Legend") },
#endif // GCODE_VIEWER_TIME_ESTIMATE
#if GCODE_VIEWER_TIME_ESTIMATE == TIME_ESTIMATE_DEFAULT
{ "T", L("Show/Hide Estimated printing time") }
#elif GCODE_VIEWER_TIME_ESTIMATE == TIME_ESTIMATE_MODAL