M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) (#13022)

This commit is contained in:
Scott Lahteine
2019-02-10 04:54:23 -06:00
committed by GitHub
parent 7ee35c2611
commit 6de3d34378
114 changed files with 9901 additions and 61 deletions

View File

@ -1205,6 +1205,61 @@
#define MSG_MMU2_EJECT_RECOVER _UxGT("Remove, click")
#endif
#ifndef MSG_MIX
#define MSG_MIX _UxGT("Mix")
#endif
#ifndef MSG_MIX_COMPONENT
#define MSG_MIX_COMPONENT _UxGT("Component")
#endif
#ifndef MSG_MIXER
#define MSG_MIXER _UxGT("Mixer")
#endif
#ifndef MSG_GRADIENT
#define MSG_GRADIENT _UxGT("Gradient")
#endif
#ifndef MSG_FULL_GRADIENT
#define MSG_FULL_GRADIENT _UxGT("Full gradient")
#endif
#ifndef MSG_TOGGLE_MIX
#define MSG_TOGGLE_MIX _UxGT("Toggle mix")
#endif
#ifndef MSG_CYCLE_MIX
#define MSG_CYCLE_MIX _UxGT("Cycle mix")
#endif
#ifndef MSG_GRADIENT_MIX
#define MSG_GRADIENT_MIX _UxGT("Gradient mix")
#endif
#ifndef MSG_REVERSE_GRADIENT
#define MSG_REVERSE_GRADIENT _UxGT("Reverse Gradient")
#endif
#ifndef MSG_ACTIVE_VTOOL
#define MSG_ACTIVE_VTOOL _UxGT("Active V-tool")
#endif
#ifndef MSG_START_VTOOL
#define MSG_START_VTOOL _UxGT("Start V-tool")
#endif
#ifndef MSG_END_VTOOL
#define MSG_END_VTOOL _UxGT(" End V-tool")
#endif
#ifndef MSG_GRADIENT_ALIAS
#define MSG_GRADIENT_ALIAS _UxGT("Alias V-tool")
#endif
#ifndef MSG_RESET_VTOOLS
#define MSG_RESET_VTOOLS _UxGT("Reset V-tools")
#endif
#ifndef MSG_COMMIT_VTOOL
#define MSG_COMMIT_VTOOL _UxGT("Commit V-tool Mix")
#endif
#ifndef MSG_VTOOLS_RESET
#define MSG_VTOOLS_RESET _UxGT("V-tools were reset")
#endif
#ifndef MSG_START_Z
#define MSG_START_Z _UxGT("Start Z")
#endif
#ifndef MSG_END_Z
#define MSG_END_Z _UxGT(" End Z")
#endif
//
// Filament Change screens show up to 3 lines on a 4-line display
// ...or up to 2 lines on a 3-line display