Clean up, move unused to the bottom, add headings
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
/**
|
||||
* Catalan
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* Please note these are limited to 17 characters!
|
||||
*
|
||||
*/
|
||||
#ifndef LANGUAGE_CA_H
|
||||
#define LANGUAGE_CA_H
|
||||
|
||||
// LCD Menu Messages
|
||||
// Please note these are limited to 17 characters!
|
||||
|
||||
#define WELCOME_MSG MACHINE_NAME " preparada."
|
||||
#define MSG_SD_INSERTED "SD detectada."
|
||||
#define MSG_SD_REMOVED "SD expulsada."
|
||||
@ -80,7 +84,6 @@
|
||||
#define MSG_YSTEPS "Ypassos/mm"
|
||||
#define MSG_ZSTEPS "Zpassos/mm"
|
||||
#define MSG_ESTEPS "Epassos/mm"
|
||||
#define MSG_RECTRACT "Retreure"
|
||||
#define MSG_TEMPERATURE "Temperatura"
|
||||
#define MSG_MOTION "Moviment"
|
||||
#define MSG_CONTRAST "Contrast de LCD"
|
||||
@ -122,4 +125,6 @@
|
||||
#define MSG_BABYSTEP_Z "Babystep Z"
|
||||
#define MSG_ENDSTOP_ABORT "Endstop abort"
|
||||
|
||||
#define MSG_RECTRACT "Retreure"
|
||||
|
||||
#endif // LANGUAGE_CA_H
|
||||
|
Reference in New Issue
Block a user