Clean up, move unused to the bottom, add headings

This commit is contained in:
Scott Lahteine
2014-12-18 10:33:00 -08:00
parent 0c06e97e98
commit e970461adb
14 changed files with 438 additions and 381 deletions

View File

@ -1,8 +1,12 @@
#ifndef LANGUAGE_CA_H
#define LANGUAGE_CA_H
// LCD Menu Messages
// Please note these are limited to 17 characters!
/**
* English
*
* LCD Menu Messages
* Please note these are limited to 17 characters!
*
*/
#ifndef LANGUAGE_EN_H
#define LANGUAGE_EN_H
#define WELCOME_MSG MACHINE_NAME " ready."
#define MSG_SD_INSERTED "Card inserted"
@ -80,7 +84,6 @@
#define MSG_YSTEPS "Ysteps/mm"
#define MSG_ZSTEPS "Zsteps/mm"
#define MSG_ESTEPS "Esteps/mm"
#define MSG_RECTRACT "Rectract"
#define MSG_TEMPERATURE "Temperature"
#define MSG_MOTION "Motion"
#define MSG_CONTRAST "LCD contrast"
@ -122,4 +125,6 @@
#define MSG_BABYSTEP_Z "Babystep Z"
#define MSG_ENDSTOP_ABORT "Endstop abort"
#endif // LANGUAGE_CA_H
#define MSG_RECTRACT "Rectract"
#endif // LANGUAGE_EN_H