|
|
@ -14,7 +14,7 @@ |
|
|
|
// 5 Spanish
|
|
|
|
// 6 Russian
|
|
|
|
// 7 Italian
|
|
|
|
// 8 Etc
|
|
|
|
// 8 Portuguese
|
|
|
|
|
|
|
|
#define LANGUAGE_CHOICE 1 // Pick your language from the list above
|
|
|
|
|
|
|
@ -822,4 +822,164 @@ |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
#if LANGUAGE_CHOICE == 8 |
|
|
|
|
|
|
|
// LCD Menu Messages
|
|
|
|
#define WELCOME_MSG MACHINE_NAME " Pronta." |
|
|
|
#define MSG_SD_INSERTED "Cartao SD inserido" |
|
|
|
#define MSG_SD_REMOVED "Cartao SD removido" |
|
|
|
#define MSG_MAIN " Menu Principal \003" |
|
|
|
#define MSG_AUTOSTART " Autostart" |
|
|
|
#define MSG_DISABLE_STEPPERS " Apagar Motores" |
|
|
|
#define MSG_AUTO_HOME " Ir para Origen" |
|
|
|
#define MSG_SET_ORIGIN " Estabelecer Origen" |
|
|
|
#define MSG_PREHEAT_PLA " pre-aquecer PLA" |
|
|
|
#define MSG_PREHEAT_PLA_SETTINGS " pre-aquecer PLA Setting" |
|
|
|
#define MSG_PREHEAT_ABS " pre-aquecer ABS" |
|
|
|
#define MSG_PREHEAT_ABS_SETTINGS " pre-aquecer ABS Setting" |
|
|
|
#define MSG_COOLDOWN " Esfriar" |
|
|
|
#define MSG_EXTRUDE " Extrudar" |
|
|
|
#define MSG_RETRACT " Retrair" |
|
|
|
#define MSG_PREHEAT_PLA " pre-aquecer PLA" |
|
|
|
#define MSG_PREHEAT_ABS " pre-aquecer ABS" |
|
|
|
#define MSG_MOVE_AXIS " Mover eixo \x7E" |
|
|
|
#define MSG_SPEED " Velocidade:" |
|
|
|
#define MSG_NOZZLE " \002Nozzle:" |
|
|
|
#define MSG_NOZZLE1 " \002Nozzle2:" |
|
|
|
#define MSG_NOZZLE2 " \002Nozzle3:" |
|
|
|
#define MSG_BED " \002Base:" |
|
|
|
#define MSG_FAN_SPEED " Velocidade Ventoinha:" |
|
|
|
#define MSG_FLOW " Fluxo:" |
|
|
|
#define MSG_CONTROL " Controle \003" |
|
|
|
#define MSG_MIN " \002 Min:" |
|
|
|
#define MSG_MAX " \002 Max:" |
|
|
|
#define MSG_FACTOR " \002 Fact:" |
|
|
|
#define MSG_AUTOTEMP " Autotemp:" |
|
|
|
#define MSG_ON "On " |
|
|
|
#define MSG_OFF "Off" |
|
|
|
#define MSG_PID_P " PID-P: " |
|
|
|
#define MSG_PID_I " PID-I: " |
|
|
|
#define MSG_PID_D " PID-D: " |
|
|
|
#define MSG_PID_C " PID-C: " |
|
|
|
#define MSG_ACC " Acc:" |
|
|
|
#define MSG_VXY_JERK " Vxy-jerk: " |
|
|
|
#define MSG_VMAX " Vmax " |
|
|
|
#define MSG_X "x:" |
|
|
|
#define MSG_Y "y:" |
|
|
|
#define MSG_Z "z:" |
|
|
|
#define MSG_E "e:" |
|
|
|
#define MSG_VMIN " Vmin:" |
|
|
|
#define MSG_VTRAV_MIN " VTrav min:" |
|
|
|
#define MSG_AMAX " Amax " |
|
|
|
#define MSG_A_RETRACT " A-retract:" |
|
|
|
#define MSG_XSTEPS " Xpasso/mm:" |
|
|
|
#define MSG_YSTEPS " Ypasso/mm:" |
|
|
|
#define MSG_ZSTEPS " Zpasso/mm:" |
|
|
|
#define MSG_ESTEPS " Epasso/mm:" |
|
|
|
#define MSG_MAIN_WIDE " Menu Principal \003" |
|
|
|
#define MSG_RECTRACT_WIDE " Retrair \x7E" |
|
|
|
#define MSG_TEMPERATURE_WIDE " Temperatura \x7E" |
|
|
|
#define MSG_TEMPERATURE_RTN " Temperatura \003" |
|
|
|
#define MSG_MOTION_WIDE " Movimento \x7E" |
|
|
|
#define MSG_STORE_EPROM " Guardar memoria" |
|
|
|
#define MSG_LOAD_EPROM " Carregar memoria" |
|
|
|
#define MSG_RESTORE_FAILSAFE " Rest. de emergencia" |
|
|
|
#define MSG_REFRESH "\004Recarregar" |
|
|
|
#define MSG_WATCH " Monitorar \003" |
|
|
|
#define MSG_PREPARE " Preparar \x7E" |
|
|
|
#define MSG_PREPARE_ALT " Preparar \003" |
|
|
|
#define MSG_CONTROL_ARROW " Controle \x7E" |
|
|
|
#define MSG_RETRACT_ARROW " Retrair \x7E" |
|
|
|
#define MSG_TUNE " Tune \x7E" |
|
|
|
#define MSG_PAUSE_PRINT " Pausar Impressao \x7E" |
|
|
|
#define MSG_RESUME_PRINT " Resumir Impressao \x7E" |
|
|
|
#define MSG_STOP_PRINT " Parar Impressao \x7E" |
|
|
|
#define MSG_CARD_MENU " Menu cartao SD \x7E" |
|
|
|
#define MSG_NO_CARD " Sem cartao SD" |
|
|
|
#define MSG_DWELL "Repouso..." |
|
|
|
#define MSG_USERWAIT "Esperando Ordem..." |
|
|
|
#define MSG_NO_MOVE "Sem movimento." |
|
|
|
#define MSG_PART_RELEASE "Lancamento Parcial" |
|
|
|
#define MSG_KILLED "PARADA DE EMERGENCIA. " |
|
|
|
#define MSG_STOPPED "PARADA. " |
|
|
|
#define MSG_STEPPER_RELEASED "Lancado." |
|
|
|
#define MSG_CONTROL_RETRACT " Retrair mm:" |
|
|
|
#define MSG_CONTROL_RETRACTF " Retrair F:" |
|
|
|
#define MSG_CONTROL_RETRACT_ZLIFT " Levantar mm:" |
|
|
|
#define MSG_CONTROL_RETRACT_RECOVER " DesRet +mm:" |
|
|
|
#define MSG_CONTROL_RETRACT_RECOVERF " DesRet F:" |
|
|
|
#define MSG_AUTORETRACT " AutoRetr.:" |
|
|
|
#define MSG_SERIAL_ERROR_MENU_STRUCTURE "Algo esta errado na estrutura do Menu." |
|
|
|
|
|
|
|
// Serial Console Messages
|
|
|
|
|
|
|
|
#define MSG_Enqueing "enqueing \"" |
|
|
|
#define MSG_POWERUP "PowerUp" |
|
|
|
#define MSG_EXTERNAL_RESET " Reset Externo" |
|
|
|
#define MSG_BROWNOUT_RESET " Reset por voltagem incorreta" |
|
|
|
#define MSG_WATCHDOG_RESET " Reset por Bloqueio" |
|
|
|
#define MSG_SOFTWARE_RESET " Reset por Software" |
|
|
|
#define MSG_MARLIN "Marlin " |
|
|
|
#define MSG_AUTHOR " | Author: " |
|
|
|
#define MSG_CONFIGURATION_VER " Ultima atualizacao: " |
|
|
|
#define MSG_FREE_MEMORY " memoria Livre: " |
|
|
|
#define MSG_PLANNER_BUFFER_BYTES " PlannerBufferBytes: " |
|
|
|
#define MSG_OK "ok" |
|
|
|
#define MSG_FILE_SAVED "Guardado." |
|
|
|
#define MSG_ERR_LINE_NO "O Numero da linha Nao e igual ao ultimo Numero da linha+1, Ultima linha:" |
|
|
|
#define MSG_ERR_CHECKSUM_MISMATCH "O checksum Nao coincide, Ultima linha:" |
|
|
|
#define MSG_ERR_NO_CHECKSUM "Nao foi possivel encontrar o checksum com o numero da linha, Ultima linha :" |
|
|
|
#define MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM "Nao ha o numero da linha com o checksum, Ultima linha:" |
|
|
|
#define MSG_FILE_PRINTED "Impressao terminada" |
|
|
|
#define MSG_BEGIN_FILE_LIST "Começo da lista de arquivos" |
|
|
|
#define MSG_END_FILE_LIST "Fim da lista de arquivos" |
|
|
|
#define MSG_M104_INVALID_EXTRUDER "M104 Extrusor inválido " |
|
|
|
#define MSG_M105_INVALID_EXTRUDER "M105 Extrusor inválido " |
|
|
|
#define MSG_ERR_NO_THERMISTORS "Nao ha termistor - no temp" |
|
|
|
#define MSG_M109_INVALID_EXTRUDER "M109 Extrusor inválido " |
|
|
|
#define MSG_HEATING "Aquecendo..." |
|
|
|
#define MSG_HEATING_COMPLETE "Aquecido." |
|
|
|
#define MSG_BED_HEATING "Aquecendo a Base." |
|
|
|
#define MSG_BED_DONE "Base quente." |
|
|
|
#define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:" FIRMWARE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) "\n" |
|
|
|
#define MSG_COUNT_X " Conta X:" |
|
|
|
#define MSG_ERR_KILLED "Impressora parada com kill() !!" |
|
|
|
#define MSG_ERR_STOPPED "Impressora parada por erros. Coserte o erro e use M999 para recomeçar!. (Temperatura reiniciada. Ajuste antes de recomeçar)" |
|
|
|
#define MSG_RESEND "Reenviar:" |
|
|
|
#define MSG_UNKNOWN_COMMAND "Comando desconhecido:\"" |
|
|
|
#define MSG_ACTIVE_EXTRUDER "Extrusor ativo: " |
|
|
|
#define MSG_INVALID_EXTRUDER "Extrusor invalido" |
|
|
|
#define MSG_X_MIN "x_min: " |
|
|
|
#define MSG_X_MAX "x_max: " |
|
|
|
#define MSG_Y_MIN "y_min: " |
|
|
|
#define MSG_Y_MAX "y_max: " |
|
|
|
#define MSG_Z_MIN "z_min: " |
|
|
|
#define MSG_Z_MAX "z_max: " |
|
|
|
#define MSG_M119_REPORT "Relatando estado do ponto final" |
|
|
|
#define MSG_ENDSTOP_HIT "PULSADO" |
|
|
|
#define MSG_ENDSTOP_OPEN "Aberto" |
|
|
|
|
|
|
|
#define MSG_SD_CANT_OPEN_SUBDIR "Nao pode abrir sub diretorio" |
|
|
|
#define MSG_SD_INIT_FAIL "Falha ao iniciar SD" |
|
|
|
#define MSG_SD_VOL_INIT_FAIL "Falha ao montar volume" |
|
|
|
#define MSG_SD_OPENROOT_FAIL "Falha ao abrir diretorio raiz" |
|
|
|
#define MSG_SD_CARD_OK "cartao SD ok" |
|
|
|
#define MSG_SD_WORKDIR_FAIL "Falha ao abrir diretorio de trabalho" |
|
|
|
#define MSG_SD_OPEN_FILE_FAIL "Erro ao abrir, Arquivo: " |
|
|
|
#define MSG_SD_FILE_OPENED "Arquivo aberto:" |
|
|
|
#define MSG_SD_SIZE " Size:" |
|
|
|
#define MSG_SD_FILE_SELECTED "Arquivo selecionado" |
|
|
|
#define MSG_SD_WRITE_TO_FILE "Escrevendo no arquivo: " |
|
|
|
#define MSG_SD_PRINTING_BYTE "SD imprimindo o byte " |
|
|
|
#define MSG_SD_NOT_PRINTING "Nao esta se imprimindo com o SD" |
|
|
|
#define MSG_SD_ERR_WRITE_TO_FILE "Erro ao escrever no arquivo" |
|
|
|
#define MSG_SD_CANT_ENTER_SUBDIR "Nao pode abrir o sub diretorio:" |
|
|
|
|
|
|
|
#define MSG_STEPPER_TO_HIGH "Steprate muito alto : " |
|
|
|
#define MSG_ENDSTOPS_HIT "O ponto final foi tocado: " |
|
|
|
#define MSG_ERR_COLD_EXTRUDE_STOP " Extrusao a frio evitada" |
|
|
|
#define MSG_ERR_LONG_EXTRUDE_STOP " Extrusao muito larga evitada" |
|
|
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
#endif // ifndef LANGUAGE_H
|
|
|
|