mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 20:45:56 +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() {
|
template<> inline const t_config_enum_values& ConfigOptionEnum<GCodeFlavor>::get_enum_values() {
|
||||||
static t_config_enum_values keys_map = {
|
static t_config_enum_values keys_map = {
|
||||||
{"reprap", gcfRepRap},
|
{"reprapfirmware", gcfRepRap},
|
||||||
{"repetier", gcfRepetier},
|
{"repetier", gcfRepetier},
|
||||||
{"teacup", gcfTeacup},
|
{"teacup", gcfTeacup},
|
||||||
{"makerware", gcfMakerWare},
|
{"makerware", gcfMakerWare},
|
||||||
|
@ -109,7 +109,11 @@ void KBShortcutsDialog::fill_shortcuts()
|
|||||||
{ "0-6", L("Camera view") },
|
{ "0-6", L("Camera view") },
|
||||||
{ "E", L("Show/Hide object/instance labels") },
|
{ "E", L("Show/Hide object/instance labels") },
|
||||||
// Configuration
|
// Configuration
|
||||||
|
#ifdef __APPLE__
|
||||||
|
{ ctrl + ",", L("Preferences") },
|
||||||
|
#else
|
||||||
{ ctrl + "P", L("Preferences") },
|
{ ctrl + "P", L("Preferences") },
|
||||||
|
#endif
|
||||||
// Help
|
// Help
|
||||||
{ "?", L("Show keyboard shortcuts list") }
|
{ "?", L("Show keyboard shortcuts list") }
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user