mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 22:08:59 +08:00
fix reprapfirmware
and a shortcut help text
This commit is contained in:
parent
f6fdc362db
commit
80805c5747
@ -193,7 +193,7 @@ template<> inline const t_config_enum_values& ConfigOptionEnum<WipeAlgo>::get_en
|
||||
|
||||
template<> inline const t_config_enum_values& ConfigOptionEnum<GCodeFlavor>::get_enum_values() {
|
||||
static t_config_enum_values keys_map = {
|
||||
{"reprap", gcfRepRap},
|
||||
{"reprapfirmware", gcfRepRap},
|
||||
{"repetier", gcfRepetier},
|
||||
{"teacup", gcfTeacup},
|
||||
{"makerware", gcfMakerWare},
|
||||
|
@ -109,7 +109,11 @@ void KBShortcutsDialog::fill_shortcuts()
|
||||
{ "0-6", L("Camera view") },
|
||||
{ "E", L("Show/Hide object/instance labels") },
|
||||
// Configuration
|
||||
#ifdef __APPLE__
|
||||
{ ctrl + ",", L("Preferences") },
|
||||
#else
|
||||
{ ctrl + "P", L("Preferences") },
|
||||
#endif
|
||||
// Help
|
||||
{ "?", L("Show keyboard shortcuts list") }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user