|
@@ -373,96 +373,91 @@
|
373
|
373
|
|
374
|
374
|
#if LANGUAGE_CHOICE == 3
|
375
|
375
|
|
376
|
|
- #define WELCOME_MSG MACHINE_NAME " Pret."
|
|
376
|
+ #define WELCOME_MSG MACHINE_NAME " prete."
|
377
|
377
|
#define MSG_SD_INSERTED "Carte inseree"
|
378
|
378
|
#define MSG_SD_REMOVED "Carte retiree"
|
379
|
|
- #define MSG_MAIN " Principal \003"
|
380
|
|
- #define MSG_AUTOSTART " Demarrage auto."
|
381
|
|
- #define MSG_DISABLE_STEPPERS " Desactiver moteurs"
|
382
|
|
- #define MSG_AUTO_HOME " Home auto."
|
383
|
|
- #define MSG_SET_ORIGIN " Regler origine"
|
|
379
|
+ #define MSG_MAIN "Menu principal"
|
|
380
|
+ #define MSG_AUTOSTART "Demarrage auto"
|
|
381
|
+ #define MSG_DISABLE_STEPPERS "Arreter moteurs"
|
|
382
|
+ #define MSG_AUTO_HOME "Home auto."
|
|
383
|
+ #define MSG_SET_ORIGIN "Regler origine"
|
384
|
384
|
#define MSG_PREHEAT_PLA " Prechauffage PLA"
|
385
|
385
|
#define MSG_PREHEAT_PLA_SETTINGS " Regl. prechauffe PLA"
|
386
|
|
- #define MSG_PREHEAT_ABS " Prechauffage ABS"
|
387
|
|
- #define MSG_PREHEAT_ABS_SETTINGS " Regl. prechauffe ABS"
|
388
|
|
- #define MSG_COOLDOWN " Refroidissement"
|
389
|
|
- #define MSG_SWITCH_PS_ON "Allumer alimentation"
|
390
|
|
- #define MSG_SWITCH_PS_OFF "Eteindre alimentation"
|
391
|
|
- #define MSG_EXTRUDE " Extrusion"
|
392
|
|
- #define MSG_RETRACT " Retractation"
|
393
|
|
- #define MSG_PREHEAT_PLA " Prechauffage PLA"
|
394
|
|
- #define MSG_PREHEAT_ABS " Prechauffage ABS"
|
395
|
|
- #define MSG_MOVE_AXIS " Deplacer axe \x7E"
|
396
|
|
- #define MSG_SPEED " Vitesse:"
|
397
|
|
- #define MSG_NOZZLE " \002Buse:"
|
398
|
|
- #define MSG_NOZZLE1 " \002Buse2:"
|
399
|
|
- #define MSG_NOZZLE2 " \002Buse3:"
|
400
|
|
- #define MSG_BED " \002Lit:"
|
401
|
|
- #define MSG_FAN_SPEED " Vitesse ventilateur:"
|
402
|
|
- #define MSG_FLOW " Flux:"
|
403
|
|
- #define MSG_CONTROL " Controle \003"
|
404
|
|
- #define MSG_MIN " \002 Min:"
|
405
|
|
- #define MSG_MAX " \002 Max:"
|
406
|
|
- #define MSG_FACTOR " \002 Facteur:"
|
407
|
|
- #define MSG_AUTOTEMP " Temp. Auto.:"
|
|
386
|
+ #define MSG_PREHEAT_ABS "Prechauffage ABS"
|
|
387
|
+ #define MSG_PREHEAT_ABS_SETTINGS "Regl. prechauffe ABS"
|
|
388
|
+ #define MSG_COOLDOWN "Refroidir"
|
|
389
|
+ #define MSG_SWITCH_PS_ON "Allumer alim."
|
|
390
|
+ #define MSG_SWITCH_PS_OFF "Eteindre alim."
|
|
391
|
+ #define MSG_EXTRUDE "Extrusion"
|
|
392
|
+ #define MSG_RETRACT "Retraction"
|
|
393
|
+ #define MSG_PREHEAT_PLA "Prechauffage PLA"
|
|
394
|
+ #define MSG_PREHEAT_ABS "Prechauffage ABS"
|
|
395
|
+ #define MSG_MOVE_AXIS "Deplacer un axe"
|
|
396
|
+ #define MSG_SPEED " Vitesse"
|
|
397
|
+ #define MSG_NOZZLE "Buse"
|
|
398
|
+ #define MSG_NOZZLE1 "Buse2"
|
|
399
|
+ #define MSG_NOZZLE2 "Buse3"
|
|
400
|
+ #define MSG_BED "Plateau"
|
|
401
|
+ #define MSG_FAN_SPEED "Vitesse ventilateur"
|
|
402
|
+ #define MSG_FLOW "Flux"
|
|
403
|
+ #define MSG_CONTROL "Controler"
|
|
404
|
+ #define MSG_MIN " \002 Min"
|
|
405
|
+ #define MSG_MAX " \002 Max"
|
|
406
|
+ #define MSG_FACTOR " \002 Facteur"
|
|
407
|
+ #define MSG_AUTOTEMP "Temp. Auto."
|
408
|
408
|
#define MSG_ON "Marche "
|
409
|
409
|
#define MSG_OFF "Arret"
|
410
|
|
- #define MSG_PID_P " PID-P: "
|
411
|
|
- #define MSG_PID_I " PID-I: "
|
412
|
|
- #define MSG_PID_D " PID-D: "
|
413
|
|
- #define MSG_PID_C " PID-C: "
|
414
|
|
- #define MSG_ACC " Acc:"
|
|
410
|
+ #define MSG_PID_P "PID-P"
|
|
411
|
+ #define MSG_PID_I "PID-I"
|
|
412
|
+ #define MSG_PID_D "PID-D"
|
|
413
|
+ #define MSG_PID_C "PID-C"
|
|
414
|
+ #define MSG_ACC "Accel"
|
415
|
415
|
#define MSG_VXY_JERK "Vxy-jerk"
|
416
|
416
|
#define MSG_VZ_JERK "Vz-jerk"
|
417
|
417
|
#define MSG_VE_JERK "Ve-jerk"
|
418
|
|
- #define MSG_VMAX " Vmax "
|
419
|
|
- #define MSG_X "x:"
|
420
|
|
- #define MSG_Y "y:"
|
421
|
|
- #define MSG_Z "z:"
|
422
|
|
- #define MSG_E "e:"
|
423
|
|
- #define MSG_VMIN " Vmin:"
|
424
|
|
- #define MSG_VTRAV_MIN " Vdepl min:"
|
425
|
|
- #define MSG_AMAX " Amax "
|
426
|
|
- #define MSG_A_RETRACT " A-retract:"
|
427
|
|
- #define MSG_XSTEPS " Xpas/mm:"
|
428
|
|
- #define MSG_YSTEPS " Ypas/mm:"
|
429
|
|
- #define MSG_ZSTEPS " Zpas/mm:"
|
430
|
|
- #define MSG_ESTEPS " Epas/mm:"
|
431
|
|
- #define MSG_MAIN_WIDE " Principal \003"
|
432
|
|
- #define MSG_RECTRACT "Rectracter"
|
|
418
|
+ #define MSG_VMAX "Vmax"
|
|
419
|
+ #define MSG_X "x"
|
|
420
|
+ #define MSG_Y "y"
|
|
421
|
+ #define MSG_Z "z"
|
|
422
|
+ #define MSG_E "e"
|
|
423
|
+ #define MSG_VMIN "Vmin"
|
|
424
|
+ #define MSG_VTRAV_MIN "Vdepl min"
|
|
425
|
+ #define MSG_AMAX "Amax "
|
|
426
|
+ #define MSG_A_RETRACT "A-retract"
|
|
427
|
+ #define MSG_XSTEPS "Xpas/mm"
|
|
428
|
+ #define MSG_YSTEPS "Ypas/mm"
|
|
429
|
+ #define MSG_ZSTEPS "Zpas/mm"
|
|
430
|
+ #define MSG_ESTEPS "Epas/mm"
|
433
|
431
|
#define MSG_TEMPERATURE "Temperature"
|
434
|
432
|
#define MSG_MOTION "Mouvement"
|
435
|
|
- #define MSG_CONTRAST "LCD contrast"
|
436
|
|
- #define MSG_STORE_EPROM " Sauvegarder memoire"
|
437
|
|
- #define MSG_LOAD_EPROM " Lire memoire"
|
438
|
|
- #define MSG_RESTORE_FAILSAFE " Restaurer memoire"
|
439
|
|
- #define MSG_REFRESH "\004Actualiser"
|
440
|
|
- #define MSG_WATCH " Surveiller \003"
|
441
|
|
- #define MSG_PREPARE " Preparer \x7E"
|
442
|
|
- #define MSG_PREPARE_ALT " Prepare \003"
|
443
|
|
- #define MSG_CONTROL_ARROW " Controle \x7E"
|
444
|
|
- #define MSG_RETRACT_ARROW " Retracter \x7E"
|
445
|
|
- #define MSG_TUNE " Regler \x7E"
|
446
|
|
- #define MSG_PAUSE_PRINT " Pause impression \x7E"
|
447
|
|
- #define MSG_RESUME_PRINT " Reprendre impression \x7E"
|
448
|
|
- #define MSG_STOP_PRINT " Arreter impression \x7E"
|
449
|
|
- #define MSG_CARD_MENU " Menu carte \x7E"
|
450
|
|
- #define MSG_NO_CARD " Pas de carte"
|
|
433
|
+ #define MSG_CONTRAST "Contraste LCD"
|
|
434
|
+ #define MSG_STORE_EPROM "Sauver config"
|
|
435
|
+ #define MSG_LOAD_EPROM "Lire config"
|
|
436
|
+ #define MSG_RESTORE_FAILSAFE "Restaurer defauts"
|
|
437
|
+ #define MSG_REFRESH "Actualiser"
|
|
438
|
+ #define MSG_WATCH "Surveiller"
|
|
439
|
+ #define MSG_PREPARE "Preparer"
|
|
440
|
+ #define MSG_TUNE "Regler"
|
|
441
|
+ #define MSG_PAUSE_PRINT "Interrompre impr."
|
|
442
|
+ #define MSG_RESUME_PRINT "Reprendre impr."
|
|
443
|
+ #define MSG_STOP_PRINT "Arreter impr."
|
|
444
|
+ #define MSG_CARD_MENU "Impr. depuis SD"
|
|
445
|
+ #define MSG_NO_CARD "Pas de carte"
|
451
|
446
|
#define MSG_DWELL "Repos..."
|
452
|
447
|
#define MSG_USERWAIT "Attente de l'utilisateur..."
|
453
|
448
|
#define MSG_RESUMING "Reprise de l'impression"
|
454
|
449
|
#define MSG_NO_MOVE "Aucun mouvement."
|
455
|
450
|
#define MSG_PART_RELEASE "Relache partielle"
|
456
|
|
- #define MSG_KILLED "TUE."
|
|
451
|
+ #define MSG_KILLED "MORT."
|
457
|
452
|
#define MSG_STOPPED "STOPPE."
|
458
|
453
|
#define MSG_STEPPER_RELEASED "RELACHE."
|
459
|
|
- #define MSG_CONTROL_RETRACT " Retractation mm:"
|
460
|
|
- #define MSG_CONTROL_RETRACTF " Retractation F:"
|
461
|
|
- #define MSG_CONTROL_RETRACT_ZLIFT " Hop mm:"
|
462
|
|
- #define MSG_CONTROL_RETRACT_RECOVER " UnRet +mm:"
|
463
|
|
- #define MSG_CONTROL_RETRACT_RECOVERF " UnRet F:"
|
464
|
|
- #define MSG_AUTORETRACT " Retract. Auto.:"
|
465
|
|
- #define MSG_FILAMENTCHANGE "Change filament"
|
|
454
|
+ #define MSG_CONTROL_RETRACT "Retraction mm"
|
|
455
|
+ #define MSG_CONTROL_RETRACTF "Retraction F"
|
|
456
|
+ #define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
|
|
457
|
+ #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
|
|
458
|
+ #define MSG_CONTROL_RETRACT_RECOVERF "UnRet F"
|
|
459
|
+ #define MSG_AUTORETRACT "Retract. Auto."
|
|
460
|
+ #define MSG_FILAMENTCHANGE "Changer filament"
|
466
|
461
|
#define MSG_INIT_SDCARD "Init. la carte SD"
|
467
|
462
|
#define MSG_CNG_SDCARD "Changer de carte SD"
|
468
|
463
|
|