|
@@ -82,9 +82,9 @@
|
82
|
82
|
#define MSG_PID_D "PID-D"
|
83
|
83
|
#define MSG_PID_C "PID-C"
|
84
|
84
|
#define MSG_ACC "Accel"
|
85
|
|
- #define MSG_VXY_JERK "Vxy-jerk"
|
86
|
|
- #define MSG_VZ_JERK "Vz-jerk"
|
87
|
|
- #define MSG_VE_JERK "Ve-jerk"
|
|
85
|
+ #define MSG_VXY_JERK "Vxy-jerk"
|
|
86
|
+ #define MSG_VZ_JERK "Vz-jerk"
|
|
87
|
+ #define MSG_VE_JERK "Ve-jerk"
|
88
|
88
|
#define MSG_VMAX "Vmax "
|
89
|
89
|
#define MSG_X "x"
|
90
|
90
|
#define MSG_Y "y"
|
|
@@ -242,8 +242,8 @@
|
242
|
242
|
#define MSG_PID_C "PID-C"
|
243
|
243
|
#define MSG_ACC "Acc"
|
244
|
244
|
#define MSG_VXY_JERK "Zryw Vxy"
|
245
|
|
- #define MSG_VZ_JERK "Zryw Vz"
|
246
|
|
- #define MSG_VE_JERK "Zryw Ve"
|
|
245
|
+ #define MSG_VZ_JERK "Zryw Vz"
|
|
246
|
+ #define MSG_VE_JERK "Zryw Ve"
|
247
|
247
|
#define MSG_VMAX "Vmax"
|
248
|
248
|
#define MSG_X "x"
|
249
|
249
|
#define MSG_Y "y"
|
|
@@ -403,8 +403,8 @@
|
403
|
403
|
#define MSG_PID_C " PID-C: "
|
404
|
404
|
#define MSG_ACC " Acc:"
|
405
|
405
|
#define MSG_VXY_JERK "Vxy-jerk"
|
406
|
|
-#define MSG_VZ_JERK "Vz-jerk"
|
407
|
|
-#define MSG_VE_JERK "Ve-jerk"
|
|
406
|
+#define MSG_VZ_JERK "Vz-jerk"
|
|
407
|
+#define MSG_VE_JERK "Ve-jerk"
|
408
|
408
|
#define MSG_VMAX " Vmax "
|
409
|
409
|
#define MSG_X "x:"
|
410
|
410
|
#define MSG_Y "y:"
|
|
@@ -568,8 +568,8 @@
|
568
|
568
|
#define MSG_PID_C "PID-C"
|
569
|
569
|
#define MSG_ACC "Acc"
|
570
|
570
|
#define MSG_VXY_JERK "Vxy-jerk"
|
571
|
|
- #define MSG_VZ_JERK "Vz-jerk"
|
572
|
|
- #define MSG_VE_JERK "Ve-jerk"
|
|
571
|
+ #define MSG_VZ_JERK "Vz-jerk"
|
|
572
|
+ #define MSG_VE_JERK "Ve-jerk"
|
573
|
573
|
#define MSG_VMAX "Vmax "
|
574
|
574
|
#define MSG_X "x"
|
575
|
575
|
#define MSG_Y "y"
|
|
@@ -692,91 +692,98 @@
|
692
|
692
|
#if LANGUAGE_CHOICE == 5
|
693
|
693
|
|
694
|
694
|
// LCD Menu Messages
|
695
|
|
-#define WELCOME_MSG MACHINE_NAME " Lista."
|
|
695
|
+#define WELCOME_MSG MACHINE_NAME "Lista."
|
696
|
696
|
#define MSG_SD_INSERTED "Tarjeta SD Colocada"
|
697
|
697
|
#define MSG_SD_REMOVED "Tarjeta SD Retirada"
|
698
|
|
-#define MSG_MAIN " Menu Principal \003"
|
|
698
|
+#define MSG_MAIN "Menu Principal"
|
699
|
699
|
#define MSG_AUTOSTART " Autostart"
|
700
|
|
-#define MSG_DISABLE_STEPPERS " Apagar Motores"
|
701
|
|
-#define MSG_AUTO_HOME " Llevar Ejes al Cero"
|
702
|
|
-#define MSG_SET_ORIGIN " Establecer Cero"
|
703
|
|
-#define MSG_COOLDOWN " Enfriar"
|
704
|
|
-#define MSG_EXTRUDE " Extruir"
|
705
|
|
-#define MSG_RETRACT " Retraer"
|
706
|
|
-#define MSG_PREHEAT_PLA " Precalentar PLA"
|
707
|
|
-#define MSG_PREHEAT_PLA_SETTINGS " Ajustar temp. PLA"
|
708
|
|
-#define MSG_PREHEAT_ABS " Precalentar ABS"
|
709
|
|
-#define MSG_PREHEAT_ABS_SETTINGS " Ajustar temp. ABS"
|
710
|
|
-#define MSG_MOVE_AXIS " Mover Ejes \x7E"
|
711
|
|
-#define MSG_SPEED " Velocidad:"
|
712
|
|
-#define MSG_NOZZLE " \002Fusor:"
|
713
|
|
-#define MSG_NOZZLE1 " \002Fusor2:"
|
714
|
|
-#define MSG_NOZZLE2 " \002Fusor3:"
|
715
|
|
-#define MSG_BED " \002Base:"
|
716
|
|
-#define MSG_FAN_SPEED " Ventilador:"
|
717
|
|
-#define MSG_FLOW " Flujo:"
|
718
|
|
-#define MSG_CONTROL " Control \003"
|
719
|
|
-#define MSG_MIN " \002 Min:"
|
720
|
|
-#define MSG_MAX " \002 Max:"
|
721
|
|
-#define MSG_FACTOR " \002 Fact:"
|
722
|
|
-#define MSG_AUTOTEMP " Autotemp:"
|
723
|
|
-#define MSG_ON "On "
|
|
700
|
+#define MSG_DISABLE_STEPPERS "Apagar Motores"
|
|
701
|
+#define MSG_AUTO_HOME "Llevar al Origen" // "Llevar Ejes al Cero"
|
|
702
|
+#define MSG_SET_ORIGIN "Establecer Cero"
|
|
703
|
+#define MSG_PREHEAT_PLA "Precalentar PLA"
|
|
704
|
+#define MSG_PREHEAT_PLA_SETTINGS "Ajustar temp. PLA"
|
|
705
|
+#define MSG_PREHEAT_ABS "Precalentar ABS"
|
|
706
|
+#define MSG_PREHEAT_ABS_SETTINGS "Ajustar temp. ABS"
|
|
707
|
+#define MSG_COOLDOWN "Enfriar"
|
|
708
|
+#define MSG_EXTRUDE "Extruir"
|
|
709
|
+#define MSG_RETRACT "Retraer"
|
|
710
|
+#define MSG_MOVE_AXIS "Mover Ejes"
|
|
711
|
+#define MSG_SPEED "Velocidad"
|
|
712
|
+#define MSG_NOZZLE "Nozzle"
|
|
713
|
+#define MSG_NOZZLE1 "Nozzle2"
|
|
714
|
+#define MSG_NOZZLE2 "Nozzle3"
|
|
715
|
+#define MSG_BED "Base"
|
|
716
|
+#define MSG_FAN_SPEED "Ventilador"
|
|
717
|
+#define MSG_FLOW "Flujo"
|
|
718
|
+#define MSG_CONTROL "Control"
|
|
719
|
+#define MSG_MIN "\002 Min"
|
|
720
|
+#define MSG_MAX "\002 Max"
|
|
721
|
+#define MSG_FACTOR "\002 Fact"
|
|
722
|
+#define MSG_AUTOTEMP "Autotemp"
|
|
723
|
+#define MSG_ON "On"
|
724
|
724
|
#define MSG_OFF "Off"
|
725
|
|
-#define MSG_PID_P " PID-P: "
|
726
|
|
-#define MSG_PID_I " PID-I: "
|
727
|
|
-#define MSG_PID_D " PID-D: "
|
728
|
|
-#define MSG_PID_C " PID-C: "
|
729
|
|
-#define MSG_ACC " Acc:"
|
730
|
|
-#define MSG_VXY_JERK " Vxy-agit: "
|
731
|
|
-#define MSG_VZ_JERK "Vz-agit"
|
732
|
|
-#define MSG_VE_JERK "Ve-agit"
|
733
|
|
-#define MSG_VMAX " Vmax "
|
734
|
|
-#define MSG_X "x:"
|
735
|
|
-#define MSG_Y "y:"
|
736
|
|
-#define MSG_Z "z:"
|
737
|
|
-#define MSG_E "e:"
|
738
|
|
-#define MSG_VMIN " Vmin:"
|
739
|
|
-#define MSG_VTRAV_MIN " VTrav min:"
|
740
|
|
-#define MSG_AMAX " Amax "
|
741
|
|
-#define MSG_A_RETRACT " A-retrac.:"
|
742
|
|
-#define MSG_XSTEPS " Xpasos/mm:"
|
743
|
|
-#define MSG_YSTEPS " Ypasos/mm:"
|
744
|
|
-#define MSG_ZSTEPS " Zpasos/mm:"
|
745
|
|
-#define MSG_ESTEPS " Epasos/mm:"
|
746
|
|
-#define MSG_MAIN_WIDE " Menu Principal \003"
|
747
|
|
-#define MSG_RECTRACT_WIDE " Retraer \x7E"
|
748
|
|
-#define MSG_TEMPERATURE_WIDE " Temperatura \x7E"
|
749
|
|
-#define MSG_TEMPERATURE_RTN " Temperatura \003"
|
750
|
|
-#define MSG_MOTION_WIDE " Movimiento \x7E"
|
751
|
|
-#define MSG_STORE_EPROM " Guardar Memoria"
|
752
|
|
-#define MSG_LOAD_EPROM " Cargar Memoria"
|
753
|
|
-#define MSG_RESTORE_FAILSAFE " Rest. de emergencia"
|
754
|
|
-#define MSG_REFRESH "\004Volver a cargar"
|
755
|
|
-#define MSG_WATCH " Monitorizar \003"
|
756
|
|
-#define MSG_PREPARE " Preparar \x7E"
|
757
|
|
-#define MSG_PREPARE_ALT " Preparar \003"
|
758
|
|
-#define MSG_CONTROL_ARROW " Control \x7E"
|
759
|
|
-#define MSG_RETRACT_ARROW " Retraer \x7E"
|
760
|
|
-#define MSG_TUNE " Ajustar \x7E"
|
761
|
|
-#define MSG_PAUSE_PRINT " Pausar Impresion \x7E"
|
762
|
|
-#define MSG_RESUME_PRINT " Reanudar Impresion \x7E"
|
763
|
|
-#define MSG_STOP_PRINT " Detener Impresion \x7E"
|
764
|
|
-#define MSG_CARD_MENU " Menu de SD \x7E"
|
765
|
|
-#define MSG_NO_CARD " No hay Tarjeta SD"
|
|
725
|
+#define MSG_PID_P "PID-P"
|
|
726
|
+#define MSG_PID_I "PID-I"
|
|
727
|
+#define MSG_PID_D "PID-D"
|
|
728
|
+#define MSG_PID_C "PID-C"
|
|
729
|
+#define MSG_ACC "Acel"
|
|
730
|
+#define MSG_VXY_JERK "Vxy-jerk"
|
|
731
|
+#define MSG_VZ_JERK "Vz-jerk"
|
|
732
|
+#define MSG_VE_JERK "Ve-jerk"
|
|
733
|
+#define MSG_VMAX "Vmax"
|
|
734
|
+#define MSG_X "x"
|
|
735
|
+#define MSG_Y "y"
|
|
736
|
+#define MSG_Z "z"
|
|
737
|
+#define MSG_E "e"
|
|
738
|
+#define MSG_VMIN "Vmin"
|
|
739
|
+#define MSG_VTRAV_MIN "VTrav min"
|
|
740
|
+#define MSG_AMAX "Amax"
|
|
741
|
+#define MSG_A_RETRACT "A-retrac."
|
|
742
|
+#define MSG_XSTEPS "X pasos/mm"
|
|
743
|
+#define MSG_YSTEPS "Y pasos/mm"
|
|
744
|
+#define MSG_ZSTEPS "Z pasos/mm"
|
|
745
|
+#define MSG_ESTEPS "E pasos/mm"
|
|
746
|
+#define MSG_RECTRACT "Retraer"
|
|
747
|
+#define MSG_TEMPERATURE "Temperatura"
|
|
748
|
+#define MSG_MOTION "Movimiento"
|
|
749
|
+#define MSG_STORE_EPROM "Guardar Memoria"
|
|
750
|
+#define MSG_LOAD_EPROM "Cargar Memoria"
|
|
751
|
+#define MSG_RESTORE_FAILSAFE "Rest. de emergencia"
|
|
752
|
+#define MSG_REFRESH "Volver a cargar"
|
|
753
|
+#define MSG_WATCH "Monitorizar"
|
|
754
|
+#define MSG_PREPARE "Preparar"
|
|
755
|
+#define MSG_TUNE "Ajustar"
|
|
756
|
+#define MSG_PAUSE_PRINT "Pausar Impresion"
|
|
757
|
+#define MSG_RESUME_PRINT "Reanudar Impresion"
|
|
758
|
+#define MSG_STOP_PRINT "Detener Impresion"
|
|
759
|
+#define MSG_CARD_MENU "Menu de SD"
|
|
760
|
+#define MSG_NO_CARD "No hay Tarjeta SD"
|
766
|
761
|
#define MSG_DWELL "Reposo..."
|
767
|
762
|
#define MSG_USERWAIT "Esperando Ordenes..."
|
|
763
|
+#define MSG_RESUMING "Resumiendo Impresion"
|
768
|
764
|
#define MSG_NO_MOVE "Sin movimiento"
|
769
|
|
-#define MSG_PART_RELEASE "Desacople Parcial"
|
770
|
765
|
#define MSG_KILLED "PARADA DE EMERGENCIA. "
|
771
|
|
-#define MSG_STOPPED "PARADA. "
|
772
|
|
-#define MSG_STEPPER_RELEASED "Desacoplada."
|
773
|
|
-#define MSG_CONTROL_RETRACT " Retraer mm:"
|
774
|
|
-#define MSG_CONTROL_RETRACTF " Retraer F:"
|
775
|
|
-#define MSG_CONTROL_RETRACT_ZLIFT " Levantar mm:"
|
776
|
|
-#define MSG_CONTROL_RETRACT_RECOVER " DesRet +mm:"
|
777
|
|
-#define MSG_CONTROL_RETRACT_RECOVERF " DesRet F:"
|
778
|
|
-#define MSG_AUTORETRACT " AutoRetr.:"
|
|
766
|
+#define MSG_STOPPED "PARADA."
|
|
767
|
+#define MSG_CONTROL_RETRACT "Retraer mm"
|
|
768
|
+#define MSG_CONTROL_RETRACTF "Retraer F"
|
|
769
|
+#define MSG_CONTROL_RETRACT_ZLIFT "Levantar mm"
|
|
770
|
+#define MSG_CONTROL_RETRACT_RECOVER "DesRet +mm"
|
|
771
|
+#define MSG_CONTROL_RETRACT_RECOVERF "DesRet F"
|
|
772
|
+#define MSG_AUTORETRACT "AutoRetr."
|
779
|
773
|
#define MSG_FILAMENTCHANGE "Change filament"
|
|
774
|
+#define MSG_INIT_SDCARD "Iniciando. Tarjeta-SD"
|
|
775
|
+#define MSG_CNG_SDCARD "Cambiar Tarjeta-SD"
|
|
776
|
+#define MSG_RECTRACT_WIDE "Retraer"
|
|
777
|
+#define MSG_TEMPERATURE_WIDE "Temperatura"
|
|
778
|
+#define MSG_TEMPERATURE_RTN "Temperatura"
|
|
779
|
+#define MSG_MAIN_WIDE "Menu Principal"
|
|
780
|
+#define MSG_MOTION_WIDE "Movimiento"
|
|
781
|
+#define MSG_PREPARE_ALT "Preparar"
|
|
782
|
+#define MSG_CONTROL_ARROW "Control"
|
|
783
|
+#define MSG_RETRACT_ARROW "Retraer"
|
|
784
|
+#define MSG_PART_RELEASE "Desacople Parcial"
|
|
785
|
+#define MSG_STEPPER_RELEASED "Desacoplada."
|
|
786
|
+
|
780
|
787
|
// Serial Console Messages
|
781
|
788
|
|
782
|
789
|
#define MSG_Enqueing "En cola \""
|
|
@@ -821,11 +828,11 @@
|
821
|
828
|
#define MSG_Y_MIN "y_min: "
|
822
|
829
|
#define MSG_Y_MAX "y_max: "
|
823
|
830
|
#define MSG_Z_MIN "z_min: "
|
|
831
|
+#define MSG_Z_MAX "z_max: "
|
824
|
832
|
#define MSG_M119_REPORT "Comprobando fines de carrera."
|
825
|
833
|
#define MSG_ENDSTOP_HIT "PULSADO"
|
826
|
834
|
#define MSG_ENDSTOP_OPEN "abierto"
|
827
|
|
-#define MSG_HOTEND_OFFSET "Despl. Hotend:"
|
828
|
|
-
|
|
835
|
+#define MSG_HOTEND_OFFSET "Hotend offsets:"
|
829
|
836
|
#define MSG_SD_CANT_OPEN_SUBDIR "No se pudo abrir la subcarpeta."
|
830
|
837
|
#define MSG_SD_INIT_FAIL "Fallo al iniciar la SD"
|
831
|
838
|
#define MSG_SD_VOL_INIT_FAIL "Fallo al montar el volumen"
|
|
@@ -888,8 +895,8 @@
|
888
|
895
|
#define MSG_PID_C " PID-C: "
|
889
|
896
|
#define MSG_ACC " Acc:"
|
890
|
897
|
#define MSG_VXY_JERK " Vxy-jerk: "
|
891
|
|
-#define MSG_VZ_JERK "Vz-jerk"
|
892
|
|
-#define MSG_VE_JERK "Ve-jerk"
|
|
898
|
+#define MSG_VZ_JERK "Vz-jerk"
|
|
899
|
+#define MSG_VE_JERK "Ve-jerk"
|
893
|
900
|
#define MSG_VMAX " Vmax "
|
894
|
901
|
#define MSG_X "x:"
|
895
|
902
|
#define MSG_Y "y:"
|
|
@@ -1043,8 +1050,8 @@
|
1043
|
1050
|
#define MSG_PID_C "PID-C"
|
1044
|
1051
|
#define MSG_ACC "Accel"
|
1045
|
1052
|
#define MSG_VXY_JERK "Vxy-jerk"
|
1046
|
|
- #define MSG_VZ_JERK "Vz-jerk"
|
1047
|
|
- #define MSG_VE_JERK "Ve-jerk"
|
|
1053
|
+ #define MSG_VZ_JERK "Vz-jerk"
|
|
1054
|
+ #define MSG_VE_JERK "Ve-jerk"
|
1048
|
1055
|
#define MSG_VMAX "Vmax"
|
1049
|
1056
|
#define MSG_X "x"
|
1050
|
1057
|
#define MSG_Y "y"
|
|
@@ -1205,8 +1212,8 @@
|
1205
|
1212
|
#define MSG_PID_C " PID-C: "
|
1206
|
1213
|
#define MSG_ACC " Acc:"
|
1207
|
1214
|
#define MSG_VXY_JERK " Vxy-jerk: "
|
1208
|
|
- #define MSG_VZ_JERK "Vz-jerk"
|
1209
|
|
- #define MSG_VE_JERK "Ve-jerk"
|
|
1215
|
+ #define MSG_VZ_JERK "Vz-jerk"
|
|
1216
|
+ #define MSG_VE_JERK "Ve-jerk"
|
1210
|
1217
|
#define MSG_VMAX " Vmax "
|
1211
|
1218
|
#define MSG_X "x:"
|
1212
|
1219
|
#define MSG_Y "y:"
|
|
@@ -1373,8 +1380,8 @@
|
1373
|
1380
|
#define MSG_PID_C "PID-C"
|
1374
|
1381
|
#define MSG_ACC "Kiihtyv"
|
1375
|
1382
|
#define MSG_VXY_JERK "Vxy-jerk"
|
1376
|
|
- #define MSG_VZ_JERK "Vz-jerk"
|
1377
|
|
- #define MSG_VE_JERK "Ve-jerk"
|
|
1383
|
+ #define MSG_VZ_JERK "Vz-jerk"
|
|
1384
|
+ #define MSG_VE_JERK "Ve-jerk"
|
1378
|
1385
|
#define MSG_VMAX "Vmax "
|
1379
|
1386
|
#define MSG_X "x"
|
1380
|
1387
|
#define MSG_Y "y"
|