|
@@ -212,31 +212,31 @@
|
212
|
212
|
|
213
|
213
|
// LCD Menu Messages
|
214
|
214
|
|
215
|
|
- #define WELCOME_MSG "RepRap Ready."
|
216
|
|
- #define MSG_SD_INSERTED "Card Ready"
|
217
|
|
- #define MSG_SD_REMOVED "Card Initiate"
|
|
215
|
+ #define WELCOME_MSG "RepRap bereit"
|
|
216
|
+ #define MSG_SD_INSERTED "SDKarte bereit"
|
|
217
|
+ #define MSG_SD_REMOVED "SDKarte entfernt"
|
218
|
218
|
#define MSG_MAIN " Main \003"
|
219
|
219
|
#define MSG_AUTOSTART " Autostart"
|
220
|
|
- #define MSG_DISABLE_STEPPERS " Disable Steppers"
|
221
|
|
- #define MSG_AUTO_HOME " Auto Home"
|
222
|
|
- #define MSG_SET_ORIGIN " Set Origin"
|
223
|
|
- #define MSG_PREHEAT_PLA " Preheat PLA"
|
224
|
|
- #define MSG_PREHEAT_ABS " Preheat ABS"
|
225
|
|
- #define MSG_COOLDOWN " Cooldown"
|
226
|
|
- #define MSG_EXTRUDE " Extrude"
|
227
|
|
- #define MSG_MOVE_AXIS " Move Axis \x7E"
|
228
|
|
- #define MSG_SPEED " Speed:"
|
229
|
|
- #define MSG_NOZZLE " \002Nozzle:"
|
230
|
|
- #define MSG_BED " \002Bed:"
|
231
|
|
- #define MSG_FAN_SPEED " Fan speed:"
|
232
|
|
- #define MSG_FLOW " Flow:"
|
233
|
|
- #define MSG_CONTROL " Control \003"
|
|
220
|
+ #define MSG_DISABLE_STEPPERS " Stepper abschalten"
|
|
221
|
+ #define MSG_AUTO_HOME " Auto Heim"
|
|
222
|
+ #define MSG_SET_ORIGIN " Position setzen"
|
|
223
|
+ #define MSG_PREHEAT_PLA " Aufheizen PLA"
|
|
224
|
+ #define MSG_PREHEAT_ABS " Aufheizen ABS"
|
|
225
|
+ #define MSG_COOLDOWN " Abkuehlen"
|
|
226
|
+ #define MSG_EXTRUDE " Extrudiren"
|
|
227
|
+ #define MSG_MOVE_AXIS " Achsen verfahren \x7E"
|
|
228
|
+ #define MSG_SPEED " Geschw:"
|
|
229
|
+ #define MSG_NOZZLE " \002Duese:"
|
|
230
|
+ #define MSG_BED " \002Bett:"
|
|
231
|
+ #define MSG_FAN_SPEED " Luefter geschw.:"
|
|
232
|
+ #define MSG_FLOW " Fluss:"
|
|
233
|
+ #define MSG_CONTROL " Kontrolle \003"
|
234
|
234
|
#define MSG_MIN " \002 Min:"
|
235
|
235
|
#define MSG_MAX " \002 Max:"
|
236
|
|
- #define MSG_FACTOR " \002 Fact:"
|
237
|
|
- #define MSG_AUTOTEMP " Autotemp:"
|
238
|
|
- #define MSG_ON "On "
|
239
|
|
- #define MSG_OFF "Off"
|
|
236
|
+ #define MSG_FACTOR " \002 Faktor:"
|
|
237
|
+ #define MSG_AUTOTEMP " AutoTemp:"
|
|
238
|
+ #define MSG_ON "Ein "
|
|
239
|
+ #define MSG_OFF "Aus "
|
240
|
240
|
#define MSG_PID_P " PID-P: "
|
241
|
241
|
#define MSG_PID_I " PID-I: "
|
242
|
242
|
#define MSG_PID_D " PID-D: "
|
|
@@ -257,20 +257,20 @@
|
257
|
257
|
#define MSG_ZSTEPS " Zsteps/mm:"
|
258
|
258
|
#define MSG_ESTEPS " Esteps/mm:"
|
259
|
259
|
#define MSG_MAIN_WIDE " Main \003"
|
260
|
|
- #define MSG_TEMPERATURE_WIDE " Temperature \x7E"
|
|
260
|
+ #define MSG_TEMPERATURE_WIDE " Temperatur \x7E"
|
261
|
261
|
#define MSG_MOTION_WIDE " Motion \x7E"
|
262
|
|
- #define MSG_STORE_EPROM " Store EPROM"
|
263
|
|
- #define MSG_LOAD_EPROM " Load EPROM"
|
264
|
|
- #define MSG_RESTORE_FAILSAFE " Restore Failsafe"
|
|
262
|
+ #define MSG_STORE_EPROM " EPROM speichern"
|
|
263
|
+ #define MSG_LOAD_EPROM " EPROM laden"
|
|
264
|
+ #define MSG_RESTORE_FAILSAFE " Standard Konfig."
|
265
|
265
|
#define MSG_REFRESH "\004Refresh"
|
266
|
|
- #define MSG_WATCH " Watch \003"
|
|
266
|
+ #define MSG_WATCH " Beobachten \003"
|
267
|
267
|
#define MSG_PREPARE " Prepare \x7E"
|
268
|
|
- #define MSG_CONTROL_ARROW " Control \x7E"
|
|
268
|
+ #define MSG_CONTROL_ARROW " Kontrolle \x7E"
|
269
|
269
|
#define MSG_TUNE " Tune \x7E"
|
270
|
|
- #define MSG_STOP_PRINT " Stop Print \x7E"
|
271
|
|
- #define MSG_CARD_MENU " Card Menu \x7E"
|
272
|
|
- #define MSG_NO_CARD " No Card"
|
273
|
|
- #define MSG_SERIAL_ERROR_MENU_STRUCTURE "Something is wrong in the MenuStructure."
|
|
270
|
+ #define MSG_STOP_PRINT " Druck stoppen \x7E"
|
|
271
|
+ #define MSG_CARD_MENU " SDKarten Menue \x7E"
|
|
272
|
+ #define MSG_NO_CARD " Keine SDKarte"
|
|
273
|
+ #define MSG_SERIAL_ERROR_MENU_STRUCTURE "Fehler in der Menuestruktur."
|
274
|
274
|
|
275
|
275
|
#endif
|
276
|
276
|
|