diff --git a/Firmware/1.0.8.0/RELEASE_NOTES.md b/Firmware/1.0.8.0/RELEASE_NOTES.md new file mode 100644 index 0000000..f523813 --- /dev/null +++ b/Firmware/1.0.8.0/RELEASE_NOTES.md @@ -0,0 +1,101 @@ +# 🐼 PandaTouch 固件发布 v1.0.8.0 + +## 📖 概览 + +本次发布面向所有用户,重点提升 **系统稳定性**、**OTA 可靠性**、**AMS 支持** 以及 **UI/UX 体验**。 + +### ✨ 主要亮点 + +- 重新设计 AMS 界面,槽位布局和状态显示更清晰 +- 重构了耗材管理界面以及耗材管理逻辑 +- 改进 AMS2 / AMS-HT 识别逻辑 +- 新增打印机 / 分组列表视图模式 +- 优化打印唤醒行为,打印任务进行中设备会保持唤醒 +- 打印运行时新增屏幕保护模式 +- 修复休眠 / 唤醒导致的崩溃和连续重启问题 +- 重构文件管理界面,优化文件管理逻辑和缩略图显示 +- 修复登录 BBL 云账户时导致的设备重启问题 +- 改进 Wi-Fi 兼容性(WPA2 / WPA3) +- OTA IMG 更新流程增加校验,并优化更新过程中的稳定性 +- 更新 HMS 通知提示并添加新的通知提示信息 + +--- + +## 📋 更新日志 + +### 🔧 Bug Fixes + +- 修复休眠 / 唤醒崩溃导致的连续重启问题 + [https://github.com/bigtreetech/PandaTouch/issues/260](https://github.com/bigtreetech/PandaTouch/issues/260) + +- 修复频繁短周期重启问题 / 修复设备在唤醒或打印开始后进入重启循环的问题 + [https://github.com/bigtreetech/PandaTouch/issues/328](https://github.com/bigtreetech/PandaTouch/issues/328) + +- OTA IMG 更新流程增加校验,并优化更新过程中的稳定性,降低刷写过程中途失败的概率 + [https://github.com/bigtreetech/PandaTouch/issues/327](https://github.com/bigtreetech/PandaTouch/issues/327) + +- 修复 AMS2 / AMS-HT 搜索与识别逻辑 + [https://github.com/bigtreetech/PandaTouch/issues/332](https://github.com/bigtreetech/PandaTouch/issues/332) + +- 修复外置料架加载逻辑,确保进料 / 退料操作正常 + +- 解决外置料架刷新和 AMS 槽位映射问题,确保槽位状态正确显示 + [https://github.com/bigtreetech/PandaTouch/issues/313](https://github.com/bigtreetech/PandaTouch/issues/313) + +- 增强 WPA2 / WPA3 Wi-Fi 兼容性 + [https://github.com/bigtreetech/PandaTouch/issues/331](https://github.com/bigtreetech/PandaTouch/issues/331) + +- 修复登录 BBL 云账户时导致的设备重启问题 + +### 🚀 Functional Optimizations + +- 优化打印唤醒行为,打印任务进行中设备保持唤醒状态 + +![wake](images/wake.png) + +- 重新设计固件警告流程,使恢复路径更清晰 + [https://github.com/bigtreetech/PandaTouch/issues/333](https://github.com/bigtreetech/PandaTouch/issues/333) + +- 优化固件更新期间的警告提示体验 + +- 重新设计 AMS 界面,槽位布局和状态显示更清晰 + +![ams2](images/ams2.png) + +- 重构了耗材管理界面以及耗材管理逻辑 + +![ams-ext](images/ams-ext.png) + +- 新增打印机和分组列表视图模式 + [https://github.com/bigtreetech/PandaTouch/issues/92](https://github.com/bigtreetech/PandaTouch/issues/92) + +![List Mode](images/List-Mode.png) + +![homeListMode](images/homeListMode.png) + +- 优化进料 / 退料操作流程中的步骤提示 + +- 优化警告弹窗 + +- 打印运行时新增屏幕保护模式,在打印运行时保护屏幕不被误操作 + +![pandatouch-screenshot](images/pandatouch-screenshot.png) + +- 重构文件管理界面,优化文件管理逻辑和缩略图显示逻辑 + [https://github.com/bigtreetech/PandaTouch/issues/276](https://github.com/bigtreetech/PandaTouch/issues/276) + +![File Manager List Mode](images/File-Manager-List-Mode.png) + +![File Manager View Mode](images/File-Manager-View-Mode.png) + +![USB Stick View Mode](images/USB-stick-View-Mode.png) + +- 更新通知提示并添加新的通知提示信息 + +--- + +## 🔄 更新方式 + +固件更新说明: + +- [https://global.bttwiki.com/PandaTouch.html#how-to-update-firmware](https://global.bttwiki.com/PandaTouch.html#how-to-update-firmware) diff --git a/Firmware/1.0.8.0/images/File-Manager-List-Mode.png b/Firmware/1.0.8.0/images/File-Manager-List-Mode.png new file mode 100644 index 0000000..e9aede7 Binary files /dev/null and b/Firmware/1.0.8.0/images/File-Manager-List-Mode.png differ diff --git a/Firmware/1.0.8.0/images/File-Manager-View-Mode.png b/Firmware/1.0.8.0/images/File-Manager-View-Mode.png new file mode 100644 index 0000000..3a57d06 Binary files /dev/null and b/Firmware/1.0.8.0/images/File-Manager-View-Mode.png differ diff --git a/Firmware/1.0.8.0/images/List-Mode.png b/Firmware/1.0.8.0/images/List-Mode.png new file mode 100644 index 0000000..d19edce Binary files /dev/null and b/Firmware/1.0.8.0/images/List-Mode.png differ diff --git a/Firmware/1.0.8.0/images/USB-stick-View-Mode.png b/Firmware/1.0.8.0/images/USB-stick-View-Mode.png new file mode 100644 index 0000000..def47e7 Binary files /dev/null and b/Firmware/1.0.8.0/images/USB-stick-View-Mode.png differ diff --git a/Firmware/1.0.8.0/images/ams-ext.png b/Firmware/1.0.8.0/images/ams-ext.png new file mode 100644 index 0000000..21114c2 Binary files /dev/null and b/Firmware/1.0.8.0/images/ams-ext.png differ diff --git a/Firmware/1.0.8.0/images/ams2.png b/Firmware/1.0.8.0/images/ams2.png new file mode 100644 index 0000000..f682675 Binary files /dev/null and b/Firmware/1.0.8.0/images/ams2.png differ diff --git a/Firmware/1.0.8.0/images/homeListMode.png b/Firmware/1.0.8.0/images/homeListMode.png new file mode 100644 index 0000000..2564a7d Binary files /dev/null and b/Firmware/1.0.8.0/images/homeListMode.png differ diff --git a/Firmware/1.0.8.0/images/pandatouch-screenshot.png b/Firmware/1.0.8.0/images/pandatouch-screenshot.png new file mode 100644 index 0000000..e223dbc Binary files /dev/null and b/Firmware/1.0.8.0/images/pandatouch-screenshot.png differ diff --git a/Firmware/1.0.8.0/images/wake.png b/Firmware/1.0.8.0/images/wake.png new file mode 100644 index 0000000..752e286 Binary files /dev/null and b/Firmware/1.0.8.0/images/wake.png differ diff --git a/Firmware/readme.md b/Firmware/readme.md index d966089..ff3d093 100644 --- a/Firmware/readme.md +++ b/Firmware/readme.md @@ -1,3 +1,42 @@ -# Panda Touch Firmware +# 🐼 Panda Touch 固件 -Simply use the OTA update tool on the panda touch to install this firmware. Please see the directions contained within the BIGTREETECH wiki (https://bttwiki.com/PandaTouch.html) if you are unsure of how to use the tool. +本仓库用于发布 **Panda Touch 固件**。 + +用户可以从 **GitHub Releases** 页面下载固件。 + +--- + +## ⚠️ 重要说明 + +请使用 Panda Touch 上的 OTA 更新工具安装此固件。 + +如果你不确定如何使用该工具,请参考 BIGTREETECH Wiki 上的官方更新指南: +[https://global.bttwiki.com/PandaTouch.html#how-to-update-firmware](https://global.bttwiki.com/PandaTouch.html#how-to-update-firmware) + +--- + +## 📦 下载位置 + +**V1.0.8.0 及以上版本** 的固件都会发布在 GitHub Releases 页面。 + +👉 访问地址: +[https://github.com/bigtreetech/PandaTouch/releases](https://github.com/bigtreetech/PandaTouch/releases) + +每个发布版本至少包含: + +* `panda_touch-vxx.xx.xx.xx.bin` +* `xx-XX.img` + +请务必 **同时下载这两个文件**。 + +--- + +## 🔔 获取新版本通知 + +如果你不想手动检查是否有新版本,可以在 GitHub 上开启发布通知: + +```text +仓库页面 -> Watch -> Custom -> ✅ Releases +``` + +开启后,每当发布新的固件版本时,你都会收到邮件通知。 diff --git a/Translation/cs-CZ/cs-CZ.yml b/Translation/cs-CZ/cs-CZ.yml index 61f1eac..091ce47 100644 --- a/Translation/cs-CZ/cs-CZ.yml +++ b/Translation/cs-CZ/cs-CZ.yml @@ -1,7 +1,5 @@ cs-CZ: -#SETTING PAGE lang_name_t: 'Čeština' - min_time_t_1: '1min' min_time_t_2: '2min' min_time_t_3: '3min' @@ -17,6 +15,9 @@ cs-CZ: setting_gen_t_lang: 'Jazyk:' setting_gen_t_fw: 'Firmware:' setting_gen_t_slp: 'Režim Spánku:' + setting_gen_t_readonly: 'Rezim pouze pro cteni:' + setting_gen_t_wake_on_print: 'Probudit pri spusteni tisku' + setting_gen_t_on_while_print: 'Zustat aktivni behem tisku' setting_gen_t_backlight: 'Jas pozadí:' setting_gen_t_reb: 'Restart' setting_gen_t_rst: 'Obnova do továrního nastavení' @@ -38,6 +39,7 @@ cs-CZ: btn_load: 'Zavést' btn_unload: 'Vysunout' btn_retry: 'Znovu' + btn_reread: 'Znovu nacist' btn_abort: 'Zrušit' btn_print: 'Tisk' btn_remove: 'Odtsranit' @@ -56,15 +58,19 @@ cs-CZ: btn_add_printer: 'Přidat tiskárnu' btn_add_group: 'Přidat skupinu' btn_goto_printers: 'Přejit na více zařízení' + btn_printer_view_list: 'Seznam' + btn_printer_view_card: 'Karta' btn_goto_wifi: 'Přejít na WiFi síť' btn_ignore: 'Ignorovat' btn_goto_login: 'Přejít na přihlášení' btn_dry: 'Vysušit' btn_dry_prepare: 'Připravit' btn_dry_start: 'Začít vysoušení' + label_dry_time: 'Doba suseni' + label_dry_temp: 'Teplota' + tip_ams_dry_setup: 'Nastaveni suseni AMS' btn_skip_obj: 'Skip' #BUTTONS END - set_net_wifi_scaned: 'Nalezené WiFi' welcome_tip: 'Výběrem WiFi sítě z nabídky napravo a následně zadáním hesla se připojte prosím k internetu. Pokud nevidíte požadovanou WiFi, stiskněte Obnovit. Jakmile jste připojeni k požadované WiFi, stiskněte Další.' tip_scan_qrcode: 'Pro přístup k online návodu naskenujte QR kód svým telefonem.' @@ -119,7 +125,7 @@ cs-CZ: filament_maximum: 'Maximum' filament_unknown_type: 'Neznámý' #PRINT -#TIPS +#TIPS tip_input_optional: '(Volitelné)' tip_input_name: '(Povinné)Zadejte jméno tiskárny' tip_input_ip: '(Povinné)Zadejte IP tiskárny' @@ -179,10 +185,49 @@ cs-CZ: notify_remind: 'Pro zobrazení možných řešení naskenujte kód nebo klikněte na tlačítko „Vybrat tiskárnu“ a nastavte tuto tiskárnu jako „Master“.' notify_remind_go_print: 'Vybrat tiskárnu' notify_unknow_state: 'Panda Touch neznámý stavový kód.' - 00x0300100000020001: 'Rezonanční frekvence osy %s je nízká. Rozvodový řemen může být uvolněný.' - 00x0300100000020002: 'Mechanická rezonance 1. řádu osy %s se značně liší od poslední kalibrace, proveďte kalibraci stroje znovu.' - 00x03000F0000010001: 'Data akcelerometru nejsou k dispozici.' - 00x03000D000001000B: 'Motor osy Z se při pohybu nahoru zřejmě zasekl.' + 00x0300010000010001: 'The heatbed temperature is abnormal; the heater may have a short circuit.' + 00x0300010000010002: 'The heatbed temperature is abnormal; the heater may have an open circuit, or the thermal switch may be open.' + 00x0300010000010003: 'The heatbed temperature is abnormal; the heater is over temperature.' + 00x0300010000010006: 'The heatbed temperature is abnormal; the sensor may have a short circuit.' + 00x0300010000010007: 'Teplota vyhřívané podložky je abnormální, čidlo může mít rozpojený obvod.' + 00x0300010000010008: 'An abnormality occurs during the heating process of the heatbed; the heating modules may be broken.' + 00x030001000001000A: 'The heatbed temperature control is abnormal; the AC board may be broken.' + 00x030001000001000C: 'The heatbed has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030001000001000D: 'An abnormality occured in heating modules of heatbed previously. To continue using your printer, please refer to the wiki to troubleshoot.' + 00x030001000001000E: 'The power supply voltage does not match the machine; the heatbed has been disabled.' + 00x030001000002000F: 'The chamber target temperature is set too high, while the heatbed target temperature is set too low. Heatbed cooling has been skipped. It is recommended to set matching chamber and heatbed temperatures.' + 00x0300010000030008: 'The temperature of the heated bed exceeds the limit and automatically adjusts to the limit temperature.' + 00x030001000003000F: 'The chamber temperature is currently high, and the heatbed is cooling down slowly. It is recommended to open the top cover or front door to accelerate the cooling process.' + 00x0300020000010001: 'Teplota trysky je abnormální, může dojít ke zkratu ohřívače.' + 00x0300020000010002: 'Teplota trysky je abnormální, ohřívač může být rozpojený.' + 00x0300020000010003: 'Teplota trysky je abnormální, ohřívač je přehřátý.' + 00x0300020000010004: 'The right nozzle temperature control is abnormal. The hotend might have structural damage.' + 00x0300020000010006: 'Teplota trysky je abnormální, čidlo může být ve zkratu.' + 00x0300020000010007: 'Teplota trysky je abnormální, snímač může mít rozpojený obvod.' + 00x0300020000010008: 'The right extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x0300020000010009: 'Nozzle temperature control is abnormal. The hot end may not be installed. To heat the heating assembly without the hotend, enable Maintenance Mode in the settings.' + 00x030002000001000B: 'The right extruder nozzle temperature control is abnormal, possibly due to the hotend not being properly installed or a malfunction of the wireless temperature measurement board.' + 00x0300030000010001: 'Otáčky ventilátoru Hot Endu jsou příliš nízké nebo nulové.' + 00x0300030000020002: 'Otáčky ventilátoru Hot Endu jsou nízké.' + 00x0300040000020001: 'Otáčky ventilátoru chlazení dílu jsou příliš nízké nebo nulové.' + 00x0300050000010001: 'The motor driver is overheating. Its radiator may be loose, or its cooling fan may be damaged.' + 00x0300060000010001: 'Motor %s má otevřený obvod. Může být uvolněný spoj nebo může dojít k poruše motoru.' + 00x0300060000010002: 'Motor %s má zkrat. Mohlo dojít k jeho poruše.' + 00x0300060000010003: 'Odpor motoru %s je abnormální, motor mohl selhat.' + 00x0300090000010001: 'The extruder servo motor has an open circuit. The connection may be loose, or the motor may have failed.' + 00x0300090000010002: 'The extruder servo motor has a short-circuit. It may have failed.' + 00x0300090000010003: 'The resistance of the extruder servo motor is abnormal; the motor may have failed.' + 00x0300090000020001: 'The extrusion motor is overloaded. The extruder may be clogged or the filament may be stuck in the tool head.' + 00x0300090000020002: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead.' + 00x0300090000020003: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip.' + 00x0300090000020004: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead, or the externally mounted filament may be tangled.' + 00x0300090000020005: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip, or the externally mounted filament may be tangled.' + 00x0300090000030007: 'Filament extrusion anomaly detected. Automatically retrying recovery, please wait.' + 00x03000A0000010001: 'Citlivost snímače síly vyhřívané podložky %s je příliš vysoká.' + 00x03000A0000010002: 'Citlivost snímače síly vyhřívané podložky %s je nízká.' + 00x03000A0000010003: 'Citlivost snímače síly vyhřívané podložky %s je příliš nízká.' + 00x03000A0000010004: 'Při testování citlivosti snímače síly %s bylo zjištěno vnější rušení. Vyhřívaná podložka se mohla dotknout něčeho mimo tiskovou plochu.' + 00x03000A0000010005: 'Snímač síly %s detekoval neočekávanou trvalou sílu. Vyhřívaná podložka se může zaseknout nebo může být poškozený analogový přední konec.' 00x03000D0000010003: 'Tisková deska není správně umístěna. Upravte ji, prosím.' 00x03000D0000010004: 'Tisková deska není správně umístěna. Upravte ji, prosím.' 00x03000D0000010005: 'Tisková deska není správně umístěna. Upravte ji, prosím.' @@ -192,133 +237,768 @@ cs-CZ: 00x03000D0000010009: 'Tisková deska není správně umístěna. Upravte ji, prosím.' 00x03000D000001000A: 'Tisková deska není správně umístěna. Upravte ji, prosím.' 00x03000D0000020001: 'Abnormální chování vyhřívané podložky' - 00x03000A0000010005: 'Snímač síly %s detekoval neočekávanou trvalou sílu. Vyhřívaná podložka se může zaseknout nebo může být poškozený analogový přední konec.' - 00x03000A0000010004: 'Při testování citlivosti snímače síly %s bylo zjištěno vnější rušení. Vyhřívaná podložka se mohla dotknout něčeho mimo tiskovou plochu.' - 00x03000A0000010003: 'Citlivost snímače síly vyhřívané podložky %s je příliš nízká.' - 00x03000A0000010002: 'Citlivost snímače síly vyhřívané podložky %s je nízká.' - 00x03000A0000010001: 'Citlivost snímače síly vyhřívané podložky %s je příliš vysoká.' - 00x0300040000020001: 'Otáčky ventilátoru chlazení dílu jsou příliš nízké nebo nulové.' - 00x0300030000020002: 'Otáčky ventilátoru Hot Endu jsou nízké.' - 00x0300030000010001: 'Otáčky ventilátoru Hot Endu jsou příliš nízké nebo nulové.' - 00x0300060000010001: 'Motor %s má otevřený obvod. Může být uvolněný spoj nebo může dojít k poruše motoru.' - 00x0300060000010002: 'Motor %s má zkrat. Mohlo dojít k jeho poruše.' - 00x0300060000010003: 'Odpor motoru %s je abnormální, motor mohl selhat.' - 00x0300010000010007: 'Teplota vyhřívané podložky je abnormální, čidlo může mít rozpojený obvod.' - 00x0300130000010001: 'Snímač proudu motoru %s je abnormální. Může to být způsobeno poruchou vzorkovacího obvodu.' - 00x0300180000010005: 'Motor osy Z se při pohybu zřejmě zasekl, zkontrolujte, zda na jezdcích Z nebo kolečkách ozubeného řemene Z nejsou cizí tělesa.' - 00x0300190000010001: 'Snímač vířivých proudů na ose Y není k dispozici, drát by měl být přerušen.' - 00x0300190000020002: 'Citlivost snímače vířivých proudů na ose Y je příliš nízká.' - 00x0300400000020001: 'Přenos dat přes sériový port je abnormální; softwarový systém může být vadný.' - 00x0300410000010001: 'Napětí systému je nestabilní; spouští se funkce ochrany proti výpadku napájení.' - 00x0300020000010001: 'Teplota trysky je abnormální, může dojít ke zkratu ohřívače.' - 00x0300020000010002: 'Teplota trysky je abnormální, ohřívač může být rozpojený.' - 00x0300020000010003: 'Teplota trysky je abnormální, ohřívač je přehřátý.' - 00x0300020000010006: 'Teplota trysky je abnormální, čidlo může být ve zkratu.' - 00x0300020000010007: 'Teplota trysky je abnormální, snímač může mít rozpojený obvod.' + 00x03000D000001000B: 'Motor osy Z se při pohybu nahoru zřejmě zasekl.' + 00x03000D0000020003: 'The build plate may not be properly placed. If this message appears repeatedly, please check the Wiki for more explanations.' + 00x03000F0000010001: 'Data akcelerometru nejsou k dispozici.' + 00x0300100000020001: 'Rezonanční frekvence osy %s je nízká. Rozvodový řemen může být uvolněný.' + 00x0300100000020002: 'Mechanická rezonance 1. řádu osy %s se značně liší od poslední kalibrace, proveďte kalibraci stroje znovu.' + 00x0300110000020002: 'The resonance frequency of the Y-axis differs greatly from the last calibration. Please clean the Y-axis liner rod and conduct a calibration after printing.' 00x0300120000020001: 'Spadl přední kryt tiskové hlavy.' + 00x0300130000010001: 'Snímač proudu motoru %s je abnormální. Může to být způsobeno poruchou vzorkovacího obvodu.' + 00x0300160000010001: 'The extruder servo motor''s current sensor is abnormal. A failure of the hardware sampling circuit may cause this.' + 00x0300170000010001: 'The hotend cooling fan speed is too slow or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300170000020002: 'The hotend cooling fan speed is slow. It may be stuck and need cleaning.' 00x0300180000010001: 'Hodnota snímače vytlačovací síly je nízká, tryska zřejmě není nainstalována.' 00x0300180000010002: 'Citlivost snímače vytlačovací síly je nízká, tryska nemusí být správně nainstalována.' 00x0300180000010003: 'Snímač vytlačovací síly není k dispozici, spojení mezi MC a TH může být přerušeno nebo je snímač poškozen.' - 00x0300180000010004: 'Údaje ze snímače vytlačovací síly jsou abnormální, snímač by měl být poškozený.' + 00x0300180000010005: 'Motor osy Z se při pohybu zřejmě zasekl, zkontrolujte, zda na jezdcích Z nebo kolečkách ozubeného řemene Z nejsou cizí tělesa.' + 00x0300180000010006: 'The heatbed leveling data is abnormal. Please check whether there are any foreign objects on the heatbed and Z slider. If so, please remove them and try again.' + 00x0300180000010007: 'The frequency of the extrusion force sensor is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300180000010008: 'The nozzle touches the heatbed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030018000001000B: 'Nozzle presence detection failed: nozzle not installed or improperly installed.' + 00x030018000001000C: 'An anomalous jump in the extruder extrusion force sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x030018000001000D: 'Nozzle clumping detection calibration failed. Excessive force detected on the nozzle. Please ensure the nozzle is installed correctly.' + 00x030018000001000E: 'Nozzle clumping detection calibration failed. The nozzle did not touch the inner wall of the hole. Please clean the nozzle and the steel plate hole at the rear-right side of the heatbed.' + 00x0300180000030009: 'Performing initial High-temperature Bed Leveling.' + 00x0300190000010001: 'Snímač vířivých proudů na ose Y není k dispozici, drát by měl být přerušen.' + 00x0300190000020002: 'Citlivost snímače vířivých proudů na ose Y je příliš nízká.' 00x03001A0000020001: 'Tryska je omotána vláknem nebo je nesprávně umístěna tisková deska.' 00x03001A0000020002: 'Snímač vytlačovací síly zjistil, že je tryska ucpaná.' - 00x0C00010000010001: 'Kamera Micro Lidaru je vypnutá.' - 00x0C00010000020002: 'Kamera Micro Lidar je nefunkční.' - 00x0C00010000010003: 'Synchronizace Micro Lidaru je abnormální.' - 00x0C00010000010004: 'Čočka Micro Lidaru je znečištěná.' - 00x0C00010000010005: 'Micro Lidar OTP parametr abnormální.' - 00x0C00010000020006: 'Micro Lidar extrinsic parameter abnormal. Mikrolidar extrinsic parameter abnormal.' - 00x0C00010000020007: 'Parametr laseru Micro Lidar se odchýlil.' - - 00x0C00010000020008: 'Komorová kamera offline.' - 00x0C00010000010009: 'Komorová kamera znečištěná.' - 00x0C0001000001000A: 'LED dioda Micro Lidaru může být rozbitá.' - 00x0C0001000002000B: 'Nepodařilo se kalibrovat Micro Lidar.' - 00x0C00020000010001: 'Laser nesvítí.' - 00x0C00020000020002: 'Laser je příliš silný.' - 00x0C00020000020003: 'Laser není dostatečně jasný.' - 00x0C00020000020004: 'Výška trysky se zdá být příliš nízká.' - 00x0C00020000010005: 'Je detekován nový Micro Lidar.' - 00x0C00020000020006: 'Výška trysky se zdá být příliš vysoká.' - - 00x0C00030000020001: 'Selhalo měření expozice vlákna.' - 00x0C00030000020002: 'Kontrola první vrstvy ukončena z důvodu abnormálních údajů z lidaru.' - 00x0C00030000020004: 'Kontrola první vrstvy není pro aktuální tiskovou úlohu podporována.' - 00x0C00030000020005: 'Časový limit kontroly první vrstvy.' - 00x0C00030000030006: 'Hromadí se vyčištěná vlákna.' - 00x0C00030000030007: 'Možné vady první vrstvy.' - 00x0C00030000030008: 'Možná chyba špagetování.' - 00x0C00030000010009: 'Restartován modul kontroly první vrstvy.' - 00x0C0003000003000B: 'Kontrola první vrstvy.' - 00x0C0003000002000C: 'Nebyla detekována značka tiskové desky.' - + 00x03001A0000020003: 'The nozzle clumping sensor is malfunctioning; Please refer to the Wiki for troubleshooting.' + 00x03001A0000030004: 'Nozzle clumping detection timed out. The check has been skipped.' + 00x03001B0000010001: 'The signal of the heatbed acceleration sensor is weak. The sensor may have fallen off or been damaged.' + 00x03001B0000010002: 'External disturbance was detected on the heatbed acceleeration sensor. The sensor signal wire may not be affixed.' + 00x03001B0000010003: 'The heatbed acceleration sensor detected unexpected continuous force. The sensor may be stuck, or the analog front end may be broken.' + 00x03001C0000010001: 'The extrusion motor driver is abnormal. The MOSFET may have a short circuit.' + 00x03001D0000010001: 'The position sensor of extrusion motor is abnormal. The connection to the sensor may be loose.' + 00x03001E0000010001: 'The left nozzle temperature is abnormal; the heater may have a short circuit.' + 00x03001E0000010002: 'The left nozzle temperature is abnormal; the heater may have an open circuit.' + 00x03001E0000010003: 'The left nozzle temperature is abnormal; the heater is over temperature.' + 00x03001E0000010006: 'The left nozzle temperature is abnormal; the sensor may have a short circuit, please check whether the connector is properly plugged in.' + 00x03001E0000010007: 'The left nozzle temperature is abnormal; the sensor may have an open circuit.' + 00x03001E0000010008: 'The left extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x03001E0000010009: 'The left nozzle temperature control is abnormal; the hot end may not be installed. If you want to heat the hot end without it being installed, please turn on maintenance mode in the settings page.' + 00x0300200000010001: 'X-axis homing abnormal: please check if the toolhead is stuck or if the resistance on the X-axis linear rail is too high.' + 00x0300200000010002: 'Y-axis homing abnormal: please check if the toolhead is stuck or the Y carriage has too much resistance.' + 00x0300200000010003: 'X axis homing abnormal: the timing belt may be loose.' + 00x0300200000010004: 'Y axis homing abnormal: the timing belt may be loose.' + 00x0300210000010001: 'Auxiliary extruder motor open circuit, possibly due to a loose connection or motor failure.' + 00x0300210000010002: 'Auxiliary extruder motor short circuit, possibly caused by motor failure.' + 00x0300210000010003: 'The resistance of the Auxiliary extruder motor is abnormal; the motor may have failed.' + 00x0300220000010001: 'Auxiliary extruder motor current sensor error, possibly caused by a sampling circuit hardware failure.' + 00x0300250000010001: 'The frequency of the extrusion force sensor of the right extruder is too low. The nozzle may not be installed, or the nozzle heat sink may be too far away from the sensor.' + 00x0300250000010002: 'The sensitivity of the right extruder extrusion force sensor is low; the nozzle may not installed correctly.' + 00x0300250000010003: 'Unable to read data from the right extruder force sensor; there may be a communication break or sensor damage.' + 00x0300250000010004: 'The signal of the extrusion force sensor of the right extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300250000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300250000010007: 'The frequency of the extrusion force sensor of the right extruder is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300250000010008: 'The right nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030025000001000A: 'Nozzle offset calibration failed. Filament sticks to the nozzle, which may affect print quality. Please clean the nozzle and try again.' + 00x030025000001000B: 'Nozzle presence detection failed: Right extruder nozzle not installed or improperly installed.' + 00x030025000001000C: 'An anomalous jump in the right extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300260000010001: 'The frequency of the extrusion force sensor of the left extruder is too low. The sensor may be installed too far, or the sensor may be loose.' + 00x0300260000010002: 'The sensitivity of the left extruder extrusion force sensor is low; the force sensor may not be installed correctly.' + 00x0300260000010003: 'Unable to read data from the left extruder force sensor; there may be a communication break or sensor damage.' + 00x0300260000010004: 'The signal of the extrusion force sensor of the left extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300260000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300260000010007: 'The frequency of the extrusion force sensor of the left extruder is too high. The sensor may be installed too close, or the sensor may be loose.' + 00x0300260000010008: 'The left nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030026000001000B: 'Nozzle presence detection failed: Left extruder nozzle not installed or improperly installed.' + 00x030026000001000C: 'An anomalous jump in the left extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300270000010001: 'The nozzle offset calibration sensor frequency is too low. The sensor may be damaged.' + 00x0300270000010002: 'Too many attempts at nozzle offset calibration, possibly due to purged filament between the nozzle and the heated base, or incorrect installation of the nozzle. Please inspect and retry.' + 00x0300270000010003: 'The nozzle offset calibration result shows significant deviation, possibly due to the heat insulation sheet on the right nozzle heating base not being installed. Please install it correctly and try again.' + 00x0300270000010004: 'The signal of the nozzle offset calibration sensor is abnormal. The sensor may be damaged, or the wiring may not be connected properly.' + 00x0300270000010005: 'The nozzle offset calibration indicates significant deviation, possibly caused by an additional heat insulation sheet installed on the right nozzle heating base. Please verify this and attempt the calibration again.' + 00x0300270000010006: 'The nozzle offset calibration shows significant deviation, possibly due to incorrect installation of the nozzle or heating base. Please inspect and retry.' + 00x0300270000010007: 'The nozzle offset calibration sensor frequency is too high. The sensor may be damaged.' + 00x0300270000010008: 'The nozzle offset calibration sensor signal is too weak. It may be that the nozzle is sticky or the nozzle does not move above the sensor during calibration, causing the distance between the nozzle and the sensor to be too far.' + 00x0300280000010001: 'The data of the force sensor of the Cutting Module is abnormal. The magnet on the Tool Holder may fall off or the force sensor may be damaged.' + 00x0300280000010003: 'Communication failure between cutting module and toolhead during Z-axis homing. Please check if the cutting module signal cable is loose or broken or verify if the force sensor coil is intact.' + 00x0300280000010004: 'The force sensor of the Cutting Module is abnormal. The force sensor cable may be disconnected or the force sensor is damaged.' + 00x0300280000010005: 'Z-axis homing failed in cutting mode. Please check if there are any foreign objects in the Z-axis slider and Z-axis synchronous pulley.' + 00x0300280000010007: 'Communication failure between the Cutting Module and toolhead module. Please check if the Cutting module signal cable is loose or broken. It could also be due to a broken force sensor coil.' + 00x0300280000010008: 'Z-axis homing failed. Please check if the blade holder movement is smooth and ensure no foreign objects are at the contact position on the heatbed.' + 00x0300290000010001: 'Vision encoder patterns can not be recognized; possible reasons include vision encoder pattern distortion, light overexposure, and plate misplacement.' + 00x03002A0000010001: 'The left hotend cooling fan speed is too slow or stopped. The fan may be stuck or the connector may not be plugged in properly.' + 00x03002A0000020002: 'The left hotend cooling fan speed is slow. It may be stuck and need cleaning.' + 00x03002B0000020001: 'Air-door calibration failed. Please check if there is any foreign object blocking the damper.' + 00x03002C0000010001: 'Obstacle detected under the heatbed. Please remove it to ensure proper printing.' + 00x03002D0000010006: 'Heated bed leveling failed, possibly due to foreign objects on the bed or bed tilt. Continuing to print may damage the build plate. Please remove any debris or manually level the bed before retrying.' + 00x03002E0000030001: 'The motor noise cancellation data needs to be updated; please recalibrate.' + 00x0300310000010001: 'The Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300310000020002: 'The Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000010001: 'The Auxiliary Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300320000010002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000020002: 'The Auxiliary Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300330000010001: 'The Chamber Exhaust Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300330000020002: 'The Chamber Exhaust Fan speed is slow. It may be stuck and need cleaning.' + 00x0300350000010001: 'The MC module cooling fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300350000020002: 'The MC module cooling fan speed is slow. It may be stuck and need cleaning.' + 00x0300360000010001: 'The Chamber Heat Circulation Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300360000020002: 'The Chamber Heat Circulation Fan speed is slow. It may be stuck and need cleaning.' + 00x0300390000010001: 'The External Fan on the Toolhead is running too slowly or has stopped, possibly due to debris blockage or a loose connector.' + 00x0300390000020002: 'The External Fan on the Toolhead is running at a low speed, possibly due to debris buildup.' + 00x03003A0000010001: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x03003A0000020002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300400000020001: 'Přenos dat přes sériový port je abnormální; softwarový systém může být vadný.' + 00x0300410000010001: 'Napětí systému je nestabilní; spouští se funkce ochrany proti výpadku napájení.' + 00x0300420000010001: 'Toolhead power abnormality detected; it may be caused by a damaged TH board or a short circuit in the USB-C cable.' + 00x0300900000010001: 'Chamber heating failed. The heater may not be blowing hot air.' + 00x0300900000010002: 'Chamber heating failed. Possible causes: the chamber is not fully enclosed, ambient temperature is too low, or the power supply heat dissipation vent is blocked.' + 00x0300900000010003: 'Chamber heating failed. The power supply temperature may be too high.' + 00x0300900000010004: 'Chamber heating failed. The speed of the heating fan is too low.' + 00x0300900000010005: 'Chamber heating failed. The thermal resistance is too high.' + 00x0300900000010006: 'Chamber heating failed. The air duct could not switch to chamber temperature heating mode.' + 00x0300900000010007: 'High chamber temperature detected. If the hotend is overheating or emitting smoke, immediately power off the printer. Please refer to the Wiki for detailed troubleshooting instructions.' + 00x0300900000010010: 'The communication of chamber temperature controller is abnormal.' + 00x0300910000010001: 'The temperature of chamber heater %s is abnormal. The heater may have a short circuit.' + 00x0300910000010002: 'The temperature of chamber heater 1 is abnormal. The heater may have an open circuit or the thermal fuse may have burned out.' + 00x0300910000010003: 'The temperature of chamber heater %s is abnormal. The heater is over temperature.' + 00x0300910000010006: 'The temperature of chamber heater %s is abnormal. The sensor may have a short circuit.' + 00x0300910000010007: 'The temperature of chamber heater %s is abnormal. The sensor may have an open circuit.' + 00x0300910000010008: 'The chamber heater failed to reach the target temperature.' + 00x030091000001000A: 'The temperature of chamber heater %s is abnormal. The AC board may be broken.' + 00x030091000001000C: 'The chamber heater 1 has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030091000001000E: 'The power supply voltage does not match the machine; chamber heater 1 has been disabled.' + 00x0300920000010002: 'The temperature of chamber heater 2 is abnormal. The heater may have an open circuit or the thermal fuse may be in effect.' + 00x0300920000010008: 'Chamber heater 2 failed to rise to target temperature.' + 00x0300930000010001: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have a short circuit.' + 00x0300930000010002: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have an open circuit.' + 00x0300930000010003: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have a short circuit.' + 00x0300930000010004: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have an open circuit.' + 00x0300930000010005: 'Chamber temperature is abnormal. The chamber temperature sensor may have a short circuit.' + 00x0300930000010006: 'Chamber temperature is abnormal. The chamber temperature sensor at the air inlet may have an open circuit.' + 00x0300930000010007: 'Chamber temperature is abnormal. The temperature sensor at the power supply may have a short circuit.' + 00x0300930000010008: 'Chamber temperature is abnormal. The temperature sensor at power supply may have an open circuit.' + 00x0300940000020003: 'Chamber failed to reach the desired temperature. The machine will stop waiting for the chamber temperature.' + 00x0300940000030001: 'Chamber cooling may be too slow. You can open the front door or top cover to help cooling if the air in the chamber is non-toxic.' + 00x0300940000030002: 'Chamber temperature setting value exceed the limit, the boundary value will be set.' + 00x0300950000010001: 'The temperature sensor of the Laser Module may have a short circuit.' + 00x0300950000010002: 'The temperature sensor of the Laser Module may have an open circuit.' + 00x0300950000010003: 'Laser Module overheating' + 00x0300950000010004: 'The speed of the Laser Module cooling fan is too low or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300950000010005: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010006: 'Laser Module not detected: the module may have fallen off, or the quick-release lever may not be locked.' + 00x0300950000010007: 'The engraving laser module is abnormal; the laser may have an open circuit or may be damaged.' + 00x0300950000010008: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010009: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor is short-circuited.' + 00x030095000001000A: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor has an open circuit.' + 00x0300960000010001: 'The front door seems to be open; the task has been paused.' + 00x0300960000010002: 'The front door Hall sensor (Upper) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010003: 'The front door Hall sensor (Lower) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010004: 'The Front Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300960000030001: 'The front door is open.' + 00x0300970000010001: 'The top cover seems to be open; the task has been paused' + 00x0300970000010002: 'The top cover Hall sensor (Front Right) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010003: 'The top cover Hall sensor (Rear Left) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010004: 'The Top Laser Protection Plate is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300970000030001: 'The top cover is open.' + 00x0300980000010001: 'The left side window seems to be open, the task has been paused.' + 00x0300980000010002: 'The left side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010003: 'The left side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010004: 'The Left Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300980000030001: 'The left side window seems to be open.' + 00x0300990000010001: 'The right side window seems to be open; the task has been paused.' + 00x0300990000010002: 'The right side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010003: 'The right side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010004: 'The Right Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300990000030001: 'The right side window is detected to be open.' + 00x03009B0000010001: 'Emergency stop button is not installed. Please follow the Wiki to install it.' + 00x03009B0000010002: 'Safety key is not inserted. Please follow the Wiki to install it.' + 00x03009B0000010003: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x03009C0000010001: 'The Air Pump is not detected. Please check whether the connector is plugged in properly.' + 00x03009C0000010002: 'The Air Pump is abnormal and may be damaged.' + 00x03009D0000020001: 'The engrave laser focal point XY calibration has failed. Please clean up the Laser Homing Area on the Laser Platform, and re-run the Laser Module Mount Calibration.' + 00x03009D0000020002: 'The engrave laser focal point XY calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup.' + 00x03009D0000020003: 'The engrave laser focal point Z calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup. If it fails repeatedly, please get in touch with customer support.' + 00x03009E0000030001: 'Open Door Detection level for this print job will be set as ' + 00x0300A10000010001: 'Chamber temperature is too high. Please open the top cover and front door to cool down, or lower the ambient temperature.' + 00x0300A10000020002: 'The ambient temperature is too high. Please lower the temperature, as excessive heat may cause the print to pause.' + 00x0300A20000010001: 'MC module temperature is too high, possibly because of high chamber temperature of the printer. You can try lowering the environmental temperature before use.' + 00x0300A40000010001: 'Heatbed temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010002: 'Hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010003: 'The left hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010004: 'Chamber temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010005: 'The heatbed temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A40000010008: 'The chamber temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A50000010001: 'Flame Sensor %s is abnormal. The sensor may be short-circuited.' + 00x0300A60000010001: 'The Toolhead Enhanced Cooling Fan is not properly installed; it may not be securely fastened or may have fallen off.' + 00x0300A60000010002: 'The Toolhead Enhanced Cooling Fan has lost communication; please check the connector.' + 00x0300A70000030001: 'The chamber temperature is high, and the system has increased the fan speed, which may cause more noise. It''s recommended to lower the room temperature or open the front door/top cover to help cool it down.' + 00x0300A80000010001: 'AMS power supply abnormality, possibly due to AMS damage or a short circuit in the AMS interface, or too many AMS connections. Please check if it is correctly connected.' + 00x0300AB0000010001: 'The right hotend heatbreak temperature is too high, which may cause clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020002: 'The right hotend heatbreak temperature is relatively high, which may cause nozzle clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020003: 'The temperature sensor on the right hotend heatbreak is abnormal. To prevent nozzle clogs, the cooling fan will continue running at high speed. You can troubleshoot the sensor issue when the print is idle.' + 00x0300C00000010001: 'Active Chamber Exhaust air door malfunction: it may be stuck.' + 00x0300C00000010002: 'Filter Switch Flap air door malfunction: it may be stuck.' + 00x0300C00000010003: 'Automatic Top Vent air door malfunction: it may be stuck.' + 00x0300C10000010001: 'Airflow System failed to activate cooling mode; please check the air door status.' + 00x0300C10000010002: 'Airflow System failed to activate heating mode; please check the air door status.' + 00x0300C10000010003: 'Airflow System failed to activate laser mode; please check the air door status.' + 00x0300C10000010004: 'Airflow System failed to activate strong cooling mode; please check the air door status.' + 00x0300C20000010001: 'Hall sensor of Active Chamber Exhaust malfunction: please check if the wiring is loose.' + 00x0300C20000010002: 'Hall sensor of Filter Switch Flap malfunction: please check if the wiring is loose.' + 00x0300C30000010001: 'Current sensor of Active Chamber Exhaust malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010002: 'Current sensor of Filter Switch Flap malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010003: 'Current sensor of Automatic Top Vent malfunction: this may be due to open circuit or a hardware sampling circuit fault.' + 00x0300D00000010001: 'The cutting module base has fallen off; please reinstall it.' + 00x0300D00000010002: 'The blade holder has fallen off; please reinstall it.' + 00x0300D00000010003: 'The cutting module cable has come loose; please check the cable connection.' + 00x0300D10000010001: 'Fire extinguisher motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D10000010002: 'Fire extinguisher motor error. Please power off and then power on to restart the extinguisher.' + 00x0300D10000010003: 'The resistance of the fire extinguisher motor is abnormal; the motor may have failed.' + 00x0300D30000020001: 'Fire extinguisher not detected. Please ensure the signal cable is securely connected and the plug is fully inserted.' + 00x0300D40000010002: 'The fire extinguisher presence detection sensor is malfunctioning. Please check if the sensor cable is loose or damaged.' + 00x0300D40000010003: 'Fire Extinguisher Cylinder presence detection sensor is short-circuited. Please check the sensor connection.' + 00x0300D50000020004: 'Fire extinguisher cylinder not installed. Please confirm on the extinguisher page.' + 00x0300D50000020005: 'The Fire Extinguisher Gas Cylinder is empty. Please replace the gas cylinder and then confirm the replacement on the Auto Fire Extinguishing System page.' + 00x0300D50000030004: 'Gas cylinder of the fire extinguisher is not installed.' + 00x0300D60000010006: 'Fire extinguisher motor reset failed. Please power off and then power on to restart the extinguisher.' + 00x0300D60000010007: 'The fire extinguisher motor reset is jammed. Please gently turn the emergency handwheel left and right until the resistance decreases. Then, power off the fire extinguisher and turn it back on.' + 00x0300D70000020001: 'Laser fourth axis is not connected' + 00x0300D80000010001: 'Laser fourth axis motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D80000010002: 'Laser fourth axis motor error. Please power off and then power on to restart the laser fourth axis.' + 00x0300D90000020001: 'Communication error between the laser fourth axis motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300DA0000020001: 'Laser module detected. Please remove the hotend from the hotend rack to prevent laser processing debris from affecting printing performance.' + 00x0300DB0000020001: 'Laser module detected. Please install the right nozzle correctly to ensure proper Laser Module Mounting Calibration.' + 00x0300E00000010001: 'Hotend holder motor is disconnected or has an open-circuit fault. Please check the motor''s flat cable connection.' + 00x0300E00000010002: 'Inter-phase short circuit on hotend holder motor. If restarting doesn''t resolve the issue, please contact support.' + 00x0300E00000010003: 'Hotend holder motor has abnormal or unbalanced three-phase resistance. If restarting doesn''t help, please contact support.' + 00x0300E00000010004: 'Hotend holder motor is stalled. Please check for foreign objects or collisions with the toolhead.' + 00x0300E10000010001: 'Current sensor fault on hotend holder motor. This may be caused by a sampling circuit failure. If restarting the printer doesn''t resolve the issue, please contact customer support.' + 00x0300E20000020001: 'Communication error between the hotend holder motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300E30000010001: 'The MOS tubes of the Hotend Holder motor drive board are short-circuited. If restarting the printer does not resolve the problem, please contact customer support.' + 00x0300E30000010002: 'MC communication with hotend holder motor driver failed. Please check if the connection cable is properly plugged in.' + 00x050001000001000A: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' 00x0500010000020001: 'Media pipeline je nefunkční.' 00x0500010000020002: 'USB kamera není připojena.' 00x0500010000020003: 'USB kamera je nefunkční.' 00x0500010000030004: 'Na SD kartě není dostatek místa.' 00x0500010000030005: 'Chyba na SD kartě.' 00x0500010000030006: 'Neformátovaná SD karta.' + 00x0500010000030007: 'Unable to record time-lapse photography without USB flash drive inserted.' 00x0500020000020001: 'Nepodařilo se připojit k internetu, zkontrolujte prosím síťové připojení.' - 00x0500020000020005: 'Nepodařilo se připojit k internetu, zkontrolujte prosím síťové připojení.' 00x0500020000020002: 'Nepodařilo se přihlásit k zařízení.' + 00x0500020000020003: 'Failed to connect to the internet; please check the network connection.' 00x0500020000020004: 'Neautorizovaný uživatel.' + 00x0500020000020005: 'Nepodařilo se připojit k internetu, zkontrolujte prosím síťové připojení.' 00x0500020000020006: 'Služba Liveview nefunguje správně.' - + 00x0500020000020007: 'Liveview service login failed; please check your network connection.' + 00x0500020000020008: 'Time synchronization failed' 00x0500030000010001: 'Modul MC je nefunkční. Restartujte prosím zařízení.' 00x0500030000010002: 'Tisková hlava je nefunkční. Restartujte prosím zařízení.' 00x0500030000010003: 'Modul AMS je nefunkční. Restartujte prosím zařízení.' + 00x0500030000010004: 'The Filament Buffer module is malfunctioning. Please restart the device.' + 00x0500030000010005: 'Internal service is malfunctioning. Please restart the device.' + 00x0500030000010006: 'A system panic occurred. Please restart the device.' + 00x0500030000010007: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x0500030000010008: 'A system hang occurred. Please restart the device.' + 00x0500030000010009: 'A system hang occurred. It has been recovered by automatic restart.' 00x050003000001000A: 'Stav systému je abnormální. Obnovte prosím tovární nastavení.' 00x050003000001000B: 'Obrazovka je nefunkční.' + 00x050003000001000C: 'The MC motor controller module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000D: 'The induction hotend rack is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000E: 'Some external modules are incompatible with the printer''s firmware version, which may affect normal operation. Please go to the ' + 00x0500030000010021: 'Hardware incompatible; please check the Toolhead Camera.' + 00x0500030000010023: 'The Chamber Temperature Control module is malfunctioning. Please restart the device.' + 00x0500030000010024: 'The current temperature is too low. In order to protect you and your printer, printing tasks, moving an axis and other operations are disabled. Please move the printer to an environment above 10 degrees Celsius.' + 00x0500030000010025: 'The current firmware is abnormal. Please update again.' + 00x0500030000010026: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' 00x050003000002000C: 'Chyba bezdrátového hardwaru: vypněte/zapněte WiFi nebo restartujte zařízení.' + 00x050003000002000D: 'The SD Card controller is malfunctioning.' + 00x050003000002000E: 'Some modules are incompatible with the printer''s firmware version, which may affect use. Please go to the ' + 00x0500030000020020: 'USB flash drive capacity is insufficient to cache print files.' + 00x0500030000020055: 'User information has expired, please log in again.' + 00x0500030000030022: 'MicroSD Card performance degradation has been detected. It may affect print jobs, logs, and video records. Please format or change the MicroSD card.' 00x0500040000010001: 'Nepodařilo se stáhnout tiskovou úlohu. Zkontrolujte prosím síťové připojení.' 00x0500040000010002: 'Nepodařilo se nahlásit stav tisku. Zkontrolujte prosím síťové připojení.' 00x0500040000010003: 'Obsah tiskového souboru je nečitelný. Odešlete prosím tiskovou úlohu znovu.' 00x0500040000010004: 'Tiskový soubor je neautorizovaný.' 00x0500040000010006: 'Nepodařilo se obnovit předchozí tisk.' + 00x0500040000010044: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500040000010046: 'The firmware of Laser Module does not match the printer. Please upgrade it on the ' + 00x0500040000010047: 'The firmware of Air Pump does not match the printer. Please upgrade it on the ' + 00x0500040000010048: 'The firmware of Cutting Module does not match the printer. Please upgrade it on the ' + 00x050004000001004F: 'Unknown module detected, please try updating the firmware to the latest version.' + 00x0500040000010051: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x0500040000010052: 'Safety Key is not inserted. Please follow the Wiki to install it.' 00x0500040000020007: 'Teplota podložky překročila teplotu vitrifikace filamentu, což může způsobit ucpání trysky.' + 00x0500040000020010: 'The RFID-tag on AMS %s Slot %s cannot be identified.' + 00x0500040000020030: 'The BirdsEye Camera is not installed. Please power off printer and then install the camera.' + 00x0500040000020031: 'Before using a Laser/Cutting Module, the pose of the BirdsEye Camera needs to be determined. Please complete the setup to calibrate the camera.' + 00x0500040000020032: 'Please slide in Laser Module and lock the quick-release lever.' + 00x0500040000020033: 'Please plug in the module connector.' + 00x0500040000020034: 'Laser module detected for the first time. Complete the setup (~4 min) before use for precise cutting and engraving. Also, ensure the H2.0 screw at the back securing the air pump is removed.' + 00x0500040000020035: 'The Laser Module needs calibration to get the focus position. Please perform mounting calibration before use. (about 2 minutes)' + 00x0500040000020036: 'New Cutting Module connected. To ensure more precise cutting, please set it up before use. (about 3 minutes)' + 00x0500040000020037: 'The Cutting Module needs calibration to get the tool position. Please perform the mounting calibration before use. (about 2-4 minutes)' + 00x0500040000020038: 'Please slide in cutting module and fasten the quick release lever. If already installed, the module might not be properly aligned. Please try reinstalling it.' + 00x0500040000020039: 'Please plug in the module connector' + 00x0500040000020041: 'The laser module has been used for a long time. Please clean it promptly to avoid affecting laser processing.' + 00x0500040000020042: 'The Live View Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020043: 'The Toolhead Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020050: 'Laser Safety Window is not installed.' + 00x0500040000030008: 'The door seems to be open.' + 00x0500040000030009: 'The bed temperature exceeds filament''s vitrification temperature, which may cause nozzle clog. Please keep the front door of the printer open. Door open detection has been temporarily turned off.' + 00x0500040000030054: 'Auto Fire Extinguishing System detected. It is recommended to conduct a Fire Drill to become familiar with the operation process.' + 00x0500040000030057: 'The print job has been completed. Automatic air purification is in progress.' + 00x0500050000010001: 'The factory data of the AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010006: 'The factory data of AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010007: 'MQTT Command verification failed. Please update Studio (including the network plugin) or Handy to the latest version, then restart the software and try again.' + 00x050005000001000D: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' + 00x050005000001000E: 'Laser Module firmware does not match the printer. Please upgrade it on the ' + 00x050005000001000F: 'The accessory firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010010: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500050000010011: 'The Air Pump firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010012: 'The Cutting Module firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010013: 'Laser module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010014: 'AMS %s certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010015: 'Air Pump certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010016: 'Cutting module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010018: 'Laser Fourth Axis module certification failed. Please reconnect the module cable or restart the printer.' + 00x0500050000010019: 'Fire Extinguisher module certification failed. Please reconnect the module cable or restart the printer.' + 00x050005000001001A: 'Filament Track Switch certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010020: 'Hotend %s authentication failed. Please switch the hotend or restart the printer.' + 00x0500050000010021: 'Time-lapse kit authentication failed. Please reconnect the cable or restart the printer.' + 00x0500050000010022: 'The External Exhaust Fan certification failed. Please restart the printer or reconnect the fan cable.' + 00x0500050000020023: 'A new version of the Timelapse Kit is available. Please connect to CyberBrick App to update this accessory separately.' + 00x0500050000030002: 'The device is in the engineering state; please pay attention to information security related matters.' + 00x0500060000020001: 'The Toolhead Camera is not in place; please check the hardware connection.' + 00x0500060000020002: 'The Nozzle Camera is not in place; please check the hardware connection.' + 00x0500060000020003: 'BirdsEye Camera is not in place; please check the hardware connection' + 00x0500060000020004: 'The Live View camera is not in place; please check the hardware connection.' + 00x0500060000020031: 'ToolHead Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020032: 'Nozzle Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020033: 'BirdsEye Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020034: 'Live View camera is not connected. Please check the hardware and cable connections.' + 00x05001A0000010001: 'The feeder module is offline. Please check if the feeder module connection cable is loose.' + 00x05001A0000010002: 'A feeder module replacement is detected. Please ensure that the corresponding extrusion gear and nozzle have been replaced, and manually update the nozzle type in the printer.' + 00x0500400000010039: 'Laser module Serial Number error' + 00x0500400000010040: 'Cutting module Serial Number error' + 00x0501040000030002: 'Threaded rods need lubrication now.' + 00x0501040000030003: 'Linear rods need cleaning and lubrication now.' + 00x0501040000030004: 'Please clean and lubricate the X-axis linear rail and YZ-axis linear rods.' + 00x0501040000030005: 'Please clean and lubricate the Induction Hotend Latch and the linear rods of the Hotend Change System.' + 00x0501040000030006: 'The Induction Hotend Latch may be worn. To ensure proper induction hotend switching, please replace the Induction Hotend Latch and clean the rods of Induction Hotend Rack.' + 00x0501040000030010: 'Laser module is dusty and needs cleaning now.' + 00x0580040000010045: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010010: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010017: 'AMS-HT %s certification failed. Please reconnect the cable or restart the printer.' 00x0700010000010001: 'Asistenční motor AMS%s prokluzuje. Vytlačovací kolečko může být opotřebované nebo filament může být příliš tenký. Tiskárna je v provozu.' 00x0700010000010003: 'Řízení točivého momentu asistenčního motoru AMS%s nefunguje správně. Snímač proudu může být vadný.“.' 00x0700010000010004: 'Řízení otáček asistenčního motoru AMS%s nefunguje správně. Snímač otáček může být vadný.' + 00x0700010000010005: 'AMS %s The current sensor of assist motor may be faulty.' + 00x0700010000010011: 'AMS %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700010000020002: 'Asistenční motor AMS%s je přetížený. Fialment může být zamotaný nebo zaseknutý.' + 00x0700010000020006: 'AMS %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020007: 'AMS %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020008: 'AMS %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x0700010000020009: 'AMS %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x0700010000020010: 'AMS %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x0700010000020011: 'AMS %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700020000010001: 'Chyba rychlosti a délky filamentu AMS%s. Odometrie filamentu může být vadná.' + 00x0700020000020002: 'AMS %s The odometer has no signal. The odometer connector may have poor contact.' + 00x0700020000020003: 'AMS %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' 00x0700100000010001: 'Motor AMS%s slot%s proklouzl. Vytlačovací kolečko může být nefunkční, nebo může být filament příliš tenký.' 00x0700100000010003: 'Řízení točivého momentu motoru AMS%s slot%s nefunguje správně. Snímač proudu může být vadný.' 00x0700100000020002: 'Motor AMS%s slot%s je přetížený. Filament může být zamotaný nebo zaseknutý.' + 00x0700100000020004: 'AMS %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000010081: 'Failed to read the filament information from AMS %s slot %s. The AMS main board may be malfunctioning.' + 00x0700200000010082: 'Failed to read the filament information from AMS %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x0700200000010083: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged.' + 00x0700200000010084: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x0700200000010085: 'Failed to read the filament information from AMS %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x0700200000010086: 'Failed to read the filament information from AMS %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' 00x0700200000020001: 'Došel filament v AMS%s Slot%s.' - - 00x1200200000020001: 'Došel filament v AMS%s Slot%s.' 00x0700200000020002: 'AMS%s slot%s je prázdný.' 00x0700200000020003: 'Filament AMS%s slotu%s může být v AMS přerušený.' 00x0700200000020004: 'Filament v AMS%s slotu%s může být zlomený v tiskové hlavě.' 00x0700200000020005: 'Došel filament v AMS%s Slot%s a pročištění starého filamentu proběhlo nestandardně. Zkontrolujte, zda se filament nezasekl v hlavě nástroje.' + 00x0700200000020006: 'AMS %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x0700200000020007: 'AMS %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x0700200000020008: 'AMS %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x0700200000020009: 'Failed to extrude AMS %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x070020000002000A: 'Failed to adjust the filament position of AMS %s slot %s. The filament or buffer may be stuck.' + 00x0700200000020010: 'AMS %s slot %s feeds filament out of AMS timeout.' + 00x0700200000020011: 'AMS %s slot %s pulls filament back to AMS timeout.' + 00x0700200000020012: 'AMS %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x0700200000020013: 'AMS %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000020014: 'AMS %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x0700200000020015: 'AMS %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x0700200000020016: 'AMS %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x0700200000020017: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x0700200000020018: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x0700200000020019: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x0700200000020020: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x0700200000020021: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x0700200000020022: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x0700200000020023: 'AMS %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x0700200000020024: 'AMS %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x0700200000020025: 'AMS %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x0700200000020026: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x0700200000020027: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' 00x0700200000030001: 'Došel filament v AMS%s Slot%s. Počkejte prosím, než bude starý filament odstraněn.' 00x0700200000030002: 'Došel filament v AMS%s Slot%s a automaticky se přepnul do slotu se stejným filamentem.' + 00x0700250000020001: 'AMS %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x0700260000020001: 'The induction hotend is heating up, and the drying power of AMS %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x0700300000010001: 'The AMS %s RFID 1 board has an error.' + 00x0700300000010004: 'Encryption chip failure' + 00x0700300000020002: 'The RFID-tag on AMS %s slot %s is damaged, or its content cannot be identified.' + 00x0700300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x0700350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x0700350000010002: 'AMS %s The humidity sensor is disconnected, which may be due to poor connector contact.' 00x0700400000020001: 'Ztratil se signál vyrovnávací paměti filamentu, kabel nebo snímač polohy může být nefunkční.' 00x0700400000020002: 'Chybný signál vyrovnávací paměti filamentu, snímač polohy může být nefunkční.' 00x0700400000020003: 'Komunikace rozbočovače AMS je abnormální, kabel nemusí být dobře připojen.' 00x0700400000020004: 'Signál vyrovnávací paměti filamentu je abnormální, pružina může být zaseknutá nebo filament může být zamotaný.' - 00x0700450000020001: 'Snímač řezání filamentu je nefunkční. Snímač může být vyřazen z provozu nebo poškozen.' 00x0700450000020002: 'Řezná vzdálenost filamentové řezačky je příliš velká. Motor XY může ztrácet kroky.' 00x0700450000020003: 'Rukojeť filamentové řezačky se neuvolnila. rukojeť nebo nůž jsou zaseknuté.' - 00x0700510000030001: 'Systém AMS je vypnut; zaveďte filament z držáku cívky.' 00x0700500000020001: 'Komunikace AMS%s je abnormální, zkontrolujte prosím propojovací kabel.' + 00x0700510000030001: 'Systém AMS je vypnut; zaveďte filament z držáku cívky.' + 00x0700550000010002: 'The PTFE tube is incorrectly connected between the toolhead and the buffer. Please connect the buffer''s top to the right extruder and the bottom to the left extruder.' + 00x0700550000010003: 'AMS %s was detected offline during the AMS initialization process.' + 00x0700550000010004: 'The binding between AMS %s and the extruder is incorrect. Please run the AMS Setup.' + 00x0700550000020001: 'A new AMS detected. Please set it up to check which extruder the AMS is connected to.' + 00x0700560000030001: 'AMS %s is undergoing dry cooling; please wait for it to cool down before operating.' 00x0700600000020001: 'Slot AMS%s je přetížen. Filament může být zamotaný nebo může být zaseknutá cívka.' - 00x1200100000020002: 'Motor AMS%s Slot%s je přetížen. Filament může být zamotaný nebo zaseknutý.' - 00x1200800000020001: 'Filament AMS%s Slot%s může být zamotaný nebo zaseknutý.' + 00x0700700000020001: 'Failed to pull out the AMS %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x0700700000020002: 'Failed to feed the AMS %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020003: 'Failed to extrude the filament. Possible cause: extruder or nozzle clog.' + 00x0700700000020004: 'Failed to pull back the AMS %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020005: 'Failed to feed the AMS %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x0700700000020006: 'Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog.' + 00x0700700000020007: 'AMS %s filament ran out. Please put a new filament into the same slot in AMS %s and resume.' + 00x0700700000020008: 'Failed to get AMS mapping table; please select ' + 00x070070000002000A: 'Failed to get filament-hotend mapping table from the slicing file.' + 00x0700740000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700800000010001: 'AMS %s The current sensor of heater %s is abnormal.' + 00x0700800000010002: 'AMS %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x0700800000010003: 'AMS %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x0700800000010004: 'AMS %s The heater %s is heating abnormally.' + 00x0700860000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700860000010004: 'AMS %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x0700860000020002: 'The AMS has been detected. Please set it up to confirm which side of the Filament Track Switch inlet the AMS is connected to.' + 00x0700860000020003: 'Filament is blocked at the inlet of the filament track switch.' + 00x0700870000020001: 'A filament jam or component damage may have occurred at the Filament Track Switch.' + 00x0700900000010002: 'AMS %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x0700900000010003: 'AMS %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x0700900000010004: 'The current sensor of AMS %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS mainboard.' + 00x0700900000020001: 'AMS %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x0700920000010001: 'AMS %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x0700920000020002: 'AMS %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x0700920000020003: 'The AMS %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x0700940000010001: 'AMS %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x0700940000010002: 'AMS %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x0700960000010001: 'AMS %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x0700960000010003: 'AMS %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x0700960000020002: 'AMS %s Environmental temperature is too low, which will affect the drying capability.' + 00x0700960000020004: 'AMS %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x0700970000030001: 'AMS %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x0700980000020001: 'AMS %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x0700980000020002: 'AMS %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x0700F00000020001: 'Filament and hotend matching failed. Please verify that the hotend in the hotend rack slot %s is correctly installed.' + 00x07FE200000020001: 'External filament of left extruder has run out; please load a new filament.' + 00x07FE200000020002: 'No filament was detected in the left extruder from the external spool; please load the new filament.' + 00x07FE200000020004: 'Please pull the external filament from the left extruder.' + 00x07FE450000020001: 'The left filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FE450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x07FE600000020001: 'External spool connected to left extruder may be tangled or jammed.' + 00x07FE700000020003: 'Please check if the material is coming out of the left nozzle. If not, gently push the material and try to extrude again.' + 00x07FE800000010001: 'The toolhead lift motor works abnormally. Please check whether the connecting cable is loose.' + 00x07FE800000010002: 'The Toolhead Lifting Motor position hall sensor has an open circuit; please check whether the connecting cable is loose.' + 00x07FE800000010003: 'The hall signal of the Toolhead Lifting Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE800000010004: 'The Toolhead Lifting Motor position hall sensor is short-circuited; please check if the Hall sensor is malfunctioning.' + 00x07FE800000010005: 'The extruder''s switching limit angle has drifted significantly. Please check if the flow blocker is jammed or if filament is stuck in the toolhead.' + 00x07FE800000010006: 'The TH board disconnected during the extruder switching process. Please check if the connecting cable is loose.' + 00x07FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x07FE800000020002: 'The position of left hotend is abnormal during printing. Please check whether the flow blocker scratches the printed model.' + 00x07FE800000020003: 'The deviation in the positioning calibration value of the extruder is too large; please recalibrate.' + 00x07FE810000010001: 'The extruder switching motor is working abnormally. Please check whether the connecting cable is loose.' + 00x07FE810000010002: 'The position hall sensor of the Extruder Switching Motor has an open circuit. Please check whether the connecting cable is loose.' + 00x07FE810000010003: 'The hall signal of the Extruder Switching Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE810000010004: 'The position hall sensor of the Extruder Switching Motor has a short circuit; please check if the Hall sensor is malfunctioning.' + 00x07FE810000020001: 'The extruder switching action is abnormal. Please check whether there is something stuck in the toolhead.' + 00x07FEA00000020001: 'The left nozzle cold pulling process has timed out. Please click ' 00x07FF200000020001: 'Došel externí filament, vložte prosím nový filament.' 00x07FF200000020002: 'Chybí externí filament, vložte prosím nový filament.' + 00x07FF200000020003: 'Filament remains were detected in the PTFE tube between the Auxiliary Extruder and the Toolhead. Please refer to the Wiki for removal instructions.' 00x07FF200000020004: 'Vytáhněte prosím filament na držáku cívky z extrudéru.' - - 00x12FF200000020007: 'Nepodařilo se zkontrolovat umístění filamentu v tiskové hlavě, klikněte pro další nápovědu.' + 00x07FF200000020008: 'The Auxiliary Extruder failed to unload the filament, possibly due to slippage caused by worn filament. Please pull out the filament manually, cut off the worn section, and try again.' + 00x07FF200000020009: 'Auxiliary extruder feeding failed, possibly due to a clogged filament tube or worn filament, causing the extruder to slip. Please remove the filament, clear the tube, trim the worn section, and try again.' + 00x07FF200000030007: 'Flushing the remaining filament between the Auxiliary Extruder and the Toolhead. Please wait.' + 00x07FF450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FF600000020001: 'External spool may be tangled or jammed.' + 00x07FF700000020003: 'Please check if the filament is coming out of the nozzle. If not, gently push the material and try to extrude again.' + 00x07FF700000020009: 'Failure to feed material from the right extruder to the toolhead may be due to the filament not being gripped by the extruder or a loose PTFE tube between the extruder and the toolhead.' + 00x07FFA00000020001: 'The nozzle cold pull process has timed out. Please click ' + 00x0C00010000010001: 'Kamera Micro Lidaru je vypnutá.' + 00x0C00010000010003: 'Synchronizace Micro Lidaru je abnormální.' + 00x0C00010000010004: 'Čočka Micro Lidaru je znečištěná.' + 00x0C00010000010005: 'Micro Lidar OTP parametr abnormální.' + 00x0C0001000001000A: 'LED dioda Micro Lidaru může být rozbitá.' + 00x0C0001000001000B: 'Failed to calibrate Micro Lidar. Please make sure the calibration chart is clean and not obscured. Then, run machine calibration again.' + 00x0C00010000010009: 'Komorová kamera znečištěná.' + 00x0C0001000002000B: 'Nepodařilo se kalibrovat Micro Lidar.' + 00x0C0001000001000F: 'The Live View Camera calibration failed. Please restart the devices or update the firmware.' + 00x0C00010000010010: 'The Live View Camera calibration failed. Please check if the heatbed is clear and ensure the camera image is clear and dirt-free. After these steps, please recalibrate.' + 00x0C00010000010011: 'The Live View Camera calibration failed, please recalibrate. Ensure the build plate is empty, and the camera view is clear and properly oriented. Please contact customer support if repeated failures occur.' + 00x0C00010000010012: 'The Live View Camera calibration failed and the calibration result could not be saved. Please try recalibrating. If calibration fails repeatedly, please contact the customer support team.' + 00x0C00010000010013: 'The Live View Camera calibration failed and the Liveview camera serial number cannot be read. Please contact the customer support team.' + 00x0C00010000010018: 'BirdsEye Camera is not certified, and camera-related functions are invalid.' + 00x0C00010000020002: 'Kamera Micro Lidar je nefunkční.' + 00x0C00010000020006: 'Micro Lidar extrinsic parameter abnormal. Mikrolidar extrinsic parameter abnormal.' + 00x0C00010000020007: 'Parametr laseru Micro Lidar se odchýlil.' + 00x0C00010000020008: 'Komorová kamera offline.' + 00x0C00010000020014: 'Nozzle Camera is malfunctioning. If this issue occurs multiple times during printing, please contact customer support.' + 00x0C00010000020017: 'Nozzle camera lens is dirty, which may affect the AI monitoring functionality. Please clean the surface of the nozzle camera lens as soon as possible.' + 00x0C0001000003000C: 'Nozzle Camera''s temperature is too high, causing the AI detection feature to pause. The feature will automatically resume once the temperature returns to normal.' + 00x0C00020000010001: 'Laser nesvítí.' + 00x0C00020000010005: 'Je detekován nový Micro Lidar.' + 00x0C00020000020002: 'Laser je příliš silný.' + 00x0C00020000020003: 'Laser není dostatečně jasný.' + 00x0C00020000020004: 'Výška trysky se zdá být příliš nízká.' + 00x0C00020000020006: 'Výška trysky se zdá být příliš vysoká.' + 00x0C00020000020007: 'The vertical laser is not lit. Please check if it''s covered or hardware connection has a problem.' + 00x0C00020000020008: 'The vertical laser line is too wide. Please check if the heatbed is dirty.' + 00x0C00020000020009: 'The vertical laser is not bright enough at homing position. Please clean or replace the heatbed if this message appears repeatedly.' + 00x0C00030000010009: 'Restartován modul kontroly první vrstvy.' + 00x0C0003000001000A: 'Your printer is in factory mode. Please contact Technical Support.' + 00x0C00030000020001: 'Selhalo měření expozice vlákna.' + 00x0C00030000020002: 'Kontrola první vrstvy ukončena z důvodu abnormálních údajů z lidaru.' + 00x0C00030000020004: 'Kontrola první vrstvy není pro aktuální tiskovou úlohu podporována.' + 00x0C00030000020005: 'Časový limit kontroly první vrstvy.' + 00x0C0003000002000C: 'Nebyla detekována značka tiskové desky.' + 00x0C0003000002000E: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002000F: 'Parts skipped before first layer inspection; the inspection is not supported for the current print.' + 00x0C00030000020010: 'Foreign objects detected on heatbed; Please check and clean the heatbed.' + 00x0C00030000020011: 'The high-precision nozzle offset calibration failed; please recalibrate.' + 00x0C00030000020012: 'Foreign object detection is not working. The Live View Camera needs calibration. Please tap ' + 00x0C00030000020013: 'Foreign object detection is not working. Please restart the devices or update the firmware.' + 00x0C00030000020014: 'Foreign object detection accuracy has decreased. If this occurs frequently, perform a Live View Camera calibration ("Settings" > "Calibration" on the printer screen). If a laser or cutting module is installed, remove it before proceeding.' + 00x0C00030000020015: 'Foreign object detection is not working. Detected the Live View Camera has been replaced. If a laser or cutting module is installed, please uninstall the module, tap ' + 00x0C00030000020016: 'Foreign object detection is not working and the Live View camera serial number cannot be read. Please contact the customer support team.' + 00x0C00030000020017: 'Laser engraving Z-axis focus calibration failed. Please check if the Laser Test Material (350g paperboard) is properly placed and its surface is clean and intact.' + 00x0C00030000020018: 'Insufficient system memory was detected, and the foreign object detection function was not working. Please restart the devices or update the firmware after the task is completed' + 00x0C00030000020019: 'The Vision Encoder Plate is either not placed or incorrectly placed. Please ensure it is correctly positioned on the heatbed.' + 00x0C0003000002001C: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002001D: 'Foreign object detection is not working, and images cannot be obtained. Please check the live camera connection.' + 00x0C00030000030006: 'Hromadí se vyčištěná vlákna.' + 00x0C00030000030007: 'Možné vady první vrstvy.' + 00x0C00030000030008: 'Možná chyba špagetování.' + 00x0C0003000003000B: 'Kontrola první vrstvy.' + 00x0C0003000003000D: 'Detected that the extruder may not be extruding normally. Please check and decide if printing should be stopped.' + 00x0C00030000030010: 'Your printer seems to be printing without extruding.' + 00x0C0003000003001A: 'Foreign object detection did not work, possibly due to manual interruption (e.g., tapping stop or opening the door in laser mode). You can ignore this if that''s the case. Otherwise, try restarting the printer or updating the firmware to restore the function.' + 00x0C0003000003001B: 'Possible spaghetti defects were detected. Please check the print quality and decide if the job should be stopped.' + 00x0C00040000010005: 'BirdsEye Camera malfunction: please contact customer support.' + 00x0C00040000010010: 'Failed to measure material thickness due to laser module malfunction.' + 00x0C00040000010011: 'Failed to measure material thickness: device parameters abnormal; please setup BirdsEye Camera again.' + 00x0C00040000010012: 'Live View Camera data link is abnormal.' + 00x0C00040000010013: 'The exposure parameters of the BirdsEye Camera are not effective; please try again.' + 00x0C00040000010014: 'Cutting Protection Base not detected, which may lead to heatbed damage. Please place it and continue.' + 00x0C00040000010015: 'Laser Protective Insert not detected. Please place it and continue.' + 00x0C00040000010016: 'Quick-release Lever is not locked. Please push it down to secure.' + 00x0C00040000010020: 'The visual marker on the heatbed is damaged, please contact after-sales.' + 00x0C00040000010025: 'The device malfunctioned; please restart.' + 00x0C00040000020002: 'Cutting Platform not detected. Please place the required mat for the task and continue.' + 00x0C00040000020003: 'The Laser Platform is not properly aligned. Please ensure all four corners are aligned with the heatbed.' + 00x0C00040000020004: 'The type of platform is not supported for this task. Please use the correct platform to continue.' + 00x0C00040000020007: 'BirdsEye Camera is setting up. Please clear all objects and remove the mat. Make sure the marker is not obstructed. Meanwhile, clean both the BirdsEye Camera and Toolhead Camera, and remove any foreign objects blocking their view.' + 00x0C00040000020008: 'Material not detected. Please confirm placement and continue.' + 00x0C00040000020017: 'The visual marker was not detected during PrintThenCut; please re-paste the material to the correct position. Meanwhile, please clean the Toolhead Camera to prevent contamination and remove any objects that may obstruct its view.' + 00x0C00040000020018: 'The Cutting Blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Assistant to check if the blade tip is worn.' + 00x0C00040000020019: 'The Birdseye Camera is installed offset. Please refer to the Wiki to reinstall it.' + 00x0C00040000020023: 'Thickness measurement failed, the Toolhead Camera was unable to detect the material surface.' + 00x0C00040000020026: 'Liveview Camera initialization failed, and some AI functions such as Spaghetti Detection will be disabled. Please restart the printer. If the problem persists, please contact customer support.' + 00x0C00040000020029: 'The Laser or Cutting module has not been calibrated. Please calibrate it on the printer first.' + 00x0C00040000020030: 'The rotary engraving accessory is placed incorrectly. Please adjust and reposition it.' + 00x0C00040000030018: 'The Cutting blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Wiki to check if the blade tip is worn.' + 00x0C00040000030024: 'The BirdsEye Camera position is detected to be offset. To ensure engraving accuracy, it is recommended to rerun the BirdsEye Camera Setup.' + 00x0C00040000030026: 'To improve flame detection accuracy, the right chamber light has been automatically turned off.' + 00x0C00040000030028: 'The Cutting Module offset calibration failed, which may result in inaccurate cuts. Please ensure the 80g white printer paper(letter paper thickness) is properly positioned and check whether the cutting blade tip is worn.' + 00x1200100000010001: 'The AMS %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1200100000010003: 'The AMS %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1200100000020002: 'Motor AMS%s Slot%s je přetížen. Filament může být zamotaný nebo zaseknutý.' + 00x1200200000020001: 'Došel filament v AMS%s Slot%s.' + 00x1200200000020002: 'AMS %s slot %s is empty; please insert a new filament.' + 00x1200200000020003: 'AMS %s slot %s filament may be broken in the PTFE tube.' + 00x1200200000020004: 'AMS %s slot %s filament may be broken in the tool head.' + 00x1200200000020005: 'AMS %s slot %s filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead.' 00x1200200000020006: 'Nepodařilo se vytlačit filament AMS%s Slot%s, extrudér může být ucpaný nebo filament může být příliš tenký, což způsobuje prokluzování extrudéru.' + 00x1200200000030001: 'AMS %s slot %s filament has run out. Purging the old filament; please wait.' 00x1200200000030002: 'Došlo vlákno AMS%s Slot%s a automaticky se přepnulo do slotu se stejným vláknem.' #NOTIFY END #CONTROL + 00x1200300000010001: 'AMS %s slot %s RFID coil is broken or the RF hardware circuit has an error.' + 00x1200300000010004: 'RFID cannot be read because of an encryption chip failure in AMS %s.' + 00x1200300000020002: 'The RFID-tag on AMS %s slot %s is damaged.' + 00x1200300000030003: 'AMS %s slot %s RFID cannot be read because of a structural error.' + 00x1200450000020001: 'The filament cutter sensor is malfunctioning. Please check whether the connector is properly plugged in.' + 00x1200450000020002: 'The filament cutter''s cutting distance is too large. The X motor may lose steps.' + 00x1200500000020001: 'AMS %s communication is abnormal; please check the connection cable.' + 00x1200510000030001: 'AMS is disabled; please load filament from spool holder.' + 00x1200700000010001: 'AMS %s Filament speed and length error: The slot %s filament odometry may be faulty.' + 00x1200800000020001: 'Filament AMS%s Slot%s může být zamotaný nebo zaseknutý.' + 00x12FF200000020001: 'Filament at the spool holder has run out; please insert a new filament.' + 00x12FF200000020002: 'Filament on the spool holder is empty; please insert a new filament.' + 00x12FF200000020004: 'Please pull the filament on the spool holder out from the extruder.' + 00x12FF200000020005: 'Filament may be broken in the tool head.' + 00x12FF200000020006: 'Failed to extrude the filament; the extruder may be clogged.' + 00x12FF200000020007: 'Nepodařilo se zkontrolovat umístění filamentu v tiskové hlavě, klikněte pro další nápovědu.' + 00x12FF200000030007: 'Checking the filament location of all AMS slots, please wait.' + 00x12FF800000020001: 'The filament on the spool holder may be tangled or stuck.' + 00x1800010000010001: 'The AMS-HT %s assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin.' + 00x1800010000010003: 'The AMS-HT %s assist motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800010000010004: 'The AMS-HT %s assist motor speed control is malfunctioning. The speed sensor may be faulty.' + 00x1800010000010005: 'AMS-HT %s The current sensor of assist motor may be faulty.' + 00x1800010000010011: 'AMS-HT %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800010000020002: 'The AMS-HT %s assist motor is overloaded. The filament may be tangled or stuck.' + 00x1800010000020006: 'AMS-HT %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020007: 'AMS-HT %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020008: 'AMS-HT %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x1800010000020009: 'AMS-HT %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x1800010000020010: 'AMS-HT %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x1800010000020011: 'AMS-HT %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800020000010001: 'AMS-HT %s Filament speed and length error: The filament odometry may be faulty.' + 00x1800020000020002: 'AMS-HT %s The odometer has no signal. The odometer connector may have poor contact.' + 00x1800020000020003: 'AMS-HT %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' + 00x1800100000010001: 'The AMS-HT %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1800100000010003: 'The AMS-HT %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800100000020002: 'The AMS-HT %s slot %s motor is overloaded. The filament may be tangled or stuck.' + 00x1800100000020004: 'AMS-HT %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000010081: 'Failed to read the filament information from AMS-HT %s slot %s. The AMS main board may be malfunctioning.' + 00x1800200000010082: 'Failed to read the filament information from AMS-HT %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x1800200000010083: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged.' + 00x1800200000010084: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x1800200000010085: 'Failed to read the filament information from AMS-HT %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x1800200000010086: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' + 00x1800200000020001: 'AMS-HT %s slot %s filament has run out. Please insert a new filament.' + 00x1800200000020002: 'AMS-HT %s slot %s is empty; please insert a new filament.' + 00x1800200000020003: 'AMS-HT %s slot %s''s filament may be broken in AMS-HT.' + 00x1800200000020004: 'AMS-HT %s slot %s filament may be broken in the tool head.' + 00x1800200000020005: 'AMS-HT %s slot %s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' + 00x1800200000020006: 'AMS-HT %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x1800200000020007: 'AMS-HT %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x1800200000020008: 'AMS-HT %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x1800200000020009: 'Failed to extrude AMS-HT %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x180020000002000A: 'Failed to adjust the filament position of AMS-HT %s slot %s. The filament or buffer may be stuck.' + 00x1800200000020010: 'AMS-HT %s slot %s feeds filament out of AMS timeout.' + 00x1800200000020011: 'AMS-HT %s slot %s pulls filament back to AMS timeout.' + 00x1800200000020012: 'AMS-HT %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x1800200000020013: 'AMS-HT %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000020014: 'AMS-HT %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x1800200000020015: 'AMS-HT %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x1800200000020016: 'AMS-HT %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x1800200000020017: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x1800200000020018: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x1800200000020019: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x1800200000020020: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x1800200000020021: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x1800200000020022: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x1800200000020023: 'AMS-HT %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x1800200000020024: 'AMS-HT %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x1800200000020025: 'AMS-HT %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x1800200000020026: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x1800200000020027: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' + 00x1800200000030001: 'AMS-HT %s slot %s filament has run out. Please wait while old filament is purged.' + 00x1800200000030002: 'AMS-HT %s slot %s filament has run out and automatically switched to the slot with the same filament.' + 00x1800240000010007: 'AMS-HT %s door detection is abnormal, the Hall sensor connection may be loose or disconnected.' + 00x1800240000020009: 'AMS-HT %s front cover is open. This may affect the drying performance or cause the filament to absorb moisture.' + 00x1800250000020001: 'AMS-HT %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x1800260000020001: 'The induction hotend is heating up, and the drying power of AMS-HT %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x1800300000010001: 'The AMS-HT %s RFID 1 board has an error.' + 00x1800300000010004: 'Encryption chip failure' + 00x1800300000020002: 'The RFID-tag on AMS-HT %s slot %s is damaged, or its content cannot be identified.' + 00x1800300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x1800350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x1800350000010002: 'AMS-HT %s The humidity sensor is disconnected, which may be due to poor connector contact.' + 00x1800400000020001: 'AMS-HT %s Filament buffer position signal lost: the cable or position sensor may be malfunctioning.' + 00x1800450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x1800450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x1800500000020001: 'AMS-HT %s communication is abnormal; please check the connection cable.' + 00x1800510000030001: 'The AMS is disabled; please load filament from the spool holder.' + 00x1800550000010003: 'AMS-HT %s was detected offline during the AMS initialization process.' + 00x1800550000010004: 'The binding between AMS-HT %s and the extruder is incorrect. Please run the AMS Setup.' + 00x1800550000020001: 'A new AMS-HT detected. Please set it up to check which extruder the AMS-HT is connected to.' + 00x1800560000030001: 'AMS-HT %s is undergoing dry cooling; please wait for it to cool down before operating.' + 00x1800600000020001: 'The AMS-HT %s slot %s is overloaded. The filament may be tangled or the filament buffer may be stuck.' + 00x1800700000020001: 'Failed to pull out the AMS-HT %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x1800700000020002: 'Failed to feed the AMS-HT %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020004: 'Failed to pull back the AMS-HT %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020005: 'Failed to feed the AMS-HT %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x1800700000020007: 'AMS-HT %s filament ran out. Please put a new filament into the same slot in AMS-HT %s and resume.' + 00x1800800000010001: 'AMS-HT %s The current sensor of heater %s is abnormal.' + 00x1800800000010002: 'AMS-HT %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x1800800000010003: 'AMS-HT %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x1800800000010004: 'AMS-HT %s The heater %s is heating abnormally.' + 00x1800860000010004: 'AMS-HT %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x1800900000010002: 'AMS-HT %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x1800900000010003: 'AMS-HT %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x1800900000010004: 'The current sensor of AMS-HT %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS-HT mainboard.' + 00x1800900000020001: 'AMS-HT %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x1800920000010001: 'AMS-HT %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x1800920000020002: 'AMS-HT %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x1800920000020003: 'The AMS-HT %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x1800940000010001: 'AMS-HT %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x1800940000010002: 'AMS-HT %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x1800960000010001: 'AMS-HT %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x1800960000010003: 'AMS-HT %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x1800960000020002: 'AMS-HT %s Environmental temperature is too low, which will affect the drying capability.' + 00x1800960000020004: 'AMS-HT %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x1800970000030001: 'AMS-HT %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x1800980000020001: 'AMS-HT %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x1800980000020002: 'AMS-HT %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x18FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x18FF200000020001: 'External filament has run out; please load a new filament.' + 00x18FF200000020002: 'External filament is missing; please load a new filament.' + 00x18FF200000020004: 'Please pull the external filament from the extruder.' + 00x18FF700000020003: 'Please check if the material is coming out of the right nozzle. If not, gently push the material and try to extrude again.' + 00x1A00010000020001: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has no hotend installed, the corresponding rack slot contains a hotend, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020002: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has a hotend installed, the corresponding rack slot is empty, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020003: 'Error detected before induction hotend replacement: no hotend installed in slot %s on the rack.' + 00x1A00010000020004: 'Error detected before induction hotend replacement: a hotend is already installed in slot %s on the rack. Please remove it before continuing.' + 00x1A00010000020020: 'Abnormal condition detected while nesting the hotend in slot %s: a hotend is already installed. Please remove the existing one before clicking "Continue."' + 00x1A00010000020021: 'Abnormal condition detected while nesting the hotend in slot %s: no hotend detected on the toolhead. Please mount the hotend onto the toolhead before clicking "Continue."' + 00x1A00010000020022: 'Abnormal condition detected while nesting the hotend in slot %s. Please ensure no hotend is mounted on the toolhead and that a hotend is present in slot %s on the rack before clicking "Continue."' + 00x1A00010000020023: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detect the hotend on the toolhead. Please check whether there is any debris on the hotend heatsink surface or if the front magnet has fallen off. If not, recalibrate the induction hotend rack.' + 00x1A00010000020024: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detach the hotend from the toolhead. Please make sure the locking lever is in the released position.' + 00x1A00010000020025: 'Abnormal condition detected while nesting the hotend in slot %s: the hotend has dropped. Please check for excessive filament remaining at the top of the hotend, trim the residue, reinstall the hotend into slot %s on the rack, and then click "Continue."' + 00x1A00010000020026: 'Abnormal condition detected while nesting the hotend in slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020027: 'Abnormal condition detected while nesting the hotend in slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00010000020030: 'Abnormal condition detected while fetching the hotend from slot %s: no hotend found in this position. Please install a hotend in the corresponding slot before clicking "Continue."' + 00x1A00010000020031: 'Abnormal condition detected while fetching the hotend from slot %s: a hotend is already mounted on the toolhead. Please remove the hotend from the toolhead before clicking "Continue."' + 00x1A00010000020032: 'Error detected while fetching the hotend from slot %s: the toolhead failed to detect the hotend on the rack. Please check for any debris in the induction hotend mounting slot on the toolhead. If none is found, recalibrate the induction hotend rack.' + 00x1A00010000020033: 'Error detected while fetching the hotend from slot %s: the rack failed to mount the hotend properly. Please check for excessive filament at the top of the hotend, debris in the contact area between the toolhead and the hotend, or if the locking lever is in the released position. After resolving the issue, click "Continue."' + 00x1A00010000020034: 'Error detected while fetching the hotend from slot %s: the hotend has dropped. Please check for excessive filament or other debris at the top of the hotend, trim or remove it, then reinstall the hotend into slot %s on the rack and click "Continue."' + 00x1A00010000020035: 'Error detected while fetching the hotend from slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020036: 'Error detected while fetching the hotend from slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00100000020001: 'Toolhead XY axis or hotend rack has not finished homing. Hotend replacement cannot proceed.' + 00x1A00110000020002: 'Hotend rack coarse homing failed. Please check for any obstructions.' + 00x1A00110000020003: 'Induction Hotend Rack coarse homing failed due to excessive travel. Please check the timing belt condition.' + 00x1A00120000020001: 'Induction hotend rack calibration failed: camera position calibration error. Please clean any debris from the thermal paper surface at the rear of the build plate and remove residue from the nozzle.' + 00x1A00120000020002: 'Induction hotend rack calibration failed: the white marker on the rack''s induction hotend docking module was not detected. Please refer to the Wiki to check if the marker is damaged or covered by dirt.' + 00x1A00120000020003: 'Induction hotend rack calibration failed: abnormal calibration result. Please refer to the Wiki to check if the rack structure is deformed.' + 00x1A00120000020004: 'Hotend rack height calibration is abnormal. Please check for any foreign objects that may be causing the rack to jam.' + 00x1A00120000020007: 'The hotend rack motion timed out. Please check for any foreign objects or obstructions that may be causing the rack to jam.' + 00x1A00120000020008: 'The hotend rack tool lock rod position is abnormal. Please check for any foreign objects or obstructions that may be causing the lock rod to jam.' + 00x1A00120000020009: 'Induction hotend locking lever or rack lever release mechanism error. Please refer to the Wiki for inspection.' + 00x1A00120000020010: 'The Induction Hotend Rack has not been set up. Please follow the instructions to complete the setup before using its functions.' + 00x1A00120000020011: 'Induction hotend not detected before locking. Please check its installation on the toolhead.' + 00x1A00130000020001: 'The hotend rack is fully occupied. Please remove at least one hotend before proceeding.' + 00x1A00200000020001: 'Power outage occurred during hotend replacement. Please follow the Wiki guide to restore the setup, otherwise printing may fail.' + 00x1A00210000010001: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend back to slot %s on the rack, then move the toolhead to the center of the build plate.' + 00x1A00210000010002: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend from slot %s on the rack back onto the toolhead, then move the toolhead to the center of the build plate.' + 00x1A00210000020001: 'Power loss occurred while fetching/nesting hotend. Check if the hotend is in slot %s on the rack. If not, nest it back to that slot and move the toolhead to the center of the build plate.' + 00x1A00210000020002: 'Power loss occurred while fetching/nesting the hotend. Check if it''s mounted on the toolhead. If not, fetch it from slot %s on the rack, nest it onto the toolhead, and move the toolhead to the center of the build plate.' + 00x1A00E00000010005: 'The Induction Hotend Rack is blocked by an obstacle during homing. Please clear any obstructions from its movement path.' + 00x1A00E00000010006: 'Induction Hotend Rack homing distance is too long. The timing belt may be loose. Please check and tighten.' ctl_top_t_temp_axis: 'Teplota/Pozice' ctl_top_t_filament: 'Filament' + ctl_top_t_hello: 'Ahoj světe' ctl_t_part: 'Díl' ctl_t_aux: 'Pomocný' ctl_t_chamber: 'Komora' @@ -493,6 +1173,10 @@ cs-CZ: tip_group_temp_too_high_confirm: 'Ve skupině jsou některé tiskárny s teplotou trysky vyšší než 50°C. Vypnutí tiskárny může způsobit její zablokování. Před vypnutím napájení tiskárny počkejte, až tryska vychladne. Chcete pokračovat?' t_is_printing: 'Tiskne' t_is_idle: 'Nečinná' + t_table_header_index: 'Č.' + t_table_header_device_name: 'Název zařízení' + t_table_header_status_task: 'Stav / Úloha' + t_table_header_actions_connection: 'Akce a připojení' tip_enter_group_name: 'Zadejte jméno skupiny:' tip_move_confirm: 'Tiskárna/skupina tiskáren nyní tiskne a nemůže být přesunuta.' tip_always_sleep: 'Tato operace způsobí poškození obrazovky. Chcete pokračovat?' @@ -530,7 +1214,7 @@ cs-CZ: tip_confirm_unbind_power: 'Chcete odebrat Panda PWR?' t_reset_power_usage: | RST - Spotřeba + Spotřeba t_reset_power_usage_print: 'Reset spotřeby' tip_confirm_reset_power_usage: 'Chcete vymyzat spotřebu energie?' t_auto_off: 'Automatické vypnutí' @@ -555,15 +1239,24 @@ cs-CZ: tip_loading_thumbnail: 'Nahrávám data z tiskárny. Počkejte prosím chvíli.' t_sd_enhanced_load_thumbnails: 'Vylepšené zobrazení miniatur' tip_enhanced_load_effect: 'Tisk z USB disku nebo kliknutí na panel SD karty způsobí dlouhou prodlevu a projeví se po restaru. Pokračovat?' - tip_not_higher: 'Not higher than %d.' - tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' - tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' - tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' - tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' - tip_dry_completed: 'Drying completed.' - tip_dry_not_support: 'Not support for A1, A1-mini.' + tip_not_higher: 'Not higher than %d.' + tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' + tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' + tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' + tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' + tip_ams_dry_stop: 'Opravdu chcete zastavit suseni AMS?' + tip_dry_completed: 'Drying completed.' + tip_dry_not_support: 'Not support for A1, A1-mini.' tip_dry_printer_printing: 'The printer is printing.' tip_skip_obj_selected: '#ff0000 %d# objects is selected' tip_dry_ing: 'Drying' tip_dry_prepare_ok: 'Ready, please check if the printer tool head has returned to the preset position before clicking start.' -#NEW ADD END \ No newline at end of file +#NEW ADD END +# AUTO-FILLED MISSING KEYS START + tip_firmware_incompatible: | + Your Bambu machine is running firmware version %s or above + This firmware implements an authentication mechanism that requires Bambu to approve who can send control commands to your machines if you are operating in cloud mode. + To regain full control of your machine using the Panda Touch, please change to LAN-only, developer mode from your stock bambu screen. + Alternately, you can roll back to an earlier firmware version using the bambu handy app. + tip_firmware_incompatible_reduced: 'Rezim pouze pro cteni. Pro plne ovladani prepnete na LAN-only developer mode nebo vratte firmware tiskarny na starsi verzi.' +# AUTO-FILLED MISSING KEYS END diff --git a/Translation/de-DE/de-DE.yml b/Translation/de-DE/de-DE.yml index 6c83e5d..c4ef35e 100644 --- a/Translation/de-DE/de-DE.yml +++ b/Translation/de-DE/de-DE.yml @@ -1,7 +1,5 @@ de-DE: -#SETTING PAGE lang_name_t: 'Deutsch' - min_time_t_1: '1 Minuten' min_time_t_2: '2 Minuten' min_time_t_3: '3 Minuten' @@ -17,6 +15,9 @@ de-DE: setting_gen_t_lang: 'Sprache:' setting_gen_t_fw: 'Firmware:' setting_gen_t_slp: 'Ruhezustand:' + setting_gen_t_readonly: 'Nur-Lese-Modus:' + setting_gen_t_wake_on_print: 'Bei Druckstart aufwecken' + setting_gen_t_on_while_print: 'Wahrend des Drucks aktiv bleiben' setting_gen_t_backlight: 'Helligkeit:' setting_gen_t_reb: 'Neustart' setting_gen_t_rst: 'Werkseinstellungen' @@ -38,6 +39,7 @@ de-DE: btn_load: 'Laden' btn_unload: 'Entladen' btn_retry: 'Wiederholen' + btn_reread: 'Erneut lesen' btn_abort: 'Abbrechen' btn_print: 'Drucken' btn_remove: 'Entfernen' @@ -56,15 +58,19 @@ de-DE: btn_add_printer: 'Drucker hinzufügen' btn_add_group: 'Gruppe hinzufügen' btn_goto_printers: 'Zur Multi-Geräte-Seite gehen' + btn_printer_view_list: 'Liste' + btn_printer_view_card: 'Karte' btn_goto_wifi: 'Zum Wi-Fi-Netzwerk gehen' btn_ignore: 'Ignorieren' btn_goto_login: 'Zur Anmeldeseite gehen' btn_dry: 'Trocknen' btn_dry_prepare: 'Trocknen vorbereiten' btn_dry_start: 'Trocknen starten' + label_dry_time: 'Trocknungszeit' + label_dry_temp: 'Temperatur' + tip_ams_dry_setup: 'AMS-Trocknung einrichten' btn_skip_obj: 'Skip' #BUTTONS END - set_net_wifi_scaned: 'Wi-Fi-Netzwerke' welcome_tip: 'Bitte verbinden Sie sich mit dem Internet, indem Sie das gewünschte Wi-Fi-Netzwerk rechts auswählen und dann das Passwort eingeben. Klicken Sie auf "Aktualisieren", wenn Sie das gewünschte Netzwerk nicht sehen. Klicken Sie auf "Weiter", sobald Sie mit dem gewünschten Netzwerk verbunden sind.' tip_scan_qrcode: 'Bitte verwenden Sie Ihr Telefon, um den QR-Code zu scannen, um auf das Online-Handbuch zuzugreifen.' @@ -119,7 +125,7 @@ de-DE: filament_maximum: 'Maximum' filament_unknown_type: 'Unbekannt' #PRINT -#TIPS +#TIPS tip_input_optional: '(Optional)' tip_input_name: '(Erforderlich) Geben Sie den Namen Ihres Druckers ein' tip_input_ip: '(Erforderlich) Geben Sie die IP-Adresse Ihres Druckers ein' @@ -179,10 +185,49 @@ de-DE: notify_remind: 'Bitte scannen Sie den Code, um mögliche Lösungen anzuzeigen, oder klicken Sie auf die Schaltfläche "Zum Drucker gehen", um diesen Drucker als "Master"-Drucker einzustellen.' notify_remind_go_print: 'Zum Drucker gehen' notify_unknow_state: 'Unbekannter Statuscode für das Panda Touch.' - 00x0300100000020001: 'Die Resonanzfrequenz der %s-Achse ist niedrig. Der Zahnriemen könnte locker sein.' - 00x0300100000020002: 'Die mechanische Resonanzmode 1. Ordnung der %s-Achse unterscheidet sich stark von der letzten Kalibrierung. Bitte führen Sie die Maschinenkalibrierung später erneut aus.' - 00x03000F0000010001: 'Die Beschleunigungsmesserdaten sind nicht verfügbar.' - 00x03000D000001000B: 'Der Z-Achsen-Motor scheint beim Aufwärtsbewegen hängen geblieben zu sein.' + 00x0300010000010001: 'The heatbed temperature is abnormal; the heater may have a short circuit.' + 00x0300010000010002: 'The heatbed temperature is abnormal; the heater may have an open circuit, or the thermal switch may be open.' + 00x0300010000010003: 'The heatbed temperature is abnormal; the heater is over temperature.' + 00x0300010000010006: 'The heatbed temperature is abnormal; the sensor may have a short circuit.' + 00x0300010000010007: 'Die Heizbetttemperatur ist anormal; der Sensor könnte einen offenen Stromkreis haben.' + 00x0300010000010008: 'An abnormality occurs during the heating process of the heatbed; the heating modules may be broken.' + 00x030001000001000A: 'The heatbed temperature control is abnormal; the AC board may be broken.' + 00x030001000001000C: 'The heatbed has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030001000001000D: 'An abnormality occured in heating modules of heatbed previously. To continue using your printer, please refer to the wiki to troubleshoot.' + 00x030001000001000E: 'The power supply voltage does not match the machine; the heatbed has been disabled.' + 00x030001000002000F: 'The chamber target temperature is set too high, while the heatbed target temperature is set too low. Heatbed cooling has been skipped. It is recommended to set matching chamber and heatbed temperatures.' + 00x0300010000030008: 'The temperature of the heated bed exceeds the limit and automatically adjusts to the limit temperature.' + 00x030001000003000F: 'The chamber temperature is currently high, and the heatbed is cooling down slowly. It is recommended to open the top cover or front door to accelerate the cooling process.' + 00x0300020000010001: 'Die Düsentemperatur ist anormal, der Heizer könnte einen Kurzschluss haben.' + 00x0300020000010002: 'Die Düsentemperatur ist anormal, der Heizer könnte einen offenen Stromkreis haben.' + 00x0300020000010003: 'Die Düsentemperatur ist anormal, der Heizer ist überhitzt.' + 00x0300020000010004: 'The right nozzle temperature control is abnormal. The hotend might have structural damage.' + 00x0300020000010006: 'Die Düsentemperatur ist anormal, der Sensor könnte einen Kurzschluss haben.' + 00x0300020000010007: 'Die Düsentemperatur ist anormal, der Sensor könnte einen offenen Stromkreis haben.' + 00x0300020000010008: 'The right extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x0300020000010009: 'Nozzle temperature control is abnormal. The hot end may not be installed. To heat the heating assembly without the hotend, enable Maintenance Mode in the settings.' + 00x030002000001000B: 'The right extruder nozzle temperature control is abnormal, possibly due to the hotend not being properly installed or a malfunction of the wireless temperature measurement board.' + 00x0300030000010001: 'Die Geschwindigkeit des Hotend-Lüfters ist zu langsam oder gestoppt.' + 00x0300030000020002: 'Die Geschwindigkeit des Hotend-Lüfters ist langsam.' + 00x0300040000020001: 'Die Geschwindigkeit des Teilkühlventilators ist zu langsam oder gestoppt.' + 00x0300050000010001: 'The motor driver is overheating. Its radiator may be loose, or its cooling fan may be damaged.' + 00x0300060000010001: 'Motor-%s hat einen Kurzschluss. Es könnte eine lose Verbindung vorliegen oder der Motor könnte ausgefallen sein.' + 00x0300060000010002: 'Motor-%s hat einen Kurzschluss. Er könnte ausgefallen sein.' + 00x0300060000010003: 'Der Widerstand von Motor-%s ist anormal, der Motor könnte ausgefallen sein.' + 00x0300090000010001: 'The extruder servo motor has an open circuit. The connection may be loose, or the motor may have failed.' + 00x0300090000010002: 'The extruder servo motor has a short-circuit. It may have failed.' + 00x0300090000010003: 'The resistance of the extruder servo motor is abnormal; the motor may have failed.' + 00x0300090000020001: 'The extrusion motor is overloaded. The extruder may be clogged or the filament may be stuck in the tool head.' + 00x0300090000020002: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead.' + 00x0300090000020003: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip.' + 00x0300090000020004: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead, or the externally mounted filament may be tangled.' + 00x0300090000020005: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip, or the externally mounted filament may be tangled.' + 00x0300090000030007: 'Filament extrusion anomaly detected. Automatically retrying recovery, please wait.' + 00x03000A0000010001: 'Die Empfindlichkeit des Heizbett-Kraftsensors %s ist zu hoch.' + 00x03000A0000010002: 'Die Empfindlichkeit des Heizbett-Kraftsensors %s ist niedrig.' + 00x03000A0000010003: 'Die Empfindlichkeit des Heizbett-Kraftsensors %s ist zu niedrig.' + 00x03000A0000010004: 'Während des Tests der Kraftsensor-%s-Empfindlichkeit wurde eine externe Störung festgestellt. Die Heizbettplatte könnte etwas außerhalb des Heizbetts berührt haben.' + 00x03000A0000010005: 'Der Kraftsensor %s hat eine unerwartete kontinuierliche Kraft festgestellt. Das Heizbett könnte hängen oder das analoge Frontend könnte defekt sein.' 00x03000D0000010003: 'Die Bauplatte ist nicht richtig platziert. Bitte passen Sie sie an.' 00x03000D0000010004: 'Die Bauplatte ist nicht richtig platziert. Bitte passen Sie sie an.' 00x03000D0000010005: 'Die Bauplatte ist nicht richtig platziert. Bitte passen Sie sie an.' @@ -192,133 +237,768 @@ de-DE: 00x03000D0000010009: 'Die Bauplatte ist nicht richtig platziert. Bitte passen Sie sie an.' 00x03000D000001000A: 'Die Bauplatte ist nicht richtig platziert. Bitte passen Sie sie an.' 00x03000D0000020001: 'Heatbed-Homing anormal.' - 00x03000A0000010005: 'Der Kraftsensor %s hat eine unerwartete kontinuierliche Kraft festgestellt. Das Heizbett könnte hängen oder das analoge Frontend könnte defekt sein.' - 00x03000A0000010004: 'Während des Tests der Kraftsensor-%s-Empfindlichkeit wurde eine externe Störung festgestellt. Die Heizbettplatte könnte etwas außerhalb des Heizbetts berührt haben.' - 00x03000A0000010003: 'Die Empfindlichkeit des Heizbett-Kraftsensors %s ist zu niedrig.' - 00x03000A0000010002: 'Die Empfindlichkeit des Heizbett-Kraftsensors %s ist niedrig.' - 00x03000A0000010001: 'Die Empfindlichkeit des Heizbett-Kraftsensors %s ist zu hoch.' - 00x0300040000020001: 'Die Geschwindigkeit des Teilkühlventilators ist zu langsam oder gestoppt.' - 00x0300030000020002: 'Die Geschwindigkeit des Hotend-Lüfters ist langsam.' - 00x0300030000010001: 'Die Geschwindigkeit des Hotend-Lüfters ist zu langsam oder gestoppt.' - 00x0300060000010001: 'Motor-%s hat einen Kurzschluss. Es könnte eine lose Verbindung vorliegen oder der Motor könnte ausgefallen sein.' - 00x0300060000010002: 'Motor-%s hat einen Kurzschluss. Er könnte ausgefallen sein.' - 00x0300060000010003: 'Der Widerstand von Motor-%s ist anormal, der Motor könnte ausgefallen sein.' - 00x0300010000010007: 'Die Heizbetttemperatur ist anormal; der Sensor könnte einen offenen Stromkreis haben.' - 00x0300130000010001: 'Der Stromsensor von Motor-%s ist anormal. Dies kann durch einen Ausfall der Hardware-Abtastkreis verursacht werden.' - 00x0300180000010005: 'Der Z-Achsen-Motor scheint während der Bewegung hängen geblieben zu sein. Bitte überprüfen Sie, ob Fremdkörper auf den Z-Schiebern oder Z-Zahnriemenrädern vorhanden sind.' - 00x0300190000010001: 'Der Wirbelstromsensor auf der Y-Achse ist nicht verfügbar, das Kabel sollte gebrochen sein.' - 00x0300190000020002: 'Die Empfindlichkeit des Y-Achsen-Wirbelstromsensors ist zu niedrig.' - 00x0300400000020001: 'Die Datenübertragung über die serielle Schnittstelle ist anormal; das Software-System könnte fehlerhaft sein.' - 00x0300410000010001: 'Die Systemspannung ist instabil; Auslösen der Stromausfallschutzfunktion.' - 00x0300020000010001: 'Die Düsentemperatur ist anormal, der Heizer könnte einen Kurzschluss haben.' - 00x0300020000010002: 'Die Düsentemperatur ist anormal, der Heizer könnte einen offenen Stromkreis haben.' - 00x0300020000010003: 'Die Düsentemperatur ist anormal, der Heizer ist überhitzt.' - 00x0300020000010006: 'Die Düsentemperatur ist anormal, der Sensor könnte einen Kurzschluss haben.' - 00x0300020000010007: 'Die Düsentemperatur ist anormal, der Sensor könnte einen offenen Stromkreis haben.' + 00x03000D000001000B: 'Der Z-Achsen-Motor scheint beim Aufwärtsbewegen hängen geblieben zu sein.' + 00x03000D0000020003: 'The build plate may not be properly placed. If this message appears repeatedly, please check the Wiki for more explanations.' + 00x03000F0000010001: 'Die Beschleunigungsmesserdaten sind nicht verfügbar.' + 00x0300100000020001: 'Die Resonanzfrequenz der %s-Achse ist niedrig. Der Zahnriemen könnte locker sein.' + 00x0300100000020002: 'Die mechanische Resonanzmode 1. Ordnung der %s-Achse unterscheidet sich stark von der letzten Kalibrierung. Bitte führen Sie die Maschinenkalibrierung später erneut aus.' + 00x0300110000020002: 'The resonance frequency of the Y-axis differs greatly from the last calibration. Please clean the Y-axis liner rod and conduct a calibration after printing.' 00x0300120000020001: 'Die vordere Abdeckung des Werkzeugkopfes ist abgefallen.' + 00x0300130000010001: 'Der Stromsensor von Motor-%s ist anormal. Dies kann durch einen Ausfall der Hardware-Abtastkreis verursacht werden.' + 00x0300160000010001: 'The extruder servo motor''s current sensor is abnormal. A failure of the hardware sampling circuit may cause this.' + 00x0300170000010001: 'The hotend cooling fan speed is too slow or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300170000020002: 'The hotend cooling fan speed is slow. It may be stuck and need cleaning.' 00x0300180000010001: 'Der Wert des Extrusionskraftsensors ist niedrig, die Düse scheint nicht installiert zu sein.' 00x0300180000010002: 'Die Empfindlichkeit des Extrusionskraftsensors ist niedrig, der Hotend könnte nicht richtig installiert sein.' 00x0300180000010003: 'Der Extrusionskraftsensor ist nicht verfügbar, die Verbindung zwischen MC und TH könnte unterbrochen sein oder der Sensor ist defekt.' - 00x0300180000010004: 'Die Daten vom Extrusionskraftsensor sind abnormal, der Sensor könnte defekt sein.' + 00x0300180000010005: 'Der Z-Achsen-Motor scheint während der Bewegung hängen geblieben zu sein. Bitte überprüfen Sie, ob Fremdkörper auf den Z-Schiebern oder Z-Zahnriemenrädern vorhanden sind.' + 00x0300180000010006: 'The heatbed leveling data is abnormal. Please check whether there are any foreign objects on the heatbed and Z slider. If so, please remove them and try again.' + 00x0300180000010007: 'The frequency of the extrusion force sensor is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300180000010008: 'The nozzle touches the heatbed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030018000001000B: 'Nozzle presence detection failed: nozzle not installed or improperly installed.' + 00x030018000001000C: 'An anomalous jump in the extruder extrusion force sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x030018000001000D: 'Nozzle clumping detection calibration failed. Excessive force detected on the nozzle. Please ensure the nozzle is installed correctly.' + 00x030018000001000E: 'Nozzle clumping detection calibration failed. The nozzle did not touch the inner wall of the hole. Please clean the nozzle and the steel plate hole at the rear-right side of the heatbed.' + 00x0300180000030009: 'Performing initial High-temperature Bed Leveling.' + 00x0300190000010001: 'Der Wirbelstromsensor auf der Y-Achse ist nicht verfügbar, das Kabel sollte gebrochen sein.' + 00x0300190000020002: 'Die Empfindlichkeit des Y-Achsen-Wirbelstromsensors ist zu niedrig.' 00x03001A0000020001: 'Die Düse ist mit dem Filament umwickelt oder die Druckplatte ist falsch platziert.' 00x03001A0000020002: 'Der Extrusionskraftsensor erkennt, dass die Düse verstopft ist.' - 00x0C00010000010001: 'Die Micro Lidar-Kamera ist offline.' - 00x0C00010000020002: 'Die Micro Lidar-Kamera funktioniert nicht.' - 00x0C00010000010003: 'Die Synchronisation der Micro Lidar ist abnormal.' - 00x0C00010000010004: 'Das Micro Lidar-Objektiv ist schmutzig.' - 00x0C00010000010005: 'Die OTP-Parameter des Micro Lidar sind abnormal.' - 00x0C00010000020006: 'Die extrinsischen Parameter des Micro Lidar sind abnormal.' - 00x0C00010000020007: 'Die Laserparameter des Micro Lidar sind abgedriftet.' - - 00x0C00010000020008: 'Die Kameras im Druckraum sind offline.' - 00x0C00010000010009: 'Die Kamera im Druckraum ist schmutzig.' - 00x0C0001000001000A: 'Die Micro Lidar-LED könnte defekt sein.' - 00x0C0001000002000B: 'Kalibrierung des Micro Lidar fehlgeschlagen.' - 00x0C00020000010001: 'Laser ist nicht eingeschaltet.' - 00x0C00020000020002: 'Laser ist zu dick.' - 00x0C00020000020003: 'Laser ist nicht hell genug.' - 00x0C00020000020004: 'Die Düsenhöhe scheint zu niedrig zu sein.' - 00x0C00020000010005: 'Ein neuer Micro Lidar wurde erkannt.' - 00x0C00020000020006: 'Die Düsenhöhe scheint zu hoch zu sein.' - - 00x0C00030000020001: 'Die Messung der Filamentbelichtung ist fehlgeschlagen.' - 00x0C00030000020002: 'Die Inspektion der ersten Schicht wurde aufgrund abnormaler Lidar-Daten abgebrochen.' - 00x0C00030000020004: 'Die Inspektion der ersten Schicht wird für den aktuellen Druckauftrag nicht unterstützt.' - 00x0C00030000020005: 'Zeitüberschreitung bei der Inspektion der ersten Schicht.' - 00x0C00030000030006: 'Gereinigte Filamente haben sich angesammelt.' - 00x0C00030000030007: 'Mögliche Defekte in der ersten Schicht.' - 00x0C00030000030008: 'Mögliche Spaghetti-Defekte.' - 00x0C00030000010009: 'Modul zur Inspektion der ersten Schicht wurde neu gestartet.' - 00x0C0003000003000B: 'Inspektion der ersten Schicht läuft.' - 00x0C0003000002000C: 'Marker auf der Druckplatte nicht erkannt.' - + 00x03001A0000020003: 'The nozzle clumping sensor is malfunctioning; Please refer to the Wiki for troubleshooting.' + 00x03001A0000030004: 'Nozzle clumping detection timed out. The check has been skipped.' + 00x03001B0000010001: 'The signal of the heatbed acceleration sensor is weak. The sensor may have fallen off or been damaged.' + 00x03001B0000010002: 'External disturbance was detected on the heatbed acceleeration sensor. The sensor signal wire may not be affixed.' + 00x03001B0000010003: 'The heatbed acceleration sensor detected unexpected continuous force. The sensor may be stuck, or the analog front end may be broken.' + 00x03001C0000010001: 'The extrusion motor driver is abnormal. The MOSFET may have a short circuit.' + 00x03001D0000010001: 'The position sensor of extrusion motor is abnormal. The connection to the sensor may be loose.' + 00x03001E0000010001: 'The left nozzle temperature is abnormal; the heater may have a short circuit.' + 00x03001E0000010002: 'The left nozzle temperature is abnormal; the heater may have an open circuit.' + 00x03001E0000010003: 'The left nozzle temperature is abnormal; the heater is over temperature.' + 00x03001E0000010006: 'The left nozzle temperature is abnormal; the sensor may have a short circuit, please check whether the connector is properly plugged in.' + 00x03001E0000010007: 'The left nozzle temperature is abnormal; the sensor may have an open circuit.' + 00x03001E0000010008: 'The left extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x03001E0000010009: 'The left nozzle temperature control is abnormal; the hot end may not be installed. If you want to heat the hot end without it being installed, please turn on maintenance mode in the settings page.' + 00x0300200000010001: 'X-axis homing abnormal: please check if the toolhead is stuck or if the resistance on the X-axis linear rail is too high.' + 00x0300200000010002: 'Y-axis homing abnormal: please check if the toolhead is stuck or the Y carriage has too much resistance.' + 00x0300200000010003: 'X axis homing abnormal: the timing belt may be loose.' + 00x0300200000010004: 'Y axis homing abnormal: the timing belt may be loose.' + 00x0300210000010001: 'Auxiliary extruder motor open circuit, possibly due to a loose connection or motor failure.' + 00x0300210000010002: 'Auxiliary extruder motor short circuit, possibly caused by motor failure.' + 00x0300210000010003: 'The resistance of the Auxiliary extruder motor is abnormal; the motor may have failed.' + 00x0300220000010001: 'Auxiliary extruder motor current sensor error, possibly caused by a sampling circuit hardware failure.' + 00x0300250000010001: 'The frequency of the extrusion force sensor of the right extruder is too low. The nozzle may not be installed, or the nozzle heat sink may be too far away from the sensor.' + 00x0300250000010002: 'The sensitivity of the right extruder extrusion force sensor is low; the nozzle may not installed correctly.' + 00x0300250000010003: 'Unable to read data from the right extruder force sensor; there may be a communication break or sensor damage.' + 00x0300250000010004: 'The signal of the extrusion force sensor of the right extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300250000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300250000010007: 'The frequency of the extrusion force sensor of the right extruder is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300250000010008: 'The right nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030025000001000A: 'Nozzle offset calibration failed. Filament sticks to the nozzle, which may affect print quality. Please clean the nozzle and try again.' + 00x030025000001000B: 'Nozzle presence detection failed: Right extruder nozzle not installed or improperly installed.' + 00x030025000001000C: 'An anomalous jump in the right extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300260000010001: 'The frequency of the extrusion force sensor of the left extruder is too low. The sensor may be installed too far, or the sensor may be loose.' + 00x0300260000010002: 'The sensitivity of the left extruder extrusion force sensor is low; the force sensor may not be installed correctly.' + 00x0300260000010003: 'Unable to read data from the left extruder force sensor; there may be a communication break or sensor damage.' + 00x0300260000010004: 'The signal of the extrusion force sensor of the left extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300260000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300260000010007: 'The frequency of the extrusion force sensor of the left extruder is too high. The sensor may be installed too close, or the sensor may be loose.' + 00x0300260000010008: 'The left nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030026000001000B: 'Nozzle presence detection failed: Left extruder nozzle not installed or improperly installed.' + 00x030026000001000C: 'An anomalous jump in the left extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300270000010001: 'The nozzle offset calibration sensor frequency is too low. The sensor may be damaged.' + 00x0300270000010002: 'Too many attempts at nozzle offset calibration, possibly due to purged filament between the nozzle and the heated base, or incorrect installation of the nozzle. Please inspect and retry.' + 00x0300270000010003: 'The nozzle offset calibration result shows significant deviation, possibly due to the heat insulation sheet on the right nozzle heating base not being installed. Please install it correctly and try again.' + 00x0300270000010004: 'The signal of the nozzle offset calibration sensor is abnormal. The sensor may be damaged, or the wiring may not be connected properly.' + 00x0300270000010005: 'The nozzle offset calibration indicates significant deviation, possibly caused by an additional heat insulation sheet installed on the right nozzle heating base. Please verify this and attempt the calibration again.' + 00x0300270000010006: 'The nozzle offset calibration shows significant deviation, possibly due to incorrect installation of the nozzle or heating base. Please inspect and retry.' + 00x0300270000010007: 'The nozzle offset calibration sensor frequency is too high. The sensor may be damaged.' + 00x0300270000010008: 'The nozzle offset calibration sensor signal is too weak. It may be that the nozzle is sticky or the nozzle does not move above the sensor during calibration, causing the distance between the nozzle and the sensor to be too far.' + 00x0300280000010001: 'The data of the force sensor of the Cutting Module is abnormal. The magnet on the Tool Holder may fall off or the force sensor may be damaged.' + 00x0300280000010003: 'Communication failure between cutting module and toolhead during Z-axis homing. Please check if the cutting module signal cable is loose or broken or verify if the force sensor coil is intact.' + 00x0300280000010004: 'The force sensor of the Cutting Module is abnormal. The force sensor cable may be disconnected or the force sensor is damaged.' + 00x0300280000010005: 'Z-axis homing failed in cutting mode. Please check if there are any foreign objects in the Z-axis slider and Z-axis synchronous pulley.' + 00x0300280000010007: 'Communication failure between the Cutting Module and toolhead module. Please check if the Cutting module signal cable is loose or broken. It could also be due to a broken force sensor coil.' + 00x0300280000010008: 'Z-axis homing failed. Please check if the blade holder movement is smooth and ensure no foreign objects are at the contact position on the heatbed.' + 00x0300290000010001: 'Vision encoder patterns can not be recognized; possible reasons include vision encoder pattern distortion, light overexposure, and plate misplacement.' + 00x03002A0000010001: 'The left hotend cooling fan speed is too slow or stopped. The fan may be stuck or the connector may not be plugged in properly.' + 00x03002A0000020002: 'The left hotend cooling fan speed is slow. It may be stuck and need cleaning.' + 00x03002B0000020001: 'Air-door calibration failed. Please check if there is any foreign object blocking the damper.' + 00x03002C0000010001: 'Obstacle detected under the heatbed. Please remove it to ensure proper printing.' + 00x03002D0000010006: 'Heated bed leveling failed, possibly due to foreign objects on the bed or bed tilt. Continuing to print may damage the build plate. Please remove any debris or manually level the bed before retrying.' + 00x03002E0000030001: 'The motor noise cancellation data needs to be updated; please recalibrate.' + 00x0300310000010001: 'The Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300310000020002: 'The Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000010001: 'The Auxiliary Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300320000010002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000020002: 'The Auxiliary Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300330000010001: 'The Chamber Exhaust Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300330000020002: 'The Chamber Exhaust Fan speed is slow. It may be stuck and need cleaning.' + 00x0300350000010001: 'The MC module cooling fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300350000020002: 'The MC module cooling fan speed is slow. It may be stuck and need cleaning.' + 00x0300360000010001: 'The Chamber Heat Circulation Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300360000020002: 'The Chamber Heat Circulation Fan speed is slow. It may be stuck and need cleaning.' + 00x0300390000010001: 'The External Fan on the Toolhead is running too slowly or has stopped, possibly due to debris blockage or a loose connector.' + 00x0300390000020002: 'The External Fan on the Toolhead is running at a low speed, possibly due to debris buildup.' + 00x03003A0000010001: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x03003A0000020002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300400000020001: 'Die Datenübertragung über die serielle Schnittstelle ist anormal; das Software-System könnte fehlerhaft sein.' + 00x0300410000010001: 'Die Systemspannung ist instabil; Auslösen der Stromausfallschutzfunktion.' + 00x0300420000010001: 'Toolhead power abnormality detected; it may be caused by a damaged TH board or a short circuit in the USB-C cable.' + 00x0300900000010001: 'Chamber heating failed. The heater may not be blowing hot air.' + 00x0300900000010002: 'Chamber heating failed. Possible causes: the chamber is not fully enclosed, ambient temperature is too low, or the power supply heat dissipation vent is blocked.' + 00x0300900000010003: 'Chamber heating failed. The power supply temperature may be too high.' + 00x0300900000010004: 'Chamber heating failed. The speed of the heating fan is too low.' + 00x0300900000010005: 'Chamber heating failed. The thermal resistance is too high.' + 00x0300900000010006: 'Chamber heating failed. The air duct could not switch to chamber temperature heating mode.' + 00x0300900000010007: 'High chamber temperature detected. If the hotend is overheating or emitting smoke, immediately power off the printer. Please refer to the Wiki for detailed troubleshooting instructions.' + 00x0300900000010010: 'The communication of chamber temperature controller is abnormal.' + 00x0300910000010001: 'The temperature of chamber heater %s is abnormal. The heater may have a short circuit.' + 00x0300910000010002: 'The temperature of chamber heater 1 is abnormal. The heater may have an open circuit or the thermal fuse may have burned out.' + 00x0300910000010003: 'The temperature of chamber heater %s is abnormal. The heater is over temperature.' + 00x0300910000010006: 'The temperature of chamber heater %s is abnormal. The sensor may have a short circuit.' + 00x0300910000010007: 'The temperature of chamber heater %s is abnormal. The sensor may have an open circuit.' + 00x0300910000010008: 'The chamber heater failed to reach the target temperature.' + 00x030091000001000A: 'The temperature of chamber heater %s is abnormal. The AC board may be broken.' + 00x030091000001000C: 'The chamber heater 1 has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030091000001000E: 'The power supply voltage does not match the machine; chamber heater 1 has been disabled.' + 00x0300920000010002: 'The temperature of chamber heater 2 is abnormal. The heater may have an open circuit or the thermal fuse may be in effect.' + 00x0300920000010008: 'Chamber heater 2 failed to rise to target temperature.' + 00x0300930000010001: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have a short circuit.' + 00x0300930000010002: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have an open circuit.' + 00x0300930000010003: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have a short circuit.' + 00x0300930000010004: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have an open circuit.' + 00x0300930000010005: 'Chamber temperature is abnormal. The chamber temperature sensor may have a short circuit.' + 00x0300930000010006: 'Chamber temperature is abnormal. The chamber temperature sensor at the air inlet may have an open circuit.' + 00x0300930000010007: 'Chamber temperature is abnormal. The temperature sensor at the power supply may have a short circuit.' + 00x0300930000010008: 'Chamber temperature is abnormal. The temperature sensor at power supply may have an open circuit.' + 00x0300940000020003: 'Chamber failed to reach the desired temperature. The machine will stop waiting for the chamber temperature.' + 00x0300940000030001: 'Chamber cooling may be too slow. You can open the front door or top cover to help cooling if the air in the chamber is non-toxic.' + 00x0300940000030002: 'Chamber temperature setting value exceed the limit, the boundary value will be set.' + 00x0300950000010001: 'The temperature sensor of the Laser Module may have a short circuit.' + 00x0300950000010002: 'The temperature sensor of the Laser Module may have an open circuit.' + 00x0300950000010003: 'Laser Module overheating' + 00x0300950000010004: 'The speed of the Laser Module cooling fan is too low or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300950000010005: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010006: 'Laser Module not detected: the module may have fallen off, or the quick-release lever may not be locked.' + 00x0300950000010007: 'The engraving laser module is abnormal; the laser may have an open circuit or may be damaged.' + 00x0300950000010008: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010009: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor is short-circuited.' + 00x030095000001000A: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor has an open circuit.' + 00x0300960000010001: 'The front door seems to be open; the task has been paused.' + 00x0300960000010002: 'The front door Hall sensor (Upper) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010003: 'The front door Hall sensor (Lower) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010004: 'The Front Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300960000030001: 'The front door is open.' + 00x0300970000010001: 'The top cover seems to be open; the task has been paused' + 00x0300970000010002: 'The top cover Hall sensor (Front Right) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010003: 'The top cover Hall sensor (Rear Left) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010004: 'The Top Laser Protection Plate is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300970000030001: 'The top cover is open.' + 00x0300980000010001: 'The left side window seems to be open, the task has been paused.' + 00x0300980000010002: 'The left side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010003: 'The left side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010004: 'The Left Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300980000030001: 'The left side window seems to be open.' + 00x0300990000010001: 'The right side window seems to be open; the task has been paused.' + 00x0300990000010002: 'The right side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010003: 'The right side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010004: 'The Right Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300990000030001: 'The right side window is detected to be open.' + 00x03009B0000010001: 'Emergency stop button is not installed. Please follow the Wiki to install it.' + 00x03009B0000010002: 'Safety key is not inserted. Please follow the Wiki to install it.' + 00x03009B0000010003: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x03009C0000010001: 'The Air Pump is not detected. Please check whether the connector is plugged in properly.' + 00x03009C0000010002: 'The Air Pump is abnormal and may be damaged.' + 00x03009D0000020001: 'The engrave laser focal point XY calibration has failed. Please clean up the Laser Homing Area on the Laser Platform, and re-run the Laser Module Mount Calibration.' + 00x03009D0000020002: 'The engrave laser focal point XY calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup.' + 00x03009D0000020003: 'The engrave laser focal point Z calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup. If it fails repeatedly, please get in touch with customer support.' + 00x03009E0000030001: 'Open Door Detection level for this print job will be set as ' + 00x0300A10000010001: 'Chamber temperature is too high. Please open the top cover and front door to cool down, or lower the ambient temperature.' + 00x0300A10000020002: 'The ambient temperature is too high. Please lower the temperature, as excessive heat may cause the print to pause.' + 00x0300A20000010001: 'MC module temperature is too high, possibly because of high chamber temperature of the printer. You can try lowering the environmental temperature before use.' + 00x0300A40000010001: 'Heatbed temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010002: 'Hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010003: 'The left hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010004: 'Chamber temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010005: 'The heatbed temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A40000010008: 'The chamber temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A50000010001: 'Flame Sensor %s is abnormal. The sensor may be short-circuited.' + 00x0300A60000010001: 'The Toolhead Enhanced Cooling Fan is not properly installed; it may not be securely fastened or may have fallen off.' + 00x0300A60000010002: 'The Toolhead Enhanced Cooling Fan has lost communication; please check the connector.' + 00x0300A70000030001: 'The chamber temperature is high, and the system has increased the fan speed, which may cause more noise. It''s recommended to lower the room temperature or open the front door/top cover to help cool it down.' + 00x0300A80000010001: 'AMS power supply abnormality, possibly due to AMS damage or a short circuit in the AMS interface, or too many AMS connections. Please check if it is correctly connected.' + 00x0300AB0000010001: 'The right hotend heatbreak temperature is too high, which may cause clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020002: 'The right hotend heatbreak temperature is relatively high, which may cause nozzle clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020003: 'The temperature sensor on the right hotend heatbreak is abnormal. To prevent nozzle clogs, the cooling fan will continue running at high speed. You can troubleshoot the sensor issue when the print is idle.' + 00x0300C00000010001: 'Active Chamber Exhaust air door malfunction: it may be stuck.' + 00x0300C00000010002: 'Filter Switch Flap air door malfunction: it may be stuck.' + 00x0300C00000010003: 'Automatic Top Vent air door malfunction: it may be stuck.' + 00x0300C10000010001: 'Airflow System failed to activate cooling mode; please check the air door status.' + 00x0300C10000010002: 'Airflow System failed to activate heating mode; please check the air door status.' + 00x0300C10000010003: 'Airflow System failed to activate laser mode; please check the air door status.' + 00x0300C10000010004: 'Airflow System failed to activate strong cooling mode; please check the air door status.' + 00x0300C20000010001: 'Hall sensor of Active Chamber Exhaust malfunction: please check if the wiring is loose.' + 00x0300C20000010002: 'Hall sensor of Filter Switch Flap malfunction: please check if the wiring is loose.' + 00x0300C30000010001: 'Current sensor of Active Chamber Exhaust malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010002: 'Current sensor of Filter Switch Flap malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010003: 'Current sensor of Automatic Top Vent malfunction: this may be due to open circuit or a hardware sampling circuit fault.' + 00x0300D00000010001: 'The cutting module base has fallen off; please reinstall it.' + 00x0300D00000010002: 'The blade holder has fallen off; please reinstall it.' + 00x0300D00000010003: 'The cutting module cable has come loose; please check the cable connection.' + 00x0300D10000010001: 'Fire extinguisher motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D10000010002: 'Fire extinguisher motor error. Please power off and then power on to restart the extinguisher.' + 00x0300D10000010003: 'The resistance of the fire extinguisher motor is abnormal; the motor may have failed.' + 00x0300D30000020001: 'Fire extinguisher not detected. Please ensure the signal cable is securely connected and the plug is fully inserted.' + 00x0300D40000010002: 'The fire extinguisher presence detection sensor is malfunctioning. Please check if the sensor cable is loose or damaged.' + 00x0300D40000010003: 'Fire Extinguisher Cylinder presence detection sensor is short-circuited. Please check the sensor connection.' + 00x0300D50000020004: 'Fire extinguisher cylinder not installed. Please confirm on the extinguisher page.' + 00x0300D50000020005: 'The Fire Extinguisher Gas Cylinder is empty. Please replace the gas cylinder and then confirm the replacement on the Auto Fire Extinguishing System page.' + 00x0300D50000030004: 'Gas cylinder of the fire extinguisher is not installed.' + 00x0300D60000010006: 'Fire extinguisher motor reset failed. Please power off and then power on to restart the extinguisher.' + 00x0300D60000010007: 'The fire extinguisher motor reset is jammed. Please gently turn the emergency handwheel left and right until the resistance decreases. Then, power off the fire extinguisher and turn it back on.' + 00x0300D70000020001: 'Laser fourth axis is not connected' + 00x0300D80000010001: 'Laser fourth axis motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D80000010002: 'Laser fourth axis motor error. Please power off and then power on to restart the laser fourth axis.' + 00x0300D90000020001: 'Communication error between the laser fourth axis motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300DA0000020001: 'Laser module detected. Please remove the hotend from the hotend rack to prevent laser processing debris from affecting printing performance.' + 00x0300DB0000020001: 'Laser module detected. Please install the right nozzle correctly to ensure proper Laser Module Mounting Calibration.' + 00x0300E00000010001: 'Hotend holder motor is disconnected or has an open-circuit fault. Please check the motor''s flat cable connection.' + 00x0300E00000010002: 'Inter-phase short circuit on hotend holder motor. If restarting doesn''t resolve the issue, please contact support.' + 00x0300E00000010003: 'Hotend holder motor has abnormal or unbalanced three-phase resistance. If restarting doesn''t help, please contact support.' + 00x0300E00000010004: 'Hotend holder motor is stalled. Please check for foreign objects or collisions with the toolhead.' + 00x0300E10000010001: 'Current sensor fault on hotend holder motor. This may be caused by a sampling circuit failure. If restarting the printer doesn''t resolve the issue, please contact customer support.' + 00x0300E20000020001: 'Communication error between the hotend holder motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300E30000010001: 'The MOS tubes of the Hotend Holder motor drive board are short-circuited. If restarting the printer does not resolve the problem, please contact customer support.' + 00x0300E30000010002: 'MC communication with hotend holder motor driver failed. Please check if the connection cable is properly plugged in.' + 00x050001000001000A: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' 00x0500010000020001: 'Die Medienpipeline funktioniert nicht richtig.' 00x0500010000020002: 'USB-Kamera ist nicht verbunden.' 00x0500010000020003: 'USB-Kamera funktioniert nicht richtig.' 00x0500010000030004: 'Nicht genügend Speicher auf der SD-Karte.' 00x0500010000030005: 'Fehler auf der SD-Karte.' 00x0500010000030006: 'SD-Karte nicht formatiert.' + 00x0500010000030007: 'Unable to record time-lapse photography without USB flash drive inserted.' 00x0500020000020001: 'Internetverbindung fehlgeschlagen, bitte überprüfen Sie die Netzwerkverbindung.' - 00x0500020000020005: 'Internetverbindung fehlgeschlagen, bitte überprüfen Sie die Netzwerkverbindung.' 00x0500020000020002: 'Anmeldung am Gerät fehlgeschlagen.' + 00x0500020000020003: 'Failed to connect to the internet; please check the network connection.' 00x0500020000020004: 'Nicht autorisierter Benutzer.' + 00x0500020000020005: 'Internetverbindung fehlgeschlagen, bitte überprüfen Sie die Netzwerkverbindung.' 00x0500020000020006: 'Liveview-Dienst funktioniert nicht richtig.' - + 00x0500020000020007: 'Liveview service login failed; please check your network connection.' + 00x0500020000020008: 'Time synchronization failed' 00x0500030000010001: 'Das MC-Modul funktioniert nicht richtig. Bitte starten Sie das Gerät neu.' 00x0500030000010002: 'Das Werkzeugkopf-Modul funktioniert nicht richtig. Bitte starten Sie das Gerät neu.' 00x0500030000010003: 'Das AMS-Modul funktioniert nicht richtig. Bitte starten Sie das Gerät neu.' + 00x0500030000010004: 'The Filament Buffer module is malfunctioning. Please restart the device.' + 00x0500030000010005: 'Internal service is malfunctioning. Please restart the device.' + 00x0500030000010006: 'A system panic occurred. Please restart the device.' + 00x0500030000010007: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x0500030000010008: 'A system hang occurred. Please restart the device.' + 00x0500030000010009: 'A system hang occurred. It has been recovered by automatic restart.' 00x050003000001000A: 'Systemzustand ist abnormal. Bitte stellen Sie die Werkseinstellungen wieder her.' 00x050003000001000B: 'Der Bildschirm funktioniert nicht richtig.' + 00x050003000001000C: 'The MC motor controller module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000D: 'The induction hotend rack is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000E: 'Some external modules are incompatible with the printer''s firmware version, which may affect normal operation. Please go to the ' + 00x0500030000010021: 'Hardware incompatible; please check the Toolhead Camera.' + 00x0500030000010023: 'The Chamber Temperature Control module is malfunctioning. Please restart the device.' + 00x0500030000010024: 'The current temperature is too low. In order to protect you and your printer, printing tasks, moving an axis and other operations are disabled. Please move the printer to an environment above 10 degrees Celsius.' + 00x0500030000010025: 'The current firmware is abnormal. Please update again.' + 00x0500030000010026: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' 00x050003000002000C: 'Drahtloses Hardware-Fehler: Bitte schalten Sie WiFi aus und wieder ein oder starten Sie das Gerät neu.' + 00x050003000002000D: 'The SD Card controller is malfunctioning.' + 00x050003000002000E: 'Some modules are incompatible with the printer''s firmware version, which may affect use. Please go to the ' + 00x0500030000020020: 'USB flash drive capacity is insufficient to cache print files.' + 00x0500030000020055: 'User information has expired, please log in again.' + 00x0500030000030022: 'MicroSD Card performance degradation has been detected. It may affect print jobs, logs, and video records. Please format or change the MicroSD card.' 00x0500040000010001: 'Fehler beim Herunterladen des Druckauftrags. Bitte überprüfen Sie Ihre Netzwerkverbindung.' 00x0500040000010002: 'Fehler beim Melden des Druckstatus. Bitte überprüfen Sie Ihre Netzwerkverbindung.' 00x0500040000010003: 'Der Inhalt der Druckdatei ist unlesbar. Bitte senden Sie den Druckauftrag erneut.' 00x0500040000010004: 'Die Druckdatei ist nicht autorisiert.' 00x0500040000010006: 'Fehler beim Fortsetzen des vorherigen Drucks.' + 00x0500040000010044: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500040000010046: 'The firmware of Laser Module does not match the printer. Please upgrade it on the ' + 00x0500040000010047: 'The firmware of Air Pump does not match the printer. Please upgrade it on the ' + 00x0500040000010048: 'The firmware of Cutting Module does not match the printer. Please upgrade it on the ' + 00x050004000001004F: 'Unknown module detected, please try updating the firmware to the latest version.' + 00x0500040000010051: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x0500040000010052: 'Safety Key is not inserted. Please follow the Wiki to install it.' 00x0500040000020007: 'Die Betttemperatur überschreitet die Vitrifikationstemperatur des Filaments, was zu einem Düsenstau führen kann.' + 00x0500040000020010: 'The RFID-tag on AMS %s Slot %s cannot be identified.' + 00x0500040000020030: 'The BirdsEye Camera is not installed. Please power off printer and then install the camera.' + 00x0500040000020031: 'Before using a Laser/Cutting Module, the pose of the BirdsEye Camera needs to be determined. Please complete the setup to calibrate the camera.' + 00x0500040000020032: 'Please slide in Laser Module and lock the quick-release lever.' + 00x0500040000020033: 'Please plug in the module connector.' + 00x0500040000020034: 'Laser module detected for the first time. Complete the setup (~4 min) before use for precise cutting and engraving. Also, ensure the H2.0 screw at the back securing the air pump is removed.' + 00x0500040000020035: 'The Laser Module needs calibration to get the focus position. Please perform mounting calibration before use. (about 2 minutes)' + 00x0500040000020036: 'New Cutting Module connected. To ensure more precise cutting, please set it up before use. (about 3 minutes)' + 00x0500040000020037: 'The Cutting Module needs calibration to get the tool position. Please perform the mounting calibration before use. (about 2-4 minutes)' + 00x0500040000020038: 'Please slide in cutting module and fasten the quick release lever. If already installed, the module might not be properly aligned. Please try reinstalling it.' + 00x0500040000020039: 'Please plug in the module connector' + 00x0500040000020041: 'The laser module has been used for a long time. Please clean it promptly to avoid affecting laser processing.' + 00x0500040000020042: 'The Live View Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020043: 'The Toolhead Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020050: 'Laser Safety Window is not installed.' + 00x0500040000030008: 'The door seems to be open.' + 00x0500040000030009: 'The bed temperature exceeds filament''s vitrification temperature, which may cause nozzle clog. Please keep the front door of the printer open. Door open detection has been temporarily turned off.' + 00x0500040000030054: 'Auto Fire Extinguishing System detected. It is recommended to conduct a Fire Drill to become familiar with the operation process.' + 00x0500040000030057: 'The print job has been completed. Automatic air purification is in progress.' + 00x0500050000010001: 'The factory data of the AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010006: 'The factory data of AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010007: 'MQTT Command verification failed. Please update Studio (including the network plugin) or Handy to the latest version, then restart the software and try again.' + 00x050005000001000D: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' + 00x050005000001000E: 'Laser Module firmware does not match the printer. Please upgrade it on the ' + 00x050005000001000F: 'The accessory firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010010: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500050000010011: 'The Air Pump firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010012: 'The Cutting Module firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010013: 'Laser module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010014: 'AMS %s certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010015: 'Air Pump certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010016: 'Cutting module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010018: 'Laser Fourth Axis module certification failed. Please reconnect the module cable or restart the printer.' + 00x0500050000010019: 'Fire Extinguisher module certification failed. Please reconnect the module cable or restart the printer.' + 00x050005000001001A: 'Filament Track Switch certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010020: 'Hotend %s authentication failed. Please switch the hotend or restart the printer.' + 00x0500050000010021: 'Time-lapse kit authentication failed. Please reconnect the cable or restart the printer.' + 00x0500050000010022: 'The External Exhaust Fan certification failed. Please restart the printer or reconnect the fan cable.' + 00x0500050000020023: 'A new version of the Timelapse Kit is available. Please connect to CyberBrick App to update this accessory separately.' + 00x0500050000030002: 'The device is in the engineering state; please pay attention to information security related matters.' + 00x0500060000020001: 'The Toolhead Camera is not in place; please check the hardware connection.' + 00x0500060000020002: 'The Nozzle Camera is not in place; please check the hardware connection.' + 00x0500060000020003: 'BirdsEye Camera is not in place; please check the hardware connection' + 00x0500060000020004: 'The Live View camera is not in place; please check the hardware connection.' + 00x0500060000020031: 'ToolHead Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020032: 'Nozzle Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020033: 'BirdsEye Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020034: 'Live View camera is not connected. Please check the hardware and cable connections.' + 00x05001A0000010001: 'The feeder module is offline. Please check if the feeder module connection cable is loose.' + 00x05001A0000010002: 'A feeder module replacement is detected. Please ensure that the corresponding extrusion gear and nozzle have been replaced, and manually update the nozzle type in the printer.' + 00x0500400000010039: 'Laser module Serial Number error' + 00x0500400000010040: 'Cutting module Serial Number error' + 00x0501040000030002: 'Threaded rods need lubrication now.' + 00x0501040000030003: 'Linear rods need cleaning and lubrication now.' + 00x0501040000030004: 'Please clean and lubricate the X-axis linear rail and YZ-axis linear rods.' + 00x0501040000030005: 'Please clean and lubricate the Induction Hotend Latch and the linear rods of the Hotend Change System.' + 00x0501040000030006: 'The Induction Hotend Latch may be worn. To ensure proper induction hotend switching, please replace the Induction Hotend Latch and clean the rods of Induction Hotend Rack.' + 00x0501040000030010: 'Laser module is dusty and needs cleaning now.' + 00x0580040000010045: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010010: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010017: 'AMS-HT %s certification failed. Please reconnect the cable or restart the printer.' 00x0700010000010001: 'Der AMS%s Hilfsmotor hat verrutscht. Das Extrusionsrad könnte abgenutzt sein oder das Filament könnte zu dünn sein.' 00x0700010000010003: 'Die Drehmomentregelung des AMS%s Hilfsmotors funktioniert nicht richtig. Der Stromsensor könnte defekt sein.' 00x0700010000010004: 'Die Geschwindigkeitsregelung des AMS%s Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitsensor könnte defekt sein.' + 00x0700010000010005: 'AMS %s The current sensor of assist motor may be faulty.' + 00x0700010000010011: 'AMS %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700010000020002: 'Der AMS%s Hilfsmotor ist überlastet. Das Filament könnte verheddert oder blockiert sein.' + 00x0700010000020006: 'AMS %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020007: 'AMS %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020008: 'AMS %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x0700010000020009: 'AMS %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x0700010000020010: 'AMS %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x0700010000020011: 'AMS %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700020000010001: 'AMS%s Filamentgeschwindigkeits- und Längenfehler. Die Filamentodometrie könnte defekt sein.' + 00x0700020000020002: 'AMS %s The odometer has no signal. The odometer connector may have poor contact.' + 00x0700020000020003: 'AMS %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' 00x0700100000010001: 'Der AMS%s Slot%s Motor hat verrutscht. Das Extrusionsrad könnte defekt sein oder das Filament könnte zu dünn sein.' 00x0700100000010003: 'Die Drehmomentregelung des AMS%s Slot%s Motors funktioniert nicht richtig. Der Stromsensor könnte defekt sein.' 00x0700100000020002: 'Der AMS%s Slot%s Motor ist überlastet. Das Filament könnte verheddert oder blockiert sein.' + 00x0700100000020004: 'AMS %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000010081: 'Failed to read the filament information from AMS %s slot %s. The AMS main board may be malfunctioning.' + 00x0700200000010082: 'Failed to read the filament information from AMS %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x0700200000010083: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged.' + 00x0700200000010084: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x0700200000010085: 'Failed to read the filament information from AMS %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x0700200000010086: 'Failed to read the filament information from AMS %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' 00x0700200000020001: 'AMS%s Slot%s Filament ist ausgegangen.' - - 00x1200200000020001: 'AMS%s Slot%s Filament ist ausgegangen.' 00x0700200000020002: 'Der AMS%s Slot%s ist leer.' 00x0700200000020003: 'Das Filament im AMS%s Slot%s könnte im AMS defekt sein.' 00x0700200000020004: 'Das Filament im AMS%s Slot%s könnte im Werkzeugkopf defekt sein.' 00x0700200000020005: 'Das Filament im AMS%s Slot%s ist ausgegangen, und das Entfernen des alten Filaments verlief abnormal; bitte überprüfen Sie, ob das Filament im Werkzeugkopf feststeckt.' + 00x0700200000020006: 'AMS %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x0700200000020007: 'AMS %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x0700200000020008: 'AMS %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x0700200000020009: 'Failed to extrude AMS %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x070020000002000A: 'Failed to adjust the filament position of AMS %s slot %s. The filament or buffer may be stuck.' + 00x0700200000020010: 'AMS %s slot %s feeds filament out of AMS timeout.' + 00x0700200000020011: 'AMS %s slot %s pulls filament back to AMS timeout.' + 00x0700200000020012: 'AMS %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x0700200000020013: 'AMS %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000020014: 'AMS %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x0700200000020015: 'AMS %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x0700200000020016: 'AMS %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x0700200000020017: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x0700200000020018: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x0700200000020019: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x0700200000020020: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x0700200000020021: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x0700200000020022: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x0700200000020023: 'AMS %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x0700200000020024: 'AMS %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x0700200000020025: 'AMS %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x0700200000020026: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x0700200000020027: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' 00x0700200000030001: 'Das Filament im AMS%s Slot%s ist ausgegangen. Bitte warten Sie, während das alte Filament entfernt wird.' 00x0700200000030002: 'Das Filament im AMS%s Slot%s ist ausgegangen und automatisch auf den Slot mit dem gleichen Filament umgeschaltet.' + 00x0700250000020001: 'AMS %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x0700260000020001: 'The induction hotend is heating up, and the drying power of AMS %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x0700300000010001: 'The AMS %s RFID 1 board has an error.' + 00x0700300000010004: 'Encryption chip failure' + 00x0700300000020002: 'The RFID-tag on AMS %s slot %s is damaged, or its content cannot be identified.' + 00x0700300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x0700350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x0700350000010002: 'AMS %s The humidity sensor is disconnected, which may be due to poor connector contact.' 00x0700400000020001: 'Das Signal des Filamentpuffers ist verloren gegangen; das Kabel oder der Positionssensor könnte defekt sein.' 00x0700400000020002: 'Fehler im Positionssignal des Filamentpuffers; der Positionssensor könnte defekt sein.' 00x0700400000020003: 'Die Kommunikation des AMS-Hubs ist abnormal; das Kabel könnte nicht richtig verbunden sein.' 00x0700400000020004: 'Das Signal des Filamentpuffers ist abnormal; die Feder könnte feststecken oder das Filament könnte verheddert sein.' - 00x0700450000020001: 'Der Sensor des Filamentcutters funktioniert nicht richtig. Der Sensor könnte getrennt oder beschädigt sein.' 00x0700450000020002: 'Der Schneideabstand des Filamentcutters ist zu groß. Der XY-Motor könnte Schritte verloren haben.' 00x0700450000020003: 'Der Griff des Filamentcutters hat sich nicht gelöst. Der Griff oder die Klinge könnte feststecken.' - 00x0700510000030001: 'Der AMS ist deaktiviert; bitte laden Sie Filament vom Spulenhalter.' 00x0700500000020001: 'Die Kommunikation des AMS%s ist abnormal; bitte überprüfen Sie das Verbindungskabel.' + 00x0700510000030001: 'Der AMS ist deaktiviert; bitte laden Sie Filament vom Spulenhalter.' + 00x0700550000010002: 'The PTFE tube is incorrectly connected between the toolhead and the buffer. Please connect the buffer''s top to the right extruder and the bottom to the left extruder.' + 00x0700550000010003: 'AMS %s was detected offline during the AMS initialization process.' + 00x0700550000010004: 'The binding between AMS %s and the extruder is incorrect. Please run the AMS Setup.' + 00x0700550000020001: 'A new AMS detected. Please set it up to check which extruder the AMS is connected to.' + 00x0700560000030001: 'AMS %s is undergoing dry cooling; please wait for it to cool down before operating.' 00x0700600000020001: 'Der AMS%s Slot%s ist überlastet. Das Filament könnte verheddert oder die Spule könnte feststecken.' - 00x1200100000020002: 'Der AMS%s Slot%s Motor ist überlastet. Das Filament könnte verheddert oder feststecken.' - 00x1200800000020001: 'Das Filament im AMS%s Slot%s könnte verheddert oder feststecken.' + 00x0700700000020001: 'Failed to pull out the AMS %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x0700700000020002: 'Failed to feed the AMS %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020003: 'Failed to extrude the filament. Possible cause: extruder or nozzle clog.' + 00x0700700000020004: 'Failed to pull back the AMS %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020005: 'Failed to feed the AMS %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x0700700000020006: 'Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog.' + 00x0700700000020007: 'AMS %s filament ran out. Please put a new filament into the same slot in AMS %s and resume.' + 00x0700700000020008: 'Failed to get AMS mapping table; please select ' + 00x070070000002000A: 'Failed to get filament-hotend mapping table from the slicing file.' + 00x0700740000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700800000010001: 'AMS %s The current sensor of heater %s is abnormal.' + 00x0700800000010002: 'AMS %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x0700800000010003: 'AMS %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x0700800000010004: 'AMS %s The heater %s is heating abnormally.' + 00x0700860000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700860000010004: 'AMS %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x0700860000020002: 'The AMS has been detected. Please set it up to confirm which side of the Filament Track Switch inlet the AMS is connected to.' + 00x0700860000020003: 'Filament is blocked at the inlet of the filament track switch.' + 00x0700870000020001: 'A filament jam or component damage may have occurred at the Filament Track Switch.' + 00x0700900000010002: 'AMS %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x0700900000010003: 'AMS %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x0700900000010004: 'The current sensor of AMS %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS mainboard.' + 00x0700900000020001: 'AMS %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x0700920000010001: 'AMS %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x0700920000020002: 'AMS %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x0700920000020003: 'The AMS %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x0700940000010001: 'AMS %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x0700940000010002: 'AMS %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x0700960000010001: 'AMS %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x0700960000010003: 'AMS %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x0700960000020002: 'AMS %s Environmental temperature is too low, which will affect the drying capability.' + 00x0700960000020004: 'AMS %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x0700970000030001: 'AMS %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x0700980000020001: 'AMS %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x0700980000020002: 'AMS %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x0700F00000020001: 'Filament and hotend matching failed. Please verify that the hotend in the hotend rack slot %s is correctly installed.' + 00x07FE200000020001: 'External filament of left extruder has run out; please load a new filament.' + 00x07FE200000020002: 'No filament was detected in the left extruder from the external spool; please load the new filament.' + 00x07FE200000020004: 'Please pull the external filament from the left extruder.' + 00x07FE450000020001: 'The left filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FE450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x07FE600000020001: 'External spool connected to left extruder may be tangled or jammed.' + 00x07FE700000020003: 'Please check if the material is coming out of the left nozzle. If not, gently push the material and try to extrude again.' + 00x07FE800000010001: 'The toolhead lift motor works abnormally. Please check whether the connecting cable is loose.' + 00x07FE800000010002: 'The Toolhead Lifting Motor position hall sensor has an open circuit; please check whether the connecting cable is loose.' + 00x07FE800000010003: 'The hall signal of the Toolhead Lifting Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE800000010004: 'The Toolhead Lifting Motor position hall sensor is short-circuited; please check if the Hall sensor is malfunctioning.' + 00x07FE800000010005: 'The extruder''s switching limit angle has drifted significantly. Please check if the flow blocker is jammed or if filament is stuck in the toolhead.' + 00x07FE800000010006: 'The TH board disconnected during the extruder switching process. Please check if the connecting cable is loose.' + 00x07FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x07FE800000020002: 'The position of left hotend is abnormal during printing. Please check whether the flow blocker scratches the printed model.' + 00x07FE800000020003: 'The deviation in the positioning calibration value of the extruder is too large; please recalibrate.' + 00x07FE810000010001: 'The extruder switching motor is working abnormally. Please check whether the connecting cable is loose.' + 00x07FE810000010002: 'The position hall sensor of the Extruder Switching Motor has an open circuit. Please check whether the connecting cable is loose.' + 00x07FE810000010003: 'The hall signal of the Extruder Switching Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE810000010004: 'The position hall sensor of the Extruder Switching Motor has a short circuit; please check if the Hall sensor is malfunctioning.' + 00x07FE810000020001: 'The extruder switching action is abnormal. Please check whether there is something stuck in the toolhead.' + 00x07FEA00000020001: 'The left nozzle cold pulling process has timed out. Please click ' 00x07FF200000020001: 'Externes Filament ist ausgegangen; bitte laden Sie ein neues Filament.' 00x07FF200000020002: 'Externes Filament fehlt; bitte laden Sie ein neues Filament.' + 00x07FF200000020003: 'Filament remains were detected in the PTFE tube between the Auxiliary Extruder and the Toolhead. Please refer to the Wiki for removal instructions.' 00x07FF200000020004: 'Bitte ziehen Sie das Filament auf dem Spulenhalter aus dem Extruder.' - - 00x12FF200000020007: 'Überprüfung des Filamentstandorts im Werkzeugkopf fehlgeschlagen, bitte klicken Sie für weitere Hilfe.' + 00x07FF200000020008: 'The Auxiliary Extruder failed to unload the filament, possibly due to slippage caused by worn filament. Please pull out the filament manually, cut off the worn section, and try again.' + 00x07FF200000020009: 'Auxiliary extruder feeding failed, possibly due to a clogged filament tube or worn filament, causing the extruder to slip. Please remove the filament, clear the tube, trim the worn section, and try again.' + 00x07FF200000030007: 'Flushing the remaining filament between the Auxiliary Extruder and the Toolhead. Please wait.' + 00x07FF450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FF600000020001: 'External spool may be tangled or jammed.' + 00x07FF700000020003: 'Please check if the filament is coming out of the nozzle. If not, gently push the material and try to extrude again.' + 00x07FF700000020009: 'Failure to feed material from the right extruder to the toolhead may be due to the filament not being gripped by the extruder or a loose PTFE tube between the extruder and the toolhead.' + 00x07FFA00000020001: 'The nozzle cold pull process has timed out. Please click ' + 00x0C00010000010001: 'Die Micro Lidar-Kamera ist offline.' + 00x0C00010000010003: 'Die Synchronisation der Micro Lidar ist abnormal.' + 00x0C00010000010004: 'Das Micro Lidar-Objektiv ist schmutzig.' + 00x0C00010000010005: 'Die OTP-Parameter des Micro Lidar sind abnormal.' + 00x0C0001000001000A: 'Die Micro Lidar-LED könnte defekt sein.' + 00x0C0001000001000B: 'Failed to calibrate Micro Lidar. Please make sure the calibration chart is clean and not obscured. Then, run machine calibration again.' + 00x0C00010000010009: 'Die Kamera im Druckraum ist schmutzig.' + 00x0C0001000002000B: 'Kalibrierung des Micro Lidar fehlgeschlagen.' + 00x0C0001000001000F: 'The Live View Camera calibration failed. Please restart the devices or update the firmware.' + 00x0C00010000010010: 'The Live View Camera calibration failed. Please check if the heatbed is clear and ensure the camera image is clear and dirt-free. After these steps, please recalibrate.' + 00x0C00010000010011: 'The Live View Camera calibration failed, please recalibrate. Ensure the build plate is empty, and the camera view is clear and properly oriented. Please contact customer support if repeated failures occur.' + 00x0C00010000010012: 'The Live View Camera calibration failed and the calibration result could not be saved. Please try recalibrating. If calibration fails repeatedly, please contact the customer support team.' + 00x0C00010000010013: 'The Live View Camera calibration failed and the Liveview camera serial number cannot be read. Please contact the customer support team.' + 00x0C00010000010018: 'BirdsEye Camera is not certified, and camera-related functions are invalid.' + 00x0C00010000020002: 'Die Micro Lidar-Kamera funktioniert nicht.' + 00x0C00010000020006: 'Die extrinsischen Parameter des Micro Lidar sind abnormal.' + 00x0C00010000020007: 'Die Laserparameter des Micro Lidar sind abgedriftet.' + 00x0C00010000020008: 'Die Kameras im Druckraum sind offline.' + 00x0C00010000020014: 'Nozzle Camera is malfunctioning. If this issue occurs multiple times during printing, please contact customer support.' + 00x0C00010000020017: 'Nozzle camera lens is dirty, which may affect the AI monitoring functionality. Please clean the surface of the nozzle camera lens as soon as possible.' + 00x0C0001000003000C: 'Nozzle Camera''s temperature is too high, causing the AI detection feature to pause. The feature will automatically resume once the temperature returns to normal.' + 00x0C00020000010001: 'Laser ist nicht eingeschaltet.' + 00x0C00020000010005: 'Ein neuer Micro Lidar wurde erkannt.' + 00x0C00020000020002: 'Laser ist zu dick.' + 00x0C00020000020003: 'Laser ist nicht hell genug.' + 00x0C00020000020004: 'Die Düsenhöhe scheint zu niedrig zu sein.' + 00x0C00020000020006: 'Die Düsenhöhe scheint zu hoch zu sein.' + 00x0C00020000020007: 'The vertical laser is not lit. Please check if it''s covered or hardware connection has a problem.' + 00x0C00020000020008: 'The vertical laser line is too wide. Please check if the heatbed is dirty.' + 00x0C00020000020009: 'The vertical laser is not bright enough at homing position. Please clean or replace the heatbed if this message appears repeatedly.' + 00x0C00030000010009: 'Modul zur Inspektion der ersten Schicht wurde neu gestartet.' + 00x0C0003000001000A: 'Your printer is in factory mode. Please contact Technical Support.' + 00x0C00030000020001: 'Die Messung der Filamentbelichtung ist fehlgeschlagen.' + 00x0C00030000020002: 'Die Inspektion der ersten Schicht wurde aufgrund abnormaler Lidar-Daten abgebrochen.' + 00x0C00030000020004: 'Die Inspektion der ersten Schicht wird für den aktuellen Druckauftrag nicht unterstützt.' + 00x0C00030000020005: 'Zeitüberschreitung bei der Inspektion der ersten Schicht.' + 00x0C0003000002000C: 'Marker auf der Druckplatte nicht erkannt.' + 00x0C0003000002000E: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002000F: 'Parts skipped before first layer inspection; the inspection is not supported for the current print.' + 00x0C00030000020010: 'Foreign objects detected on heatbed; Please check and clean the heatbed.' + 00x0C00030000020011: 'The high-precision nozzle offset calibration failed; please recalibrate.' + 00x0C00030000020012: 'Foreign object detection is not working. The Live View Camera needs calibration. Please tap ' + 00x0C00030000020013: 'Foreign object detection is not working. Please restart the devices or update the firmware.' + 00x0C00030000020014: 'Foreign object detection accuracy has decreased. If this occurs frequently, perform a Live View Camera calibration ("Settings" > "Calibration" on the printer screen). If a laser or cutting module is installed, remove it before proceeding.' + 00x0C00030000020015: 'Foreign object detection is not working. Detected the Live View Camera has been replaced. If a laser or cutting module is installed, please uninstall the module, tap ' + 00x0C00030000020016: 'Foreign object detection is not working and the Live View camera serial number cannot be read. Please contact the customer support team.' + 00x0C00030000020017: 'Laser engraving Z-axis focus calibration failed. Please check if the Laser Test Material (350g paperboard) is properly placed and its surface is clean and intact.' + 00x0C00030000020018: 'Insufficient system memory was detected, and the foreign object detection function was not working. Please restart the devices or update the firmware after the task is completed' + 00x0C00030000020019: 'The Vision Encoder Plate is either not placed or incorrectly placed. Please ensure it is correctly positioned on the heatbed.' + 00x0C0003000002001C: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002001D: 'Foreign object detection is not working, and images cannot be obtained. Please check the live camera connection.' + 00x0C00030000030006: 'Gereinigte Filamente haben sich angesammelt.' + 00x0C00030000030007: 'Mögliche Defekte in der ersten Schicht.' + 00x0C00030000030008: 'Mögliche Spaghetti-Defekte.' + 00x0C0003000003000B: 'Inspektion der ersten Schicht läuft.' + 00x0C0003000003000D: 'Detected that the extruder may not be extruding normally. Please check and decide if printing should be stopped.' + 00x0C00030000030010: 'Your printer seems to be printing without extruding.' + 00x0C0003000003001A: 'Foreign object detection did not work, possibly due to manual interruption (e.g., tapping stop or opening the door in laser mode). You can ignore this if that''s the case. Otherwise, try restarting the printer or updating the firmware to restore the function.' + 00x0C0003000003001B: 'Possible spaghetti defects were detected. Please check the print quality and decide if the job should be stopped.' + 00x0C00040000010005: 'BirdsEye Camera malfunction: please contact customer support.' + 00x0C00040000010010: 'Failed to measure material thickness due to laser module malfunction.' + 00x0C00040000010011: 'Failed to measure material thickness: device parameters abnormal; please setup BirdsEye Camera again.' + 00x0C00040000010012: 'Live View Camera data link is abnormal.' + 00x0C00040000010013: 'The exposure parameters of the BirdsEye Camera are not effective; please try again.' + 00x0C00040000010014: 'Cutting Protection Base not detected, which may lead to heatbed damage. Please place it and continue.' + 00x0C00040000010015: 'Laser Protective Insert not detected. Please place it and continue.' + 00x0C00040000010016: 'Quick-release Lever is not locked. Please push it down to secure.' + 00x0C00040000010020: 'The visual marker on the heatbed is damaged, please contact after-sales.' + 00x0C00040000010025: 'The device malfunctioned; please restart.' + 00x0C00040000020002: 'Cutting Platform not detected. Please place the required mat for the task and continue.' + 00x0C00040000020003: 'The Laser Platform is not properly aligned. Please ensure all four corners are aligned with the heatbed.' + 00x0C00040000020004: 'The type of platform is not supported for this task. Please use the correct platform to continue.' + 00x0C00040000020007: 'BirdsEye Camera is setting up. Please clear all objects and remove the mat. Make sure the marker is not obstructed. Meanwhile, clean both the BirdsEye Camera and Toolhead Camera, and remove any foreign objects blocking their view.' + 00x0C00040000020008: 'Material not detected. Please confirm placement and continue.' + 00x0C00040000020017: 'The visual marker was not detected during PrintThenCut; please re-paste the material to the correct position. Meanwhile, please clean the Toolhead Camera to prevent contamination and remove any objects that may obstruct its view.' + 00x0C00040000020018: 'The Cutting Blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Assistant to check if the blade tip is worn.' + 00x0C00040000020019: 'The Birdseye Camera is installed offset. Please refer to the Wiki to reinstall it.' + 00x0C00040000020023: 'Thickness measurement failed, the Toolhead Camera was unable to detect the material surface.' + 00x0C00040000020026: 'Liveview Camera initialization failed, and some AI functions such as Spaghetti Detection will be disabled. Please restart the printer. If the problem persists, please contact customer support.' + 00x0C00040000020029: 'The Laser or Cutting module has not been calibrated. Please calibrate it on the printer first.' + 00x0C00040000020030: 'The rotary engraving accessory is placed incorrectly. Please adjust and reposition it.' + 00x0C00040000030018: 'The Cutting blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Wiki to check if the blade tip is worn.' + 00x0C00040000030024: 'The BirdsEye Camera position is detected to be offset. To ensure engraving accuracy, it is recommended to rerun the BirdsEye Camera Setup.' + 00x0C00040000030026: 'To improve flame detection accuracy, the right chamber light has been automatically turned off.' + 00x0C00040000030028: 'The Cutting Module offset calibration failed, which may result in inaccurate cuts. Please ensure the 80g white printer paper(letter paper thickness) is properly positioned and check whether the cutting blade tip is worn.' + 00x1200100000010001: 'The AMS %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1200100000010003: 'The AMS %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1200100000020002: 'Der AMS%s Slot%s Motor ist überlastet. Das Filament könnte verheddert oder feststecken.' + 00x1200200000020001: 'AMS%s Slot%s Filament ist ausgegangen.' + 00x1200200000020002: 'AMS %s slot %s is empty; please insert a new filament.' + 00x1200200000020003: 'AMS %s slot %s filament may be broken in the PTFE tube.' + 00x1200200000020004: 'AMS %s slot %s filament may be broken in the tool head.' + 00x1200200000020005: 'AMS %s slot %s filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead.' 00x1200200000020006: 'Fehler beim Extrudieren des AMS%s Slot%s Filaments; der Extruder könnte verstopft sein oder das Filament könnte zu dünn sein, was zum Durchrutschen des Extruders führt.' + 00x1200200000030001: 'AMS %s slot %s filament has run out. Purging the old filament; please wait.' 00x1200200000030002: 'AMS%s Slot%s Filament ist leer und wurde automatisch auf einen Slot mit dem gleichen Filament gewechselt.' #NOTIFY END #CONTROL + 00x1200300000010001: 'AMS %s slot %s RFID coil is broken or the RF hardware circuit has an error.' + 00x1200300000010004: 'RFID cannot be read because of an encryption chip failure in AMS %s.' + 00x1200300000020002: 'The RFID-tag on AMS %s slot %s is damaged.' + 00x1200300000030003: 'AMS %s slot %s RFID cannot be read because of a structural error.' + 00x1200450000020001: 'The filament cutter sensor is malfunctioning. Please check whether the connector is properly plugged in.' + 00x1200450000020002: 'The filament cutter''s cutting distance is too large. The X motor may lose steps.' + 00x1200500000020001: 'AMS %s communication is abnormal; please check the connection cable.' + 00x1200510000030001: 'AMS is disabled; please load filament from spool holder.' + 00x1200700000010001: 'AMS %s Filament speed and length error: The slot %s filament odometry may be faulty.' + 00x1200800000020001: 'Das Filament im AMS%s Slot%s könnte verheddert oder feststecken.' + 00x12FF200000020001: 'Filament at the spool holder has run out; please insert a new filament.' + 00x12FF200000020002: 'Filament on the spool holder is empty; please insert a new filament.' + 00x12FF200000020004: 'Please pull the filament on the spool holder out from the extruder.' + 00x12FF200000020005: 'Filament may be broken in the tool head.' + 00x12FF200000020006: 'Failed to extrude the filament; the extruder may be clogged.' + 00x12FF200000020007: 'Überprüfung des Filamentstandorts im Werkzeugkopf fehlgeschlagen, bitte klicken Sie für weitere Hilfe.' + 00x12FF200000030007: 'Checking the filament location of all AMS slots, please wait.' + 00x12FF800000020001: 'The filament on the spool holder may be tangled or stuck.' + 00x1800010000010001: 'The AMS-HT %s assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin.' + 00x1800010000010003: 'The AMS-HT %s assist motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800010000010004: 'The AMS-HT %s assist motor speed control is malfunctioning. The speed sensor may be faulty.' + 00x1800010000010005: 'AMS-HT %s The current sensor of assist motor may be faulty.' + 00x1800010000010011: 'AMS-HT %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800010000020002: 'The AMS-HT %s assist motor is overloaded. The filament may be tangled or stuck.' + 00x1800010000020006: 'AMS-HT %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020007: 'AMS-HT %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020008: 'AMS-HT %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x1800010000020009: 'AMS-HT %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x1800010000020010: 'AMS-HT %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x1800010000020011: 'AMS-HT %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800020000010001: 'AMS-HT %s Filament speed and length error: The filament odometry may be faulty.' + 00x1800020000020002: 'AMS-HT %s The odometer has no signal. The odometer connector may have poor contact.' + 00x1800020000020003: 'AMS-HT %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' + 00x1800100000010001: 'The AMS-HT %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1800100000010003: 'The AMS-HT %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800100000020002: 'The AMS-HT %s slot %s motor is overloaded. The filament may be tangled or stuck.' + 00x1800100000020004: 'AMS-HT %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000010081: 'Failed to read the filament information from AMS-HT %s slot %s. The AMS main board may be malfunctioning.' + 00x1800200000010082: 'Failed to read the filament information from AMS-HT %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x1800200000010083: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged.' + 00x1800200000010084: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x1800200000010085: 'Failed to read the filament information from AMS-HT %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x1800200000010086: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' + 00x1800200000020001: 'AMS-HT %s slot %s filament has run out. Please insert a new filament.' + 00x1800200000020002: 'AMS-HT %s slot %s is empty; please insert a new filament.' + 00x1800200000020003: 'AMS-HT %s slot %s''s filament may be broken in AMS-HT.' + 00x1800200000020004: 'AMS-HT %s slot %s filament may be broken in the tool head.' + 00x1800200000020005: 'AMS-HT %s slot %s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' + 00x1800200000020006: 'AMS-HT %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x1800200000020007: 'AMS-HT %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x1800200000020008: 'AMS-HT %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x1800200000020009: 'Failed to extrude AMS-HT %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x180020000002000A: 'Failed to adjust the filament position of AMS-HT %s slot %s. The filament or buffer may be stuck.' + 00x1800200000020010: 'AMS-HT %s slot %s feeds filament out of AMS timeout.' + 00x1800200000020011: 'AMS-HT %s slot %s pulls filament back to AMS timeout.' + 00x1800200000020012: 'AMS-HT %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x1800200000020013: 'AMS-HT %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000020014: 'AMS-HT %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x1800200000020015: 'AMS-HT %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x1800200000020016: 'AMS-HT %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x1800200000020017: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x1800200000020018: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x1800200000020019: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x1800200000020020: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x1800200000020021: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x1800200000020022: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x1800200000020023: 'AMS-HT %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x1800200000020024: 'AMS-HT %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x1800200000020025: 'AMS-HT %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x1800200000020026: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x1800200000020027: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' + 00x1800200000030001: 'AMS-HT %s slot %s filament has run out. Please wait while old filament is purged.' + 00x1800200000030002: 'AMS-HT %s slot %s filament has run out and automatically switched to the slot with the same filament.' + 00x1800240000010007: 'AMS-HT %s door detection is abnormal, the Hall sensor connection may be loose or disconnected.' + 00x1800240000020009: 'AMS-HT %s front cover is open. This may affect the drying performance or cause the filament to absorb moisture.' + 00x1800250000020001: 'AMS-HT %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x1800260000020001: 'The induction hotend is heating up, and the drying power of AMS-HT %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x1800300000010001: 'The AMS-HT %s RFID 1 board has an error.' + 00x1800300000010004: 'Encryption chip failure' + 00x1800300000020002: 'The RFID-tag on AMS-HT %s slot %s is damaged, or its content cannot be identified.' + 00x1800300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x1800350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x1800350000010002: 'AMS-HT %s The humidity sensor is disconnected, which may be due to poor connector contact.' + 00x1800400000020001: 'AMS-HT %s Filament buffer position signal lost: the cable or position sensor may be malfunctioning.' + 00x1800450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x1800450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x1800500000020001: 'AMS-HT %s communication is abnormal; please check the connection cable.' + 00x1800510000030001: 'The AMS is disabled; please load filament from the spool holder.' + 00x1800550000010003: 'AMS-HT %s was detected offline during the AMS initialization process.' + 00x1800550000010004: 'The binding between AMS-HT %s and the extruder is incorrect. Please run the AMS Setup.' + 00x1800550000020001: 'A new AMS-HT detected. Please set it up to check which extruder the AMS-HT is connected to.' + 00x1800560000030001: 'AMS-HT %s is undergoing dry cooling; please wait for it to cool down before operating.' + 00x1800600000020001: 'The AMS-HT %s slot %s is overloaded. The filament may be tangled or the filament buffer may be stuck.' + 00x1800700000020001: 'Failed to pull out the AMS-HT %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x1800700000020002: 'Failed to feed the AMS-HT %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020004: 'Failed to pull back the AMS-HT %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020005: 'Failed to feed the AMS-HT %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x1800700000020007: 'AMS-HT %s filament ran out. Please put a new filament into the same slot in AMS-HT %s and resume.' + 00x1800800000010001: 'AMS-HT %s The current sensor of heater %s is abnormal.' + 00x1800800000010002: 'AMS-HT %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x1800800000010003: 'AMS-HT %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x1800800000010004: 'AMS-HT %s The heater %s is heating abnormally.' + 00x1800860000010004: 'AMS-HT %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x1800900000010002: 'AMS-HT %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x1800900000010003: 'AMS-HT %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x1800900000010004: 'The current sensor of AMS-HT %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS-HT mainboard.' + 00x1800900000020001: 'AMS-HT %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x1800920000010001: 'AMS-HT %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x1800920000020002: 'AMS-HT %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x1800920000020003: 'The AMS-HT %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x1800940000010001: 'AMS-HT %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x1800940000010002: 'AMS-HT %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x1800960000010001: 'AMS-HT %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x1800960000010003: 'AMS-HT %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x1800960000020002: 'AMS-HT %s Environmental temperature is too low, which will affect the drying capability.' + 00x1800960000020004: 'AMS-HT %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x1800970000030001: 'AMS-HT %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x1800980000020001: 'AMS-HT %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x1800980000020002: 'AMS-HT %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x18FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x18FF200000020001: 'External filament has run out; please load a new filament.' + 00x18FF200000020002: 'External filament is missing; please load a new filament.' + 00x18FF200000020004: 'Please pull the external filament from the extruder.' + 00x18FF700000020003: 'Please check if the material is coming out of the right nozzle. If not, gently push the material and try to extrude again.' + 00x1A00010000020001: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has no hotend installed, the corresponding rack slot contains a hotend, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020002: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has a hotend installed, the corresponding rack slot is empty, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020003: 'Error detected before induction hotend replacement: no hotend installed in slot %s on the rack.' + 00x1A00010000020004: 'Error detected before induction hotend replacement: a hotend is already installed in slot %s on the rack. Please remove it before continuing.' + 00x1A00010000020020: 'Abnormal condition detected while nesting the hotend in slot %s: a hotend is already installed. Please remove the existing one before clicking "Continue."' + 00x1A00010000020021: 'Abnormal condition detected while nesting the hotend in slot %s: no hotend detected on the toolhead. Please mount the hotend onto the toolhead before clicking "Continue."' + 00x1A00010000020022: 'Abnormal condition detected while nesting the hotend in slot %s. Please ensure no hotend is mounted on the toolhead and that a hotend is present in slot %s on the rack before clicking "Continue."' + 00x1A00010000020023: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detect the hotend on the toolhead. Please check whether there is any debris on the hotend heatsink surface or if the front magnet has fallen off. If not, recalibrate the induction hotend rack.' + 00x1A00010000020024: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detach the hotend from the toolhead. Please make sure the locking lever is in the released position.' + 00x1A00010000020025: 'Abnormal condition detected while nesting the hotend in slot %s: the hotend has dropped. Please check for excessive filament remaining at the top of the hotend, trim the residue, reinstall the hotend into slot %s on the rack, and then click "Continue."' + 00x1A00010000020026: 'Abnormal condition detected while nesting the hotend in slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020027: 'Abnormal condition detected while nesting the hotend in slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00010000020030: 'Abnormal condition detected while fetching the hotend from slot %s: no hotend found in this position. Please install a hotend in the corresponding slot before clicking "Continue."' + 00x1A00010000020031: 'Abnormal condition detected while fetching the hotend from slot %s: a hotend is already mounted on the toolhead. Please remove the hotend from the toolhead before clicking "Continue."' + 00x1A00010000020032: 'Error detected while fetching the hotend from slot %s: the toolhead failed to detect the hotend on the rack. Please check for any debris in the induction hotend mounting slot on the toolhead. If none is found, recalibrate the induction hotend rack.' + 00x1A00010000020033: 'Error detected while fetching the hotend from slot %s: the rack failed to mount the hotend properly. Please check for excessive filament at the top of the hotend, debris in the contact area between the toolhead and the hotend, or if the locking lever is in the released position. After resolving the issue, click "Continue."' + 00x1A00010000020034: 'Error detected while fetching the hotend from slot %s: the hotend has dropped. Please check for excessive filament or other debris at the top of the hotend, trim or remove it, then reinstall the hotend into slot %s on the rack and click "Continue."' + 00x1A00010000020035: 'Error detected while fetching the hotend from slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020036: 'Error detected while fetching the hotend from slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00100000020001: 'Toolhead XY axis or hotend rack has not finished homing. Hotend replacement cannot proceed.' + 00x1A00110000020002: 'Hotend rack coarse homing failed. Please check for any obstructions.' + 00x1A00110000020003: 'Induction Hotend Rack coarse homing failed due to excessive travel. Please check the timing belt condition.' + 00x1A00120000020001: 'Induction hotend rack calibration failed: camera position calibration error. Please clean any debris from the thermal paper surface at the rear of the build plate and remove residue from the nozzle.' + 00x1A00120000020002: 'Induction hotend rack calibration failed: the white marker on the rack''s induction hotend docking module was not detected. Please refer to the Wiki to check if the marker is damaged or covered by dirt.' + 00x1A00120000020003: 'Induction hotend rack calibration failed: abnormal calibration result. Please refer to the Wiki to check if the rack structure is deformed.' + 00x1A00120000020004: 'Hotend rack height calibration is abnormal. Please check for any foreign objects that may be causing the rack to jam.' + 00x1A00120000020007: 'The hotend rack motion timed out. Please check for any foreign objects or obstructions that may be causing the rack to jam.' + 00x1A00120000020008: 'The hotend rack tool lock rod position is abnormal. Please check for any foreign objects or obstructions that may be causing the lock rod to jam.' + 00x1A00120000020009: 'Induction hotend locking lever or rack lever release mechanism error. Please refer to the Wiki for inspection.' + 00x1A00120000020010: 'The Induction Hotend Rack has not been set up. Please follow the instructions to complete the setup before using its functions.' + 00x1A00120000020011: 'Induction hotend not detected before locking. Please check its installation on the toolhead.' + 00x1A00130000020001: 'The hotend rack is fully occupied. Please remove at least one hotend before proceeding.' + 00x1A00200000020001: 'Power outage occurred during hotend replacement. Please follow the Wiki guide to restore the setup, otherwise printing may fail.' + 00x1A00210000010001: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend back to slot %s on the rack, then move the toolhead to the center of the build plate.' + 00x1A00210000010002: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend from slot %s on the rack back onto the toolhead, then move the toolhead to the center of the build plate.' + 00x1A00210000020001: 'Power loss occurred while fetching/nesting hotend. Check if the hotend is in slot %s on the rack. If not, nest it back to that slot and move the toolhead to the center of the build plate.' + 00x1A00210000020002: 'Power loss occurred while fetching/nesting the hotend. Check if it''s mounted on the toolhead. If not, fetch it from slot %s on the rack, nest it onto the toolhead, and move the toolhead to the center of the build plate.' + 00x1A00E00000010005: 'The Induction Hotend Rack is blocked by an obstacle during homing. Please clear any obstructions from its movement path.' + 00x1A00E00000010006: 'Induction Hotend Rack homing distance is too long. The timing belt may be loose. Please check and tighten.' ctl_top_t_temp_axis: 'Temperatur/Achse' ctl_top_t_filament: 'Filament' + ctl_top_t_hello: 'Hallo Welt' ctl_t_part: 'Teil' ctl_t_aux: 'Aux' ctl_t_chamber: 'Kammer' @@ -493,6 +1173,10 @@ de-DE: tip_group_temp_too_high_confirm: 'Einige Drucker in der Gruppe haben eine Hotend-Temperatur von über 50 Grad. Das Ausschalten des Druckers kann zu Verstopfungen führen. Bitte warten Sie, bis der Hotend abgekühlt ist, bevor Sie den Drucker ausschalten. Möchten Sie fortfahren?' t_is_printing: 'Drucken' t_is_idle: 'Inaktiv' + t_table_header_index: 'Nr.' + t_table_header_device_name: 'Gerätename' + t_table_header_status_task: 'Status / Aufgabe' + t_table_header_actions_connection: 'Aktionen & Verbindung' tip_enter_group_name: 'Bitte geben Sie einen Gruppennamen ein:' tip_move_confirm: 'Der Drucker/Druckergruppe druckt derzeit und kann nicht verschoben werden.' tip_always_sleep: 'Diese Aktion kann den Bildschirm beschädigen. Möchten Sie fortfahren?' @@ -555,15 +1239,25 @@ de-DE: tip_loading_thumbnail: 'Loading data from printer. Please wait a second.' t_sd_enhanced_load_thumbnails: 'Enhanced thumbnail display' tip_enhanced_load_effect: 'start printing from USB stick or click sd-card panel will cause a long delay and it will takes effect after reboot, continue?' - tip_not_higher: 'Not higher than %d.' - tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' - tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' - tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' - tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' - tip_dry_completed: 'Drying completed.' - tip_dry_not_support: 'Not support for A1, A1-mini, P1P.' + tip_not_higher: 'Not higher than %d.' + tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' + tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' + tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' + tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' + tip_ams_dry_stop: 'Mochten Sie die AMS-Trocknung wirklich stoppen?' + tip_dry_completed: 'Drying completed.' + tip_dry_not_support: 'Not support for A1, A1-mini, P1P.' tip_dry_printer_printing: 'The printer is printing.' tip_skip_obj_selected: '#ff0000 %d# objects is selected' tip_dry_ing: 'Drying' tip_dry_prepare_ok: 'Ready, please check if the printer tool head has returned to the preset position before clicking start.' #NEW ADD END + +# AUTO-FILLED MISSING KEYS START + tip_firmware_incompatible: | + Your Bambu machine is running firmware version %s or above + This firmware implements an authentication mechanism that requires Bambu to approve who can send control commands to your machines if you are operating in cloud mode. + To regain full control of your machine using the Panda Touch, please change to LAN-only, developer mode from your stock bambu screen. + Alternately, you can roll back to an earlier firmware version using the bambu handy app. + tip_firmware_incompatible_reduced: 'Nur-Lese-Modus. Wechseln Sie fur volle Kontrolle in den LAN-only Developer Mode oder setzen Sie die Drucker-Firmware zuruck.' +# AUTO-FILLED MISSING KEYS END diff --git a/Translation/en-GB.yml b/Translation/en-GB.yml index d6f54d7..db17738 100644 --- a/Translation/en-GB.yml +++ b/Translation/en-GB.yml @@ -1,575 +1,1262 @@ -en-GB: -#SETTING PAGE - lang_name_t: 'English' - - min_time_t_1: '1min' - min_time_t_2: '2min' - min_time_t_3: '3min' - min_time_t_5: '5min' - min_time_t_10: '10min' - min_time_t_15: '15min' - min_time_t_60: '60min' - sleep_time_t_always: 'Always On' - - setting_gen_t: 'General' - setting_net_t: 'Network' - setting_gen_t_dev: 'Device:' - setting_gen_t_man: 'Manufacturer:' - setting_gen_t_lang: 'Language:' - setting_gen_t_fw: 'Firmware:' - setting_gen_t_slp: 'AutoSleep:' - setting_gen_t_backlight: 'Backlight brightness:' - setting_gen_t_reb: 'Restart' - setting_gen_t_rst: 'Restore Factory Settings' -#SETTING PAGE END - -#BUTTONS - btn_cancel: 'Cancel' - btn_ok: 'OK' - btn_restart: 'Restart' - btn_refresh: 'Refresh' - btn_confirm: 'Confirm' - btn_next: 'Next' - btn_back: 'Back' - btn_del: 'Delete' - btn_scan: 'Scan' - btn_factory: 'Factory Reset' - btn_close: 'Close' - btn_ignore_all: 'Ignore All' - btn_load: 'Load' - btn_unload: 'Unload' - btn_retry: 'Retry' - btn_abort: 'Abort' - btn_print: 'Print' - btn_remove: 'Remove' - btn_stop: 'Stop' - btn_pause: 'Pause' - btn_resume: 'Resume' - btn_filament: 'Filament' - btn_done: 'Done' - btn_stop_all: 'Stop All' - btn_format: 'Format' - btn_disconnect: 'Disconnect' - btn_edit: 'Edit' - btn_yes: 'Yes' - btn_no: 'No' - btn_reset: 'Reset' - btn_add_printer: 'Add Printer' - btn_add_group: 'Add Group' - btn_goto_printers: 'Go to multi-device page' - btn_goto_wifi: 'Go to Wi-Fi network' - btn_ignore: 'Ignore' - btn_goto_login: 'Go to Login page' - btn_dry: 'Drying' - btn_dry_prepare: 'Prepare' - btn_dry_start: 'Start dry' - btn_skip_obj: 'Skip' -#BUTTONS END - - set_net_wifi_scaned: 'Scanned WiFi' - welcome_tip: 'Please connect to the internet by selecting the WiFi network on the right and then entering the password. Hit refresh if you don''t see the desired network. Hit next once you have connected to the desired network.' - tip_scan_qrcode: 'Please use your phone to scan the QR code to access the online manual.' - loading: 'Loading...' - top_wifi_connect: 'Connecting to WiFi %s' - top_wifi_connect_fail: 'Failed to connect to WiFi: %s' - top_wifi_disconnected: 'Disconnected from WiFi: %s' - top_print_connecting: 'Connecting to Printer %d: %s' - top_print_connected: 'Successfully connected to Printer %d: %s' - top_print_connect_fail: 'Failed to connect to Printer %d: %s' -#PRINT - panda_touch: 'Panda Touch' - printer_model: 'Model:' - printer_name: 'Name:' - scan_print_t_acescd: 'Access Code:' - scan_print_t_ip: 'Printer IP:' - filament_t_color: 'Filament color:' - filament_t_matrl: 'Filament material:' - nozzle_t_diameter: 'Nozzle diameter:' - nozzle_t_matrl: 'Nozzle material:' - wifi_c_wait_cancel: 'Waiting for cancellation...' - print_bed_leveling: 'Bed Leveling' - print_flow_calibration: 'Flow Calibration' - print_timelapse: 'Timelapse' - prints_in_sync: 'Printers in sync: %d' - start_print_confirm: | - Before starting the print, please take note of the following: - 1. Ensure that the file was sliced for the selected printer(s). - 2. Ensure the filament settings in the sliced file match the filament loaded into the AMS slots. - print_using_ams: 'Use AMS' - print_ams: 'Spool holder' - print_canceled: 'Cancelled' - print_finished: 'Finished' - print_reprint: 'Reprint' - bed_preheating: 'Heatbed preheating' - nozzle_clean: 'Cleaning nozzle tip' - bed_auto_leveing: 'Auto bed leveling' - print_preparing: 'Preparing to print' - print_t: 'Printer' - print_not_find: 'No printers found, check your network and scan again' - filament_unknown: 'Filament type is unknown, but it is required to perform this action. Do you want to edit the filament''s information?' - printer_add_repeat: 'This printer has already been added to the Panda Touch and cannot be added again.' - printer_has_add: 'Already added' - printer_busy: | - - - Busy Printing - nozzle_temperature: 'Nozzle Temperature' - bambu_info_readonly: 'Infomation about Bambu Filament is stored in RFID and is read-only.' - setting_slot_not_sup: 'Setting slot information while printing is not supported.' - filament_minimum: 'Minimum' - filament_maximum: 'Maximum' - filament_unknown_type: 'Unknown' -#PRINT -#TIPS - tip_input_optional: '(Optional)' - tip_input_name: '(Required)Input your printer name' - tip_input_ip: '(Required)Input your printer IP' - tip_input_acescd: '(Required)Input your access code' - tip_input_sn: '(Required)Input your SN' - pop_tip_add_dev: 'Please confirm that you want to add this printer connection to the Panda Touch' - pop_tip_restart: 'Please confirm that you want to restart the Panda Touch.' - pop_tip_input_password: 'Input password' - pop_tip_factory: 'Please confirm that you want to restore the factory settings. The Panda Touch will forget the WiFi settings and all added printers. A restart will be performed once done.' - new_tip_get_info: 'How to get IP, Access Code, and SN Code.' - pop_tip_print_abort: 'Please confirm whether to abort the current and subsequent upload and print tasks.' - tip_not_insert_sdcard: 'MicroSD Card not inserted into printer.' - tip_not_insert_usb_flash: 'USB Flash Drive not inserted.' - tip_not_select_print: 'No printer selected, please select at least one printer to start printing.' - tip_remove_refuse: 'Only "Disconnected" printers can be deleted. Please set this printer to "Disconnected" before deleting it.' - tip_remove_confirm: 'Please confirm that you want to remove this printer from the Panda Touch.' - tip_master_must: 'There must be at least one printer set as the "Master".' - tip_mainly_query: 'Only one printer can be set as the "Master". Do you want to set this printer as the "Master" and set the old "Master" printer to "Sync"?' - tip_printer_max: 'Panda Touch currently only supports connecting up to "%d" printers. You can use a second Panda Touch unit to control additional printers.' - tip_pause_all: 'Are you sure that you want to pause all ongoing prints?' - tip_stop_all: 'Once you stop a print, you cannot resume it. Are you sure that you want to stop all ongoing prints?' - tip_faild_upload: | - Failed to upload file, please check the following: - 1. Is the printer properly plugged in with an SD card and does the SD card have sufficient capacity. - 2. Ensure the USB drive is well secured into the Panda Touch. - 3. Move to a location with better WiFi signal. - 4. When in cloud mode, please check and re-edit the "IP" or "Access Code". - tip_wifi_disconnected: 'The WiFi connection was lost. Please ensure that you are in an area with sufficient signal strength.' - tip_wifi_error: 'Failed to connect to current WiFi, Please check signal strength & password entered and then reconnect.' - tip_unload_has_filament: 'Please pull out the filament on the spool holder from the extruder or check if there is filament broken in the extruder, if AMS is to be used later, please connect PTFE tube to the coupler.' - tip_unload_has_filament_l: 'Please pull out the filament on the spool holder from the extruder or check if there is filament broken in the extruder, if AMS is to be used later, please connect PTFE tube to the coupler and click the "Retry" button.' - tip_load_no_filament: 'Please feed from the spool holder until the tool head filament sensor is triggered.' - tip_load_no_filament_l: 'Please feed from the spool holder until the tool head filament sensor is triggered and click the "Retry" button.' - tip_load_filament: 'Please observe the nozzle. If the filament has been extruded, click "Done"; if it is not, please push the filament forward slightly and then click "Retry".' - tip_heatbreak_fan: 'The heatbreak fan speed is abnormal.' - tip_parsing_gcode: 'There was a problem parsing gcode.3mf. Please resend the printing job.' - tip_nozzle_temp_malf: 'Nozzle temperature malfunction.' - tip_front_cover: 'Printing was paused because the front cover of the tool head fell off. Please mount it back and click the resume icon to resume the print job.' - tip_filament_runout: 'The filament ran out. Please load new filament in "Filament" and tap "Resume" to resume the print job.' - tip_pause_print: 'Are you sure that you want to pause the ongoing print?' - tip_stop_print: 'Once you stop a print, you cannot resume it. Are you sure that you want to stop the ongoing print?' - tip_ams_runout: 'AMS filament has ran out. Please insert a new filament into the AMS and click the "Retry" button.' - tip_ams_overload: 'AMS assist motor is overloaded. Please check if the spool or filament is stuck. After troubleshooting, click the "Retry" button.' - tip_failed_feed: 'Failed to feed the filament into the toolhead. Please check whether the filament or the spool is stuck. After troubleshooting, click the "Retry" button.' - tip_failed_pull: 'Failed to pull out the filament from the extruder. Please check whether the extruder is clogged or whether the filament is broken inside the extruder. After troubleshooting, click the "Retry" button.' - tip_failed_extrude: 'Failed to extrude the filament. Please check if the extruder is clogged. After troubleshooting, click the "Retry" button.' - tip_failed_feed_outside: 'Failed to feed the filament outside the AMS. Please clip the end of the filament flat and check to see if the spool is stuck. After troubleshooting, click the "Retry" button.' - tip_select_model: 'Please select the model of the printer' - tip_ams_busy: 'Cannot read filament info; the AMS is busy. Please try again later.' - tip_ams_reading: 'The AMS is busy reading filament info; please try again later.' - tip_ams_tray_empty: 'This tray is empty. Please try again after inserting filament.' - tip_firmware: 'Please scan the code to view firmware release history and instructions on how to update the firmware.' -#TIPS END -#NOTIFY - notify_center_t: 'Notification Center' - notify_cnt_t: 'number of notifications:' - notify_remind: 'Please scan the code to view possible solutions, or click the "Goto Printer" button to Set this printer as the "Master" printer' - notify_remind_go_print: 'Goto Printer' - notify_unknow_state: 'Panda Touch unknown status code.' - - 00x0300100000020001: 'The resonance frequency of the %s axis is low. The timing belt may be loose.' - 00x0300100000020002: 'The 1st order mechanical resonance mode of %s axis differ much from last calibration, please re-run the machine calibration later.' - 00x03000F0000010001: 'The accelerometer data is unavailable.' - 00x03000D000001000B: 'The Z axis motor seems got stuck when moving up.' - 00x03000D0000010003: 'The build plate is not placed properly. Please adjust it.' - 00x03000D0000010004: 'The build plate is not placed properly. Please adjust it.' - 00x03000D0000010005: 'The build plate is not placed properly. Please adjust it.' - 00x03000D0000010006: 'The build plate is not placed properly. Please adjust it.' - 00x03000D0000010007: 'The build plate is not placed properly. Please adjust it.' - 00x03000D0000010008: 'The build plate is not placed properly. Please adjust it.' - - 00x03000D0000010009: 'The build plate is not placed properly. Please adjust it.' - 00x03000D000001000A: 'The build plate is not placed properly. Please adjust it.' - 00x03000D0000020001: 'Heatbed homing abnormal.' - 00x03000A0000010005: 'Force sensor %s detected unexpected continuous force. The heatbed may be stuck, or the analog front end may be broken.' - 00x03000A0000010004: 'External disturbance was detected when testing the force sensor %s sensitivity. The heatbed plate may have touched something outside the heatbed.' - 00x03000A0000010003: 'The sensititvity of heatbed force sensor %s is too low.' - 00x03000A0000010002: 'The sensititvity of heatbed force sensor %s is low.' - 00x03000A0000010001: 'The sensititvity of heatbed force sensor %s is too high.' - 00x0300040000020001: 'The speed of part cooling fan if too slow or stopped.' - 00x0300030000020002: 'The speed of hotend fan is slow.' - - 00x0300030000010001: 'The speed of the hotend fan is too slow or stopped.' - 00x0300060000010001: 'Motor-%s has an open-circuit. There may be a loose connection, or the motor may have failed.' - 00x0300060000010002: 'Motor-%s has a short-circuit. It may have failed.' - 00x0300060000010003: 'The resistance of Motor-%s is abnormal, the motor may have failed.' - 00x0300010000010007: 'The heatbed temperature is abnormal; the sensor may have an open circuit.' - 00x0300130000010001: 'The current sensor of Motor-%s is abnormal. This may be caused by a failure of the hardware sampling circuit.' - 00x0300180000010005: 'The Z axis motor seems got stuck during movement, please check if there is any foreign matter on the Z sliders or Z timing belt wheels.' - 00x0300190000010001: 'The eddy current sensor on Y-axis is not available, the wire should be broken.' - 00x0300190000020002: 'The sensitivity of Y-axis eddy current sensor is too low.' - 00x0300400000020001: 'Data transmission over the serial port is abnormal; the software system may be faulty.' - - 00x0300410000010001: 'The system voltage is unstable; triggering the power failure protection function.' - 00x0300020000010001: 'The nozzle temperature is abnormal, the heater may be short circuit.' - 00x0300020000010002: 'The nozzle temperature is abnormal, the heater may be open circuit.' - 00x0300020000010003: 'The nozzle temperature is abnormal, the heater is over temperature.' - 00x0300020000010006: 'The nozzle temperature is abnormal, the sensor may be short circuit.' - 00x0300020000010007: 'The nozzle temperature is abnormal, the sensor may be open circuit.' - 00x0300120000020001: 'The front cover of the toolhead fell off.' - 00x0300180000010001: 'The value of extrusion force sensor is low, the nozzle seems to not be installed.' - 00x0300180000010002: 'The sensitivity of the extrusion force sensor is low, the hotend may not installed correctly.' - 00x0300180000010003: 'The extrusion force sensor is not available, the link between the MC and TH may be broken or the sensor is broken.' - - 00x0300180000010004: 'The data from extrusion force sensor is abnormal, the sensor should be broken.' - 00x03001A0000020001: 'The nozzle is wrapped in the filament or the build plate is placed incorrectly.' - 00x03001A0000020002: 'The extrusion force sensor detects that the nozzle is clogged.' - 00x0C00010000010001: 'Micro Lidar camera is offline.' - 00x0C00010000020002: 'Micro Lidar camera is malfunctioning.' - 00x0C00010000010003: 'Micro Lidar Synchronization abnormal.' - 00x0C00010000010004: 'Micro Lidar Lens dirty.' - 00x0C00010000010005: 'Micro Lidar OTP parameter abnormal.' - 00x0C00010000020006: 'Micro Lidar extrinsic parameter abnormal.' - 00x0C00010000020007: 'Micro Lidar laser parameter drifted.' - - 00x0C00010000020008: 'Chamber camera offline.' - 00x0C00010000010009: 'Chamber camera dirty.' - 00x0C0001000001000A: 'The Micro Lidar LED may be broken.' - 00x0C0001000002000B: 'Failed to calibrate Micro Lidar.' - 00x0C00020000010001: 'Laser not lit.' - 00x0C00020000020002: 'Laser too thick.' - 00x0C00020000020003: 'Laser not bright enough.' - 00x0C00020000020004: 'Nozzle height seems too low.' - 00x0C00020000010005: 'A new micro lidar is detected.' - 00x0C00020000020006: 'Nozzle height seems too high.' - - 00x0C00030000020001: 'Filament exposure metering failed.' - 00x0C00030000020002: 'First layer inspection terminated due to abnormal lidar data.' - 00x0C00030000020004: 'First layer inspection not supported for current print job.' - 00x0C00030000020005: 'First layer inspection timeout.' - 00x0C00030000030006: 'Purged filaments piled up.' - 00x0C00030000030007: 'Possible first layer defects.' - 00x0C00030000030008: 'Possible spaghetti defects.' - 00x0C00030000010009: 'First layer inspection module rebooted.' - 00x0C0003000003000B: 'Inspecting first layer.' - 00x0C0003000002000C: 'Build plate marker not detected.' - - 00x0500010000020001: 'The media pipeline is malfunctioning.' - 00x0500010000020002: 'USB camera is not connected.' - 00x0500010000020003: 'USB camera is malfunctioning.' - 00x0500010000030004: 'Not enough space in SD Card.' - 00x0500010000030005: 'Error in SD Card.' - 00x0500010000030006: 'Unformatted SD Card.' - 00x0500020000020001: 'Failed to connect internet, please check the network connection.' - 00x0500020000020005: 'Failed to connect internet, please check the network connection.' - 00x0500020000020002: 'Failed to login device.' - 00x0500020000020004: 'Unauthorized user.' - 00x0500020000020006: 'Liveview service is malfunctioning.' - - 00x0500030000010001: 'The MC module is malfunctioning. Please restart the device.' - 00x0500030000010002: 'The toolhead is malfunctioning. Please restart the device.' - 00x0500030000010003: 'The AMS module is malfunctioning. Please restart the device.' - 00x050003000001000A: 'System state is abnormal. Please restore factory settings.' - 00x050003000001000B: 'The screen is malfunctioning.' - 00x050003000002000C: 'Wireless hardware error: please turn off/on WiFi or restart the device.' - 00x0500040000010001: 'Failed to download print job. Please check your network connection.' - 00x0500040000010002: 'Failed to report print state. Please check your network connection.' - 00x0500040000010003: 'The content of print file is unreadable. Please resend the print job.' - 00x0500040000010004: 'The print file is unauthorized.' - 00x0500040000010006: 'Failed to resume previous print.' - - 00x0500040000020007: 'The bed temperature exceeds the filament''s vitrification temperature, which may cause a nozzle clog..' - 00x0700010000010001: 'The AMS%s assist motor has slipped.The extrusion wheel may be worn down,or the filament may be too thin.' - 00x0700010000010003: 'The AMS%s assist motor torque control is malfunctioning.The current sensor may be faulty.' - 00x0700010000010004: 'The AMS%s assist motor speed control is malfunctioning.The speed sensor may be faulty.' - 00x0700010000020002: 'The AMS%s assist motor is overloaded,The filament may be tangled or stuck.' - 00x0700020000010001: 'AMS%s filament speed and length error.The filament odometry may be faulty.' - 00x0700100000010001: 'The AMS%s slot%s motor has slipped.The extrusion wheel may be malfunctioning,or the filament may be too thin.' - 00x0700100000010003: 'The AMS%s slot%s motor torque control is malfunctioning.The current sensor may be faulty.' - 00x0700100000020002: 'The AMS%s slot%s motor is overloaded.The filament may be tangled or stuck.' - 00x0700200000020001: 'AMS%s Slot%s filament has run out.' - - 00x1200200000020001: 'AMS%s Slot%s filament has run out.' - 00x0700200000020002: 'The AMS%s slot%s is empty.' - 00x0700200000020003: 'The AMS%s slot%s''s filament may be broken in AMS.' - 00x0700200000020004: 'The AMS%s slot%s''s filament may be broken in the tool head.' - 00x0700200000020005: 'AMS%s Slot%s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' - 00x0700200000030001: 'AMS%s Slot%s filament has run out. Please wait while old filament is purged.' - 00x0700200000030002: 'AMS%s Slot%s filament has run out and automatically switched to the slot with the same filament.' - 00x0700400000020001: 'The filament buffer signal lost,the cable or position sensor may be malfunctioning.' - 00x0700400000020002: 'The filament buffer position signal error,the position sensor may be malfunctioning.' - 00x0700400000020003: 'The AMS Hub communication is abnormal,the cable may be not well connected.' - 00x0700400000020004: 'The filament buffer signal is abnormal,the spring may be stuck or the filament may be tangle.' - - 00x0700450000020001: 'The filament cutter sensor is malfunctioning.The sensor may be disconected or damaged.' - 00x0700450000020002: 'The filament cutter''s cutting distance is too large.The XY motor may lose steps..' - 00x0700450000020003: 'The filament cutter handle has not released.The handle or blade ay be stuck.' - 00x0700510000030001: 'The AMS is disabled; please load filament from spool holder.' - 00x0700500000020001: 'The AMS%s communication is abnormal,please check the connection cable.' - 00x0700600000020001: 'The AMS%s slot%s is overloaded. The filament may be tangled or the spool may be stuck.' - 00x1200100000020002: 'The AMS%s Slot%s motor is overloaded. The filament may be tangled or stuck.' - 00x1200800000020001: 'AMS%s Slot%s filament may be tangled or stuck.' - 00x07FF200000020001: 'External filament has run out; please load a new filament.' - 00x07FF200000020002: 'External filament is missing; please load a new filament.' - 00x07FF200000020004: 'Please pull out the filament on the spool holder from the extruder.' - - 00x12FF200000020007: 'Failed to check the filament location in the tool head, please click for more help.' - 00x1200200000020006: 'Failed to extrude AMS%s Slot%s filament, the extruder may be clogged, or the filament may be too thin, causing the extruder slipping.' - 00x1200200000030002: 'AMS%s Slot%s filament has run out and automatically switched to the slot with the same filament.' -#NOTIFY END - -#CONTROL - ctl_top_t_temp_axis: 'Temperature/Axis' - ctl_top_t_filament: 'Filament' - ctl_t_part: 'Part' - ctl_t_aux: 'Aux' - ctl_t_chamber: 'Chamber' - sw_t_on: 'ON' - sw_t_off: 'OFF' - ctl_t_speed: 'Printing speed' - ctl_t_speed_silent: 'Silent' - ctl_t_speed_standard: 'Standard' - ctl_t_speed_sport: 'Sport' - ctl_t_speed_ludicrous: 'Ludicrous' - ctl_t_extruder: 'Extruder' - ctl_t_temp_high: 'Not higher than %ld℃' - ctl_t_filament_t_tip: 'Tips' - ctl_t_filament_tip: 'Before loading, please make sure your filament is pushed into the toolhead.' - ctl_t_to_load: 'To load' - ctl_t_to_unload: 'To unload' - ctl_t_heat_nozzle_temp: 'Heat the nozzle' - ctl_t_push_new_filament: 'Push new filament into the extruder' - ctl_t_grab_new_filament: 'Grab new filament' - ctl_t_purge_old_filament: 'Purge old filament' - ctl_t_cut_filament: 'Cut filament' - ctl_t_back_filament: 'Pull back current filament' - content_empty: 'Empty' - tpu_not_supported: '"%s %s" is not supported by the AMS.' - cf_gf_warning: '"%s %s" filaments are hard and brittle. They easily break or get stuck in the AMS; please use with caution.' - pva_warning: 'Damp "%s %s" will become flexible and get stuck inside AMS; please take care to dry ot before use.' - -#CONTROL END - -#MQTT - ctl_t_mqtt_ctl_mode: 'Control Mode' - ctl_t_mqtt_statu_master: 'Leader' - ctl_t_mqtt_statu_slave: 'Follower' - ctl_t_mqtt_status_sync: 'Sync' - ctl_t_mqtt_disconected: 'Disconnected' - printer_connecting: 'Printer is currently connecting.' - printer_disconnected: 'Printer is disconnected.' - printer_connected: 'Printer has successfully connected.' - mqtt_login_failed: | - Cannot connect to printer! - It may be that the "Access Code" is wrong. Click "Edit" to check and re-edit the "Access Code". - To troubleshoot connection problems please scan the QR code. - mqtt_never_connected: | - Cannot connect to printer! - Please ensure that the printer is powered up and on the same LAN as the Panda Touch or click "Edit" to check and re-edit the "IP" and "SN". - To troubleshoot connection problems please scan the QR code. - mqtt_master_changed: | - Cannot connect to printer! - Please ensure that the printer is powered up and on the same LAN as the Panda Touch or click "Edit" to check and re-edit the "IP" and "SN". - Since this is the "Master", another printer in the group will be temporarily assigned as the "Master". - If you have powered the printer off then ignore this message. - To troubleshoot connection problems please scan the QR code. - mqtt_master_error: | - Cannot connect to printer! - Please ensure that the printer is powered up and on the same LAN as the Panda Touch or click "Edit" to check and re-edit the "IP" and "SN". - Since this is the "Master" and there are no other connected printers available in the group, you will not be able to use the Panda Touch until this is resolved. - To troubleshoot connection problems please scan the QR code. - mqtt_slave: | - Cannot connect to printer! - Please ensure that the printer is powered up and on the same LAN as the Panda Touch or click "Edit" to check and re-edit the "IP" and "SN". - This printer is not the "Master" so it will not be accessible or able to follow the "Master" if it is in a group. - If you have powered the printer off then ignore this message. - To troubleshoot connection problems please scan the QR code. - mqtt_not_online: | - Cannot connect to printer! - Please ensure that the printer is powered up and on the same LAN as the Panda Touch. - To troubleshoot connection problems please scan the QR code. -#MQTT END - -#FILE - file_t_usb_flash_driver: 'USB Flash Drive' - file_t_name: 'Name' - file_t_date: 'Date' - file_t_size: 'Size' - file_s_transmitting: 'Transmitting' - file_s_printers_in_sync: 'Printers in sync:%d/%d' - file_s_failed: 'Failed' - file_s_printing: 'Printing' - file_s_waiting: 'Waiting' -#FILE END - -#GUID - guid_t_start: 'Start' - guid_c_start: 'Activate the Bambu lab original screen.' - guid_t_get_ip_access: 'Get IP and Access Code' - guid_c_get_ip_access_wlan: 'Select WLAN using D-pad, press OK to enter.' - guid_c_get_ip_access_enter: 'Enter the IP and Access codes into the corresponding Panda Touch input boxes.' - guid_t_get_sn: 'Get SN Code' - guid_c_get_sn_return: 'Press return to settings.' - guid_c_get_sn_enter: 'Select device using D-pad, press OK to enter.' - guid_c_get_sn_enter_code: 'This is the SN code, please enter it in the corresponding input box on Panda Touch.' - guid_t_completed: | - ; ) - Congratulations! You have completed the Panda Touch tutorial. Try out the features. - guid_c_completed: 'Click blank area of the screen to return to connection interface. Can add printer info to track status.' - sn: 'SN:' - guid_unable_find: 'Unable to find your printer settings?' - guide_select_lang: 'Please select your Panda Touch language' - guide_ota_not_finished: 'OTA is not finished yet' - guide_ota_remind: | - Please use a computer on the same WiFi network, which can be a computer or mobile device running an operating system such as iOS or Android. This is referred to as the "computer" below. - • Enter the Panda Touch's IP address in the computer's browser to access the web UI, and then click "Update File" button. - • Click the "Choose File" button, then select the downloaded .img file. - • The Panda Touch will automatically start updating. - guid_ota_connect_wifi: 'Please connect to the Internet by selecting the WiFi network on the right and entering the password. If the network you want to connect to does''n''t appear, click the Refresh button.' -#GUID END - -#CLOUD START - tip_about_region: 'Please select the region before you Login, the region should be the same as your account region.' - tip_del_account: 'Do you need to delete the account? PandaTouch will convert the printer bound to this account to local mode.' - tip_input_phone: 'Please input your phone number' - tip_input_email: 'Please input your email address' - t_region: 'Region:' - t_account: 'Account:' - t_password: 'Code:' - t_region_china: 'CHINA' - t_region_global: 'GLOBAL' - tip_phone_incorrect: 'Input the valid phone number' - tip_email_incorrect: 'Input the valid email' - tip_account_not_reg: 'Login failed, this account is not registered.' - tip_password_incorrect: 'Login failed, please check the password.' - tip_network_error: 'Login failed, please check the network.' - tip_login_ok: | - Cloud login successful! - - Would you like to convert all existing printers to cloud mode? Only select yes if you are not using any printers in “LAN mode”. If you are using printers in “LAN mode” then rather add each printer manually to the cloud by editing the mode settings. - tip_account_sync_ok: 'Printers were successfully converted to cloud mode. You can see the current mode status of each printer in the multi-device page.' - tip_account_sync_error: 'Some printers could not be converted to cloud mode. Please check your WiFi and cloud mode settings and try again.' - tip_account_sync_zero: 'There are no cloud printers in the current account. Please add a printer to this account and then login again.' - tip_printer_without_cloud: 'This printer has not been bound to this account yet. Please use BambuLab Studio or Handy to add the printer before enable the cloud.' - tip_printer_login_account: 'Please log in to an account first.' - tip_account_error: 'Your account is experiencing issues. Please check if there have been any changes to your account name. Also, verify that your account region matches your current location.' - tip_account_network_error: 'Your network connection is experiencing issues. Please check if the network password has been changed and try reconnecting to restore the printer''s cloud connection.' - t_login_bambu: 'Login BambuLab Account' - tip_convert_to_cloud: 'Converting printers to cloud mode. Please wait.' - t_enable_could: 'Enable cloud' - tip_wifi_not_connected: 'The Wi-Fi connection has been disconnected, please connect to Wi-Fi first.' - tip_printer_work_in_cloud: 'The printer works in cloud mode.' - tip_printer_work_in_local: 'The printer works on the LAN mode.' - tip_ftp_ip_invalid: | - Please ensure that the printer is on the same LAN as the Panda Touch. - Please check and re-edit the "IP" or "Access code". - tip_ftp_not_find: 'File not found.' - tip_group_printer_cloud_mode: 'Printer %d: %s is working in cloud mode.' - tip_group_printer_local_mode: 'Printer %d: %s is working in LAN mode.' - tip_group_work_in_cloud: 'The printer group works in cloud mode.' - tip_group_work_in_local: 'The printer group works in LAN mode.' -#CLOUD END - -#NEW ADD - tip_printer_group_max: 'Panda Touch currently only supports %d printer group.' - tip_one_master_at_least: 'You should keep one master printer in an group at least.' - tip_one_select_at_least: | - Please keep one master printer in an group. - if you want to remove the group, you can press back button and remove it by delete button. - tip_remove_group_confirm: 'Please confirm that you want to remove this printer group from the Panda Touch.' - tip_group_same_name: 'There''s a same group exist,please rename it.' - tip_printer_in_group: 'Printer has been selected in group,please remove the it in group.' - tip_reprint_group_printer: 'This will only reprint the file on this printer. If you want to start printing on all printers in the group, please wait for all printers to complete and use the normal process to start printing.' - tip_reprint_printer: 'Do you want to reprint the file on this printer?' - tip_waiting_print_finished: 'Please stop the current printing task before starting a new one.' - tip_group_connected: 'Printer group has successfully connected.' - tip_group_printer_disconnected: 'The printer %d:%s has been disconnected.' - tip_group_printer_connecting: 'The printer %d:%s is connecting.' - tip_group_printer_printing: 'The printer %d:%s is printing.' - tip_group_printer_temp_too_high: 'The printer %d:%s %d ℃.' - tip_group_printer_file_config: 'Do you want to print the %s file? Please select the printing function you need to enable.' - tip_group_power_off: 'Do you want to power-off the printers in this group?' - tip_group_reset_power_usage: 'Do you want to clear the power usage of PWR printers bound within the group?' - tip_group_power_off_not_online: 'A printer in the group has been disconnected. Please confirm if you want to continue turning off the power?' - tip_group_printing_not_idle: 'There are some printers is printing in this group. Turning off the printer may cause blockage. Please wait for the hot end to cool down before turning off the printer power. Do you want to continue?' - tip_group_temp_too_high_confirm: 'There are some printers in the group with a hot end temperature exceeding 50 degrees. Turning off the printer may cause blockage. Please wait for the hot end to cool down before turning off the printer power. Do you want to continue?' - t_is_printing: 'Printing' - t_is_idle: 'Idle' - tip_enter_group_name: 'Please enter a group name:' - tip_move_confirm: 'The printer/printer group is currently printing and cannot be moved.' - tip_always_sleep: 'This operation will cause damage to the screen. Do you want to continue?' - tip_bind_power: | - Please press and hold the Panda PWR button until the blue light starts flashing, - then place the Panda Touch against the Panda PWR casing to connect. - tip_remove_keep_one: 'Please keep at least one printer.' - tip_remove_printer_with_power: 'This printer is bound to Panda PWR. Do you want to continue deleting it?' - tip_about_power: | - Panda PWR - Automatic shutdown,real-time power monitoring,power tracking,dual USB-A interface design,please scan the QR code for more information. - tip_power_off_not_online_confirm: 'The printer has been disconnected, please confirm if you want to turn off the printer power?' - tip_power_off_temp_too_high_confirm: 'The hotend temperature is>50C. Turning off the printer may cause blockage. Please wait for the hot end to cool down before turning off the printer power. Do you want to continue?' - tip_power_off_confirm: 'Please confirm if you want to turn off the printer power?' - tip_auto_power_off_confirm: 'Your printer will turn off once the print is complete and the hotend cools below 50C.' - t_auto_power_off: 'Auto Power-off:' - t_min: 'Min' - t_countdown: 'Count down:' - t_power: 'Power' - tip_know_power: 'What is the Panda PWR' - tip_add_power: 'Add Panda PWR' - t_voltage: 'Voltage:' - t_current: 'Current:' - t_power_2: 'Power:' - t_power_usage: 'Energy Usage:' - t_printer: 'Printer-Leader:' - t_power_wifi: 'Wifi SSID:' - t_power_usb_follow: 'USB 1 Follow Printer Light:' - t_usb_config_off: 'Off' - t_usb_config_on: 'On' - t_must_high: 'The input value must be greater than %ld' - t_must_less: 'The input value must be less than %ld' - t_power_printer_no: 'No.' - tip_confirm_bind_power: 'Do you accept binding from Panda PWR?' - tip_confirm_unbind_power: 'Do you want to unbind from Panda PWR?' - t_reset_power_usage: | - RST - Usage - t_reset_power_usage_print: 'RST Usage' - tip_confirm_reset_power_usage: 'Do you want to reset the power usage?' - t_auto_off: 'Auto Off' - t_power_off_all: 'Do you want to close the PRINTERS bound to PWR in the group?' - t_pwr_has_been_bind: 'This PWR has been bound by Printer %s ,Please unbind it before proceeding.' - tip_pwr_max: 'Panda Touch currently supports connecting up to %d Panda PWR.' - t_power_off_after_printing: 'Auto Power-off' - tip_change_reboot: 'For a better speed experience, requires a reboot to take effect, continue?' - t_multi_print_heat_delay: 'Multi printing heat delay' - t_file_t_history: 'Print history' - t_history_cost_time: 'Cost time' - t_history_weight: 'Weight' - t_history_only_cloud: 'Only support for Cloud mode' - t_history_not_find: 'Not find' - t_default_directory: 'Printer-Default-Directory' - t_reboot_take_effect: 'Need reboot to take effect,Do you want to continue?' - t_send_code: 'Send Code' - tip_send_code: 'Input the code' - tip_error_code_length: 'The length of code should be 6' - tip_error_code: 'Code does not exist or has expired; please request a new verification code.' - tip_error_send_code: 'Send code failed please check the internet.' - tip_loading_thumbnail: 'Loading data from printer. Please wait a second.' - t_sd_enhanced_load_thumbnails: 'Enhanced thumbnail display' - tip_enhanced_load_effect: 'start printing from USB stick or click sd-card panel will cause a long delay and it will takes effect after reboot, continue?' - tip_not_higher: 'Not higher than %d.' - tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' - tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' - tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' - tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' - tip_dry_completed: 'Drying completed.' - tip_dry_not_support: 'Not support for A1, A1-mini.' - tip_dry_printer_printing: 'The printer is printing.' - tip_skip_obj_selected: '#ff0000 %d# objects is selected' - tip_dry_ing: 'Drying' - tip_dry_prepare_ok: 'Ready, please check if the printer tool head has returned to the preset position before clicking start.' -#NEW ADD END \ No newline at end of file +en-GB: + lang_name_t: 'English' + min_time_t_1: '1min' + min_time_t_2: '2min' + min_time_t_3: '3min' + min_time_t_5: '5min' + min_time_t_10: '10min' + min_time_t_15: '15min' + min_time_t_60: '60min' + sleep_time_t_always: 'Always On' + setting_gen_t: 'General' + setting_net_t: 'Network' + setting_gen_t_dev: 'Device:' + setting_gen_t_man: 'Manufacturer:' + setting_gen_t_lang: 'Language:' + setting_gen_t_fw: 'Firmware:' + setting_gen_t_slp: 'AutoSleep:' + setting_gen_t_readonly: 'Read Only Mode:' + setting_gen_t_wake_on_print: 'Wake at Print Start' + setting_gen_t_on_while_print: 'Stay Awake While Printing' + setting_gen_t_backlight: 'Backlight brightness:' + setting_gen_t_reb: 'Restart' + setting_gen_t_rst: 'Restore Factory Settings' +#SETTING PAGE END + +#BUTTONS + btn_cancel: 'Cancel' + btn_ok: 'OK' + btn_restart: 'Restart' + btn_refresh: 'Refresh' + btn_confirm: 'Confirm' + btn_next: 'Next' + btn_back: 'Back' + btn_del: 'Delete' + btn_scan: 'Scan' + btn_factory: 'Factory Reset' + btn_close: 'Close' + btn_ignore_all: 'Ignore All' + btn_load: 'Load' + btn_unload: 'Unload' + btn_retry: 'Retry' + btn_reread: 'Re-Read' + btn_abort: 'Abort' + btn_print: 'Print' + btn_remove: 'Remove' + btn_stop: 'Stop' + btn_pause: 'Pause' + btn_resume: 'Resume' + btn_filament: 'Filament' + btn_done: 'Done' + btn_stop_all: 'Stop All' + btn_format: 'Format' + btn_disconnect: 'Disconnect' + btn_edit: 'Edit' + btn_yes: 'Yes' + btn_no: 'No' + btn_reset: 'Reset' + btn_add_printer: 'Add Printer' + btn_add_group: 'Add Group' + btn_goto_printers: 'Go to multi-device page' + btn_printer_view_list: 'List' + btn_printer_view_card: 'Card' + btn_goto_wifi: 'Go to Wi-Fi network' + btn_ignore: 'Ignore' + btn_goto_login: 'Go to Login page' + btn_dry: 'Drying' + btn_dry_prepare: 'Prepare' + btn_dry_start: 'Start dry' + label_dry_time: 'Dry Time' + label_dry_temp: 'Temperature' + tip_ams_dry_setup: 'AMS Drying Setup' + btn_skip_obj: 'Skip' +#BUTTONS END + set_net_wifi_scaned: 'Scanned WiFi' + welcome_tip: 'Please connect to the internet by selecting the WiFi network on the right and then entering the password. Hit refresh if you don''t see the desired network. Hit next once you have connected to the desired network.' + tip_scan_qrcode: 'Please use your phone to scan the QR code to access the online manual.' + loading: 'Loading...' + top_wifi_connect: 'Connecting to WiFi %s' + top_wifi_connect_fail: 'Failed to connect to WiFi: %s' + top_wifi_disconnected: 'Disconnected from WiFi: %s' + top_print_connecting: 'Connecting to Printer %d: %s' + top_print_connected: 'Successfully connected to Printer %d: %s' + top_print_connect_fail: 'Failed to connect to Printer %d: %s' +#PRINT + panda_touch: 'Panda Touch' + printer_model: 'Model:' + printer_name: 'Name:' + scan_print_t_acescd: 'Access Code:' + scan_print_t_ip: 'Printer IP:' + filament_t_color: 'Filament color:' + filament_t_matrl: 'Filament material:' + nozzle_t_diameter: 'Nozzle diameter:' + nozzle_t_matrl: 'Nozzle material:' + wifi_c_wait_cancel: 'Waiting for cancellation...' + print_bed_leveling: 'Bed Leveling' + print_flow_calibration: 'Flow Calibration' + print_timelapse: 'Timelapse' + prints_in_sync: 'Printers in sync: %d' + start_print_confirm: | + Before starting the print, please take note of the following: + 1. Ensure that the file was sliced for the selected printer(s). + 2. Ensure the filament settings in the sliced file match the filament loaded into the AMS slots. + print_using_ams: 'Use AMS' + print_ams: 'Spool holder' + print_canceled: 'Cancelled' + print_finished: 'Finished' + print_reprint: 'Reprint' + bed_preheating: 'Heatbed preheating' + nozzle_clean: 'Cleaning nozzle tip' + bed_auto_leveing: 'Auto bed leveling' + print_preparing: 'Preparing to print' + print_t: 'Printer' + print_not_find: 'No printers found, check your network and scan again' + filament_unknown: 'Filament type is unknown, but it is required to perform this action. Do you want to edit the filament''s information?' + printer_add_repeat: 'This printer has already been added to the Panda Touch and cannot be added again.' + printer_has_add: 'Already added' + printer_busy: | + + + Busy Printing + nozzle_temperature: 'Nozzle Temperature' + bambu_info_readonly: 'Infomation about Bambu Filament is stored in RFID and is read-only.' + setting_slot_not_sup: 'Setting slot information while printing is not supported.' + filament_minimum: 'Minimum' + filament_maximum: 'Maximum' + filament_unknown_type: 'Unknown' +#PRINT +#TIPS + tip_input_optional: '(Optional)' + tip_input_name: '(Required)Input your printer name' + tip_input_ip: '(Required)Input your printer IP' + tip_input_acescd: '(Required)Input your access code' + tip_input_sn: '(Required)Input your SN' + pop_tip_add_dev: 'Please confirm that you want to add this printer connection to the Panda Touch' + pop_tip_restart: 'Please confirm that you want to restart the Panda Touch.' + pop_tip_input_password: 'Input password' + pop_tip_factory: 'Please confirm that you want to restore the factory settings. The Panda Touch will forget the WiFi settings and all added printers. A restart will be performed once done.' + new_tip_get_info: 'How to get IP, Access Code, and SN Code.' + pop_tip_print_abort: 'Please confirm whether to abort the current and subsequent upload and print tasks.' + tip_not_insert_sdcard: 'MicroSD Card not inserted into printer.' + tip_not_insert_usb_flash: 'USB Flash Drive not inserted.' + tip_not_select_print: 'No printer selected, please select at least one printer to start printing.' + tip_remove_refuse: 'Only "Disconnected" printers can be deleted. Please set this printer to "Disconnected" before deleting it.' + tip_remove_confirm: 'Please confirm that you want to remove this printer from the Panda Touch.' + tip_master_must: 'There must be at least one printer set as the "Master".' + tip_mainly_query: 'Only one printer can be set as the "Master". Do you want to set this printer as the "Master" and set the old "Master" printer to "Sync"?' + tip_printer_max: 'Panda Touch currently only supports connecting up to "%d" printers. You can use a second Panda Touch unit to control additional printers.' + tip_pause_all: 'Are you sure that you want to pause all ongoing prints?' + tip_stop_all: 'Once you stop a print, you cannot resume it. Are you sure that you want to stop all ongoing prints?' + tip_faild_upload: | + Failed to upload file, please check the following: + 1. Is the printer properly plugged in with an SD card and does the SD card have sufficient capacity. + 2. Ensure the USB drive is well secured into the Panda Touch. + 3. Move to a location with better WiFi signal. + 4. When in cloud mode, please check and re-edit the "IP" or "Access Code". + tip_wifi_disconnected: 'The WiFi connection was lost. Please ensure that you are in an area with sufficient signal strength.' + tip_wifi_error: 'Failed to connect to current WiFi, Please check signal strength & password entered and then reconnect.' + tip_unload_has_filament: 'Please pull out the filament on the spool holder from the extruder or check if there is filament broken in the extruder, if AMS is to be used later, please connect PTFE tube to the coupler.' + tip_unload_has_filament_l: 'Please pull out the filament on the spool holder from the extruder or check if there is filament broken in the extruder, if AMS is to be used later, please connect PTFE tube to the coupler and click the "Retry" button.' + tip_load_no_filament: 'Please feed from the spool holder until the tool head filament sensor is triggered.' + tip_load_no_filament_l: 'Please feed from the spool holder until the tool head filament sensor is triggered and click the "Retry" button.' + tip_load_filament: 'Please observe the nozzle. If the filament has been extruded, click "Done"; if it is not, please push the filament forward slightly and then click "Retry".' + tip_heatbreak_fan: 'The heatbreak fan speed is abnormal.' + tip_parsing_gcode: 'There was a problem parsing gcode.3mf. Please resend the printing job.' + tip_nozzle_temp_malf: 'Nozzle temperature malfunction.' + tip_front_cover: 'Printing was paused because the front cover of the tool head fell off. Please mount it back and click the resume icon to resume the print job.' + tip_filament_runout: 'The filament ran out. Please load new filament in "Filament" and tap "Resume" to resume the print job.' + tip_pause_print: 'Are you sure that you want to pause the ongoing print?' + tip_stop_print: 'Once you stop a print, you cannot resume it. Are you sure that you want to stop the ongoing print?' + tip_ams_runout: 'AMS filament has ran out. Please insert a new filament into the AMS and click the "Retry" button.' + tip_ams_overload: 'AMS assist motor is overloaded. Please check if the spool or filament is stuck. After troubleshooting, click the "Retry" button.' + tip_failed_feed: 'Failed to feed the filament into the toolhead. Please check whether the filament or the spool is stuck. After troubleshooting, click the "Retry" button.' + tip_failed_pull: 'Failed to pull out the filament from the extruder. Please check whether the extruder is clogged or whether the filament is broken inside the extruder. After troubleshooting, click the "Retry" button.' + tip_failed_extrude: 'Failed to extrude the filament. Please check if the extruder is clogged. After troubleshooting, click the "Retry" button.' + tip_failed_feed_outside: 'Failed to feed the filament outside the AMS. Please clip the end of the filament flat and check to see if the spool is stuck. After troubleshooting, click the "Retry" button.' + tip_select_model: 'Please select the model of the printer' + tip_ams_busy: 'Cannot read filament info; the AMS is busy. Please try again later.' + tip_ams_reading: 'The AMS is busy reading filament info; please try again later.' + tip_ams_tray_empty: 'This tray is empty. Please try again after inserting filament.' + tip_firmware: 'Please scan the code to view firmware release history and instructions on how to update the firmware.' +#TIPS END +#NOTIFY + notify_center_t: 'Notification Center' + notify_cnt_t: 'number of notifications:' + notify_remind: 'Please scan the code to view possible solutions, or click the "Goto Printer" button to Set this printer as the "Master" printer' + notify_remind_go_print: 'Goto Printer' + notify_unknow_state: 'Panda Touch unknown status code.' + 00x0300010000010001: 'The heatbed temperature is abnormal; the heater may have a short circuit.' + 00x0300010000010002: 'The heatbed temperature is abnormal; the heater may have an open circuit, or the thermal switch may be open.' + 00x0300010000010003: 'The heatbed temperature is abnormal; the heater is over temperature.' + 00x0300010000010006: 'The heatbed temperature is abnormal; the sensor may have a short circuit.' + 00x0300010000010007: 'The heatbed temperature is abnormal; the sensor may have an open circuit.' + 00x0300010000010008: 'An abnormality occurs during the heating process of the heatbed; the heating modules may be broken.' + 00x030001000001000A: 'The heatbed temperature control is abnormal; the AC board may be broken.' + 00x030001000001000C: 'The heatbed has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030001000001000D: 'An abnormality occured in heating modules of heatbed previously. To continue using your printer, please refer to the wiki to troubleshoot.' + 00x030001000001000E: 'The power supply voltage does not match the machine; the heatbed has been disabled.' + 00x030001000002000F: 'The chamber target temperature is set too high, while the heatbed target temperature is set too low. Heatbed cooling has been skipped. It is recommended to set matching chamber and heatbed temperatures.' + 00x0300010000030008: 'The temperature of the heated bed exceeds the limit and automatically adjusts to the limit temperature.' + 00x030001000003000F: 'The chamber temperature is currently high, and the heatbed is cooling down slowly. It is recommended to open the top cover or front door to accelerate the cooling process.' + 00x0300020000010001: 'The nozzle temperature is abnormal, the heater may be short circuit.' + 00x0300020000010002: 'The nozzle temperature is abnormal, the heater may be open circuit.' + 00x0300020000010003: 'The nozzle temperature is abnormal, the heater is over temperature.' + 00x0300020000010004: 'The right nozzle temperature control is abnormal. The hotend might have structural damage.' + 00x0300020000010006: 'The nozzle temperature is abnormal, the sensor may be short circuit.' + 00x0300020000010007: 'The nozzle temperature is abnormal, the sensor may be open circuit.' + 00x0300020000010008: 'The right extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x0300020000010009: 'Nozzle temperature control is abnormal. The hot end may not be installed. To heat the heating assembly without the hotend, enable Maintenance Mode in the settings.' + 00x030002000001000B: 'The right extruder nozzle temperature control is abnormal, possibly due to the hotend not being properly installed or a malfunction of the wireless temperature measurement board.' + 00x0300030000010001: 'The speed of the hotend fan is too slow or stopped.' + 00x0300030000020002: 'The speed of hotend fan is slow.' + 00x0300040000020001: 'The speed of part cooling fan if too slow or stopped.' + 00x0300050000010001: 'The motor driver is overheating. Its radiator may be loose, or its cooling fan may be damaged.' + 00x0300060000010001: 'Motor-%s has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300060000010002: 'Motor-%s has a short-circuit. It may have failed.' + 00x0300060000010003: 'The resistance of Motor-%s is abnormal, the motor may have failed.' + 00x0300090000010001: 'The extruder servo motor has an open circuit. The connection may be loose, or the motor may have failed.' + 00x0300090000010002: 'The extruder servo motor has a short-circuit. It may have failed.' + 00x0300090000010003: 'The resistance of the extruder servo motor is abnormal; the motor may have failed.' + 00x0300090000020001: 'The extrusion motor is overloaded. The extruder may be clogged or the filament may be stuck in the tool head.' + 00x0300090000020002: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead.' + 00x0300090000020003: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip.' + 00x0300090000020004: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead, or the externally mounted filament may be tangled.' + 00x0300090000020005: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip, or the externally mounted filament may be tangled.' + 00x0300090000030007: 'Filament extrusion anomaly detected. Automatically retrying recovery, please wait.' + 00x03000A0000010001: 'The sensititvity of heatbed force sensor %s is too high.' + 00x03000A0000010002: 'The sensititvity of heatbed force sensor %s is low.' + 00x03000A0000010003: 'The sensititvity of heatbed force sensor %s is too low.' + 00x03000A0000010004: 'External disturbance was detected when testing the force sensor %s sensitivity. The heatbed plate may have touched something outside the heatbed.' + 00x03000A0000010005: 'Force sensor %s detected unexpected continuous force. The heatbed may be stuck, or the analog front end may be broken.' + 00x03000D0000010003: 'The build plate is not placed properly. Please adjust it.' + 00x03000D0000010004: 'The build plate is not placed properly. Please adjust it.' + 00x03000D0000010005: 'The build plate is not placed properly. Please adjust it.' + 00x03000D0000010006: 'The build plate is not placed properly. Please adjust it.' + 00x03000D0000010007: 'The build plate is not placed properly. Please adjust it.' + 00x03000D0000010008: 'The build plate is not placed properly. Please adjust it.' + 00x03000D0000010009: 'The build plate is not placed properly. Please adjust it.' + 00x03000D000001000A: 'The build plate is not placed properly. Please adjust it.' + 00x03000D0000020001: 'Heatbed homing abnormal.' + 00x03000D000001000B: 'The Z axis motor seems got stuck when moving up.' + 00x03000D0000020003: 'The build plate may not be properly placed. If this message appears repeatedly, please check the Wiki for more explanations.' + 00x03000F0000010001: 'The accelerometer data is unavailable.' + 00x0300100000020001: 'The resonance frequency of the %s axis is low. The timing belt may be loose.' + 00x0300100000020002: 'The 1st order mechanical resonance mode of %s axis differ much from last calibration, please re-run the machine calibration later.' + 00x0300110000020002: 'The resonance frequency of the Y-axis differs greatly from the last calibration. Please clean the Y-axis liner rod and conduct a calibration after printing.' + 00x0300120000020001: 'The front cover of the toolhead fell off.' + 00x0300130000010001: 'The current sensor of Motor-%s is abnormal. This may be caused by a failure of the hardware sampling circuit.' + 00x0300160000010001: 'The extruder servo motor''s current sensor is abnormal. A failure of the hardware sampling circuit may cause this.' + 00x0300170000010001: 'The hotend cooling fan speed is too slow or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300170000020002: 'The hotend cooling fan speed is slow. It may be stuck and need cleaning.' + 00x0300180000010001: 'The value of extrusion force sensor is low, the nozzle seems to not be installed.' + 00x0300180000010002: 'The sensitivity of the extrusion force sensor is low, the hotend may not installed correctly.' + 00x0300180000010003: 'The extrusion force sensor is not available, the link between the MC and TH may be broken or the sensor is broken.' + 00x0300180000010004: 'The data from extrusion force sensor is abnormal, the sensor should be broken.' + 00x0300180000010005: 'The Z axis motor seems got stuck during movement, please check if there is any foreign matter on the Z sliders or Z timing belt wheels.' + 00x0300180000010006: 'The heatbed leveling data is abnormal. Please check whether there are any foreign objects on the heatbed and Z slider. If so, please remove them and try again.' + 00x0300180000010007: 'The frequency of the extrusion force sensor is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300180000010008: 'The nozzle touches the heatbed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030018000001000B: 'Nozzle presence detection failed: nozzle not installed or improperly installed.' + 00x030018000001000C: 'An anomalous jump in the extruder extrusion force sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x030018000001000D: 'Nozzle clumping detection calibration failed. Excessive force detected on the nozzle. Please ensure the nozzle is installed correctly.' + 00x030018000001000E: 'Nozzle clumping detection calibration failed. The nozzle did not touch the inner wall of the hole. Please clean the nozzle and the steel plate hole at the rear-right side of the heatbed.' + 00x0300180000030009: 'Performing initial High-temperature Bed Leveling.' + 00x0300190000010001: 'The eddy current sensor on Y-axis is not available, the wire should be broken.' + 00x0300190000020002: 'The sensitivity of Y-axis eddy current sensor is too low.' + 00x03001A0000020001: 'The nozzle is wrapped in the filament or the build plate is placed incorrectly.' + 00x03001A0000020002: 'The extrusion force sensor detects that the nozzle is clogged.' + 00x03001A0000020003: 'The nozzle clumping sensor is malfunctioning; Please refer to the Wiki for troubleshooting.' + 00x03001A0000030004: 'Nozzle clumping detection timed out. The check has been skipped.' + 00x03001B0000010001: 'The signal of the heatbed acceleration sensor is weak. The sensor may have fallen off or been damaged.' + 00x03001B0000010002: 'External disturbance was detected on the heatbed acceleeration sensor. The sensor signal wire may not be affixed.' + 00x03001B0000010003: 'The heatbed acceleration sensor detected unexpected continuous force. The sensor may be stuck, or the analog front end may be broken.' + 00x03001C0000010001: 'The extrusion motor driver is abnormal. The MOSFET may have a short circuit.' + 00x03001D0000010001: 'The position sensor of extrusion motor is abnormal. The connection to the sensor may be loose.' + 00x03001E0000010001: 'The left nozzle temperature is abnormal; the heater may have a short circuit.' + 00x03001E0000010002: 'The left nozzle temperature is abnormal; the heater may have an open circuit.' + 00x03001E0000010003: 'The left nozzle temperature is abnormal; the heater is over temperature.' + 00x03001E0000010006: 'The left nozzle temperature is abnormal; the sensor may have a short circuit, please check whether the connector is properly plugged in.' + 00x03001E0000010007: 'The left nozzle temperature is abnormal; the sensor may have an open circuit.' + 00x03001E0000010008: 'The left extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x03001E0000010009: 'The left nozzle temperature control is abnormal; the hot end may not be installed. If you want to heat the hot end without it being installed, please turn on maintenance mode in the settings page.' + 00x0300200000010001: 'X-axis homing abnormal: please check if the toolhead is stuck or if the resistance on the X-axis linear rail is too high.' + 00x0300200000010002: 'Y-axis homing abnormal: please check if the toolhead is stuck or the Y carriage has too much resistance.' + 00x0300200000010003: 'X axis homing abnormal: the timing belt may be loose.' + 00x0300200000010004: 'Y axis homing abnormal: the timing belt may be loose.' + 00x0300210000010001: 'Auxiliary extruder motor open circuit, possibly due to a loose connection or motor failure.' + 00x0300210000010002: 'Auxiliary extruder motor short circuit, possibly caused by motor failure.' + 00x0300210000010003: 'The resistance of the Auxiliary extruder motor is abnormal; the motor may have failed.' + 00x0300220000010001: 'Auxiliary extruder motor current sensor error, possibly caused by a sampling circuit hardware failure.' + 00x0300250000010001: 'The frequency of the extrusion force sensor of the right extruder is too low. The nozzle may not be installed, or the nozzle heat sink may be too far away from the sensor.' + 00x0300250000010002: 'The sensitivity of the right extruder extrusion force sensor is low; the nozzle may not installed correctly.' + 00x0300250000010003: 'Unable to read data from the right extruder force sensor; there may be a communication break or sensor damage.' + 00x0300250000010004: 'The signal of the extrusion force sensor of the right extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300250000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300250000010007: 'The frequency of the extrusion force sensor of the right extruder is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300250000010008: 'The right nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030025000001000A: 'Nozzle offset calibration failed. Filament sticks to the nozzle, which may affect print quality. Please clean the nozzle and try again.' + 00x030025000001000B: 'Nozzle presence detection failed: Right extruder nozzle not installed or improperly installed.' + 00x030025000001000C: 'An anomalous jump in the right extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300260000010001: 'The frequency of the extrusion force sensor of the left extruder is too low. The sensor may be installed too far, or the sensor may be loose.' + 00x0300260000010002: 'The sensitivity of the left extruder extrusion force sensor is low; the force sensor may not be installed correctly.' + 00x0300260000010003: 'Unable to read data from the left extruder force sensor; there may be a communication break or sensor damage.' + 00x0300260000010004: 'The signal of the extrusion force sensor of the left extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300260000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300260000010007: 'The frequency of the extrusion force sensor of the left extruder is too high. The sensor may be installed too close, or the sensor may be loose.' + 00x0300260000010008: 'The left nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030026000001000B: 'Nozzle presence detection failed: Left extruder nozzle not installed or improperly installed.' + 00x030026000001000C: 'An anomalous jump in the left extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300270000010001: 'The nozzle offset calibration sensor frequency is too low. The sensor may be damaged.' + 00x0300270000010002: 'Too many attempts at nozzle offset calibration, possibly due to purged filament between the nozzle and the heated base, or incorrect installation of the nozzle. Please inspect and retry.' + 00x0300270000010003: 'The nozzle offset calibration result shows significant deviation, possibly due to the heat insulation sheet on the right nozzle heating base not being installed. Please install it correctly and try again.' + 00x0300270000010004: 'The signal of the nozzle offset calibration sensor is abnormal. The sensor may be damaged, or the wiring may not be connected properly.' + 00x0300270000010005: 'The nozzle offset calibration indicates significant deviation, possibly caused by an additional heat insulation sheet installed on the right nozzle heating base. Please verify this and attempt the calibration again.' + 00x0300270000010006: 'The nozzle offset calibration shows significant deviation, possibly due to incorrect installation of the nozzle or heating base. Please inspect and retry.' + 00x0300270000010007: 'The nozzle offset calibration sensor frequency is too high. The sensor may be damaged.' + 00x0300270000010008: 'The nozzle offset calibration sensor signal is too weak. It may be that the nozzle is sticky or the nozzle does not move above the sensor during calibration, causing the distance between the nozzle and the sensor to be too far.' + 00x0300280000010001: 'The data of the force sensor of the Cutting Module is abnormal. The magnet on the Tool Holder may fall off or the force sensor may be damaged.' + 00x0300280000010003: 'Communication failure between cutting module and toolhead during Z-axis homing. Please check if the cutting module signal cable is loose or broken or verify if the force sensor coil is intact.' + 00x0300280000010004: 'The force sensor of the Cutting Module is abnormal. The force sensor cable may be disconnected or the force sensor is damaged.' + 00x0300280000010005: 'Z-axis homing failed in cutting mode. Please check if there are any foreign objects in the Z-axis slider and Z-axis synchronous pulley.' + 00x0300280000010007: 'Communication failure between the Cutting Module and toolhead module. Please check if the Cutting module signal cable is loose or broken. It could also be due to a broken force sensor coil.' + 00x0300280000010008: 'Z-axis homing failed. Please check if the blade holder movement is smooth and ensure no foreign objects are at the contact position on the heatbed.' + 00x0300290000010001: 'Vision encoder patterns can not be recognized; possible reasons include vision encoder pattern distortion, light overexposure, and plate misplacement.' + 00x03002A0000010001: 'The left hotend cooling fan speed is too slow or stopped. The fan may be stuck or the connector may not be plugged in properly.' + 00x03002A0000020002: 'The left hotend cooling fan speed is slow. It may be stuck and need cleaning.' + 00x03002B0000020001: 'Air-door calibration failed. Please check if there is any foreign object blocking the damper.' + 00x03002C0000010001: 'Obstacle detected under the heatbed. Please remove it to ensure proper printing.' + 00x03002D0000010006: 'Heated bed leveling failed, possibly due to foreign objects on the bed or bed tilt. Continuing to print may damage the build plate. Please remove any debris or manually level the bed before retrying.' + 00x03002E0000030001: 'The motor noise cancellation data needs to be updated; please recalibrate.' + 00x0300310000010001: 'The Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300310000020002: 'The Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000010001: 'The Auxiliary Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300320000010002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000020002: 'The Auxiliary Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300330000010001: 'The Chamber Exhaust Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300330000020002: 'The Chamber Exhaust Fan speed is slow. It may be stuck and need cleaning.' + 00x0300350000010001: 'The MC module cooling fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300350000020002: 'The MC module cooling fan speed is slow. It may be stuck and need cleaning.' + 00x0300360000010001: 'The Chamber Heat Circulation Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300360000020002: 'The Chamber Heat Circulation Fan speed is slow. It may be stuck and need cleaning.' + 00x0300390000010001: 'The External Fan on the Toolhead is running too slowly or has stopped, possibly due to debris blockage or a loose connector.' + 00x0300390000020002: 'The External Fan on the Toolhead is running at a low speed, possibly due to debris buildup.' + 00x03003A0000010001: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x03003A0000020002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300400000020001: 'Data transmission over the serial port is abnormal; the software system may be faulty.' + 00x0300410000010001: 'The system voltage is unstable; triggering the power failure protection function.' + 00x0300420000010001: 'Toolhead power abnormality detected; it may be caused by a damaged TH board or a short circuit in the USB-C cable.' + 00x0300900000010001: 'Chamber heating failed. The heater may not be blowing hot air.' + 00x0300900000010002: 'Chamber heating failed. Possible causes: the chamber is not fully enclosed, ambient temperature is too low, or the power supply heat dissipation vent is blocked.' + 00x0300900000010003: 'Chamber heating failed. The power supply temperature may be too high.' + 00x0300900000010004: 'Chamber heating failed. The speed of the heating fan is too low.' + 00x0300900000010005: 'Chamber heating failed. The thermal resistance is too high.' + 00x0300900000010006: 'Chamber heating failed. The air duct could not switch to chamber temperature heating mode.' + 00x0300900000010007: 'High chamber temperature detected. If the hotend is overheating or emitting smoke, immediately power off the printer. Please refer to the Wiki for detailed troubleshooting instructions.' + 00x0300900000010010: 'The communication of chamber temperature controller is abnormal.' + 00x0300910000010001: 'The temperature of chamber heater %s is abnormal. The heater may have a short circuit.' + 00x0300910000010002: 'The temperature of chamber heater 1 is abnormal. The heater may have an open circuit or the thermal fuse may have burned out.' + 00x0300910000010003: 'The temperature of chamber heater %s is abnormal. The heater is over temperature.' + 00x0300910000010006: 'The temperature of chamber heater %s is abnormal. The sensor may have a short circuit.' + 00x0300910000010007: 'The temperature of chamber heater %s is abnormal. The sensor may have an open circuit.' + 00x0300910000010008: 'The chamber heater failed to reach the target temperature.' + 00x030091000001000A: 'The temperature of chamber heater %s is abnormal. The AC board may be broken.' + 00x030091000001000C: 'The chamber heater 1 has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030091000001000E: 'The power supply voltage does not match the machine; chamber heater 1 has been disabled.' + 00x0300920000010002: 'The temperature of chamber heater 2 is abnormal. The heater may have an open circuit or the thermal fuse may be in effect.' + 00x0300920000010008: 'Chamber heater 2 failed to rise to target temperature.' + 00x0300930000010001: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have a short circuit.' + 00x0300930000010002: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have an open circuit.' + 00x0300930000010003: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have a short circuit.' + 00x0300930000010004: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have an open circuit.' + 00x0300930000010005: 'Chamber temperature is abnormal. The chamber temperature sensor may have a short circuit.' + 00x0300930000010006: 'Chamber temperature is abnormal. The chamber temperature sensor at the air inlet may have an open circuit.' + 00x0300930000010007: 'Chamber temperature is abnormal. The temperature sensor at the power supply may have a short circuit.' + 00x0300930000010008: 'Chamber temperature is abnormal. The temperature sensor at power supply may have an open circuit.' + 00x0300940000020003: 'Chamber failed to reach the desired temperature. The machine will stop waiting for the chamber temperature.' + 00x0300940000030001: 'Chamber cooling may be too slow. You can open the front door or top cover to help cooling if the air in the chamber is non-toxic.' + 00x0300940000030002: 'Chamber temperature setting value exceed the limit, the boundary value will be set.' + 00x0300950000010001: 'The temperature sensor of the Laser Module may have a short circuit.' + 00x0300950000010002: 'The temperature sensor of the Laser Module may have an open circuit.' + 00x0300950000010003: 'Laser Module overheating' + 00x0300950000010004: 'The speed of the Laser Module cooling fan is too low or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300950000010005: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010006: 'Laser Module not detected: the module may have fallen off, or the quick-release lever may not be locked.' + 00x0300950000010007: 'The engraving laser module is abnormal; the laser may have an open circuit or may be damaged.' + 00x0300950000010008: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010009: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor is short-circuited.' + 00x030095000001000A: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor has an open circuit.' + 00x0300960000010001: 'The front door seems to be open; the task has been paused.' + 00x0300960000010002: 'The front door Hall sensor (Upper) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010003: 'The front door Hall sensor (Lower) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010004: 'The Front Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300960000030001: 'The front door is open.' + 00x0300970000010001: 'The top cover seems to be open; the task has been paused' + 00x0300970000010002: 'The top cover Hall sensor (Front Right) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010003: 'The top cover Hall sensor (Rear Left) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010004: 'The Top Laser Protection Plate is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300970000030001: 'The top cover is open.' + 00x0300980000010001: 'The left side window seems to be open, the task has been paused.' + 00x0300980000010002: 'The left side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010003: 'The left side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010004: 'The Left Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300980000030001: 'The left side window seems to be open.' + 00x0300990000010001: 'The right side window seems to be open; the task has been paused.' + 00x0300990000010002: 'The right side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010003: 'The right side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010004: 'The Right Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300990000030001: 'The right side window is detected to be open.' + 00x03009B0000010001: 'Emergency stop button is not installed. Please follow the Wiki to install it.' + 00x03009B0000010002: 'Safety key is not inserted. Please follow the Wiki to install it.' + 00x03009B0000010003: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x03009C0000010001: 'The Air Pump is not detected. Please check whether the connector is plugged in properly.' + 00x03009C0000010002: 'The Air Pump is abnormal and may be damaged.' + 00x03009D0000020001: 'The engrave laser focal point XY calibration has failed. Please clean up the Laser Homing Area on the Laser Platform, and re-run the Laser Module Mount Calibration.' + 00x03009D0000020002: 'The engrave laser focal point XY calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup.' + 00x03009D0000020003: 'The engrave laser focal point Z calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup. If it fails repeatedly, please get in touch with customer support.' + 00x03009E0000030001: 'Open Door Detection level for this print job will be set as ' + 00x0300A10000010001: 'Chamber temperature is too high. Please open the top cover and front door to cool down, or lower the ambient temperature.' + 00x0300A10000020002: 'The ambient temperature is too high. Please lower the temperature, as excessive heat may cause the print to pause.' + 00x0300A20000010001: 'MC module temperature is too high, possibly because of high chamber temperature of the printer. You can try lowering the environmental temperature before use.' + 00x0300A40000010001: 'Heatbed temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010002: 'Hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010003: 'The left hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010004: 'Chamber temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010005: 'The heatbed temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A40000010008: 'The chamber temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A50000010001: 'Flame Sensor %s is abnormal. The sensor may be short-circuited.' + 00x0300A60000010001: 'The Toolhead Enhanced Cooling Fan is not properly installed; it may not be securely fastened or may have fallen off.' + 00x0300A60000010002: 'The Toolhead Enhanced Cooling Fan has lost communication; please check the connector.' + 00x0300A70000030001: 'The chamber temperature is high, and the system has increased the fan speed, which may cause more noise. It''s recommended to lower the room temperature or open the front door/top cover to help cool it down.' + 00x0300A80000010001: 'AMS power supply abnormality, possibly due to AMS damage or a short circuit in the AMS interface, or too many AMS connections. Please check if it is correctly connected.' + 00x0300AB0000010001: 'The right hotend heatbreak temperature is too high, which may cause clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020002: 'The right hotend heatbreak temperature is relatively high, which may cause nozzle clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020003: 'The temperature sensor on the right hotend heatbreak is abnormal. To prevent nozzle clogs, the cooling fan will continue running at high speed. You can troubleshoot the sensor issue when the print is idle.' + 00x0300C00000010001: 'Active Chamber Exhaust air door malfunction: it may be stuck.' + 00x0300C00000010002: 'Filter Switch Flap air door malfunction: it may be stuck.' + 00x0300C00000010003: 'Automatic Top Vent air door malfunction: it may be stuck.' + 00x0300C10000010001: 'Airflow System failed to activate cooling mode; please check the air door status.' + 00x0300C10000010002: 'Airflow System failed to activate heating mode; please check the air door status.' + 00x0300C10000010003: 'Airflow System failed to activate laser mode; please check the air door status.' + 00x0300C10000010004: 'Airflow System failed to activate strong cooling mode; please check the air door status.' + 00x0300C20000010001: 'Hall sensor of Active Chamber Exhaust malfunction: please check if the wiring is loose.' + 00x0300C20000010002: 'Hall sensor of Filter Switch Flap malfunction: please check if the wiring is loose.' + 00x0300C30000010001: 'Current sensor of Active Chamber Exhaust malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010002: 'Current sensor of Filter Switch Flap malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010003: 'Current sensor of Automatic Top Vent malfunction: this may be due to open circuit or a hardware sampling circuit fault.' + 00x0300D00000010001: 'The cutting module base has fallen off; please reinstall it.' + 00x0300D00000010002: 'The blade holder has fallen off; please reinstall it.' + 00x0300D00000010003: 'The cutting module cable has come loose; please check the cable connection.' + 00x0300D10000010001: 'Fire extinguisher motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D10000010002: 'Fire extinguisher motor error. Please power off and then power on to restart the extinguisher.' + 00x0300D10000010003: 'The resistance of the fire extinguisher motor is abnormal; the motor may have failed.' + 00x0300D30000020001: 'Fire extinguisher not detected. Please ensure the signal cable is securely connected and the plug is fully inserted.' + 00x0300D40000010002: 'The fire extinguisher presence detection sensor is malfunctioning. Please check if the sensor cable is loose or damaged.' + 00x0300D40000010003: 'Fire Extinguisher Cylinder presence detection sensor is short-circuited. Please check the sensor connection.' + 00x0300D50000020004: 'Fire extinguisher cylinder not installed. Please confirm on the extinguisher page.' + 00x0300D50000020005: 'The Fire Extinguisher Gas Cylinder is empty. Please replace the gas cylinder and then confirm the replacement on the Auto Fire Extinguishing System page.' + 00x0300D50000030004: 'Gas cylinder of the fire extinguisher is not installed.' + 00x0300D60000010006: 'Fire extinguisher motor reset failed. Please power off and then power on to restart the extinguisher.' + 00x0300D60000010007: 'The fire extinguisher motor reset is jammed. Please gently turn the emergency handwheel left and right until the resistance decreases. Then, power off the fire extinguisher and turn it back on.' + 00x0300D70000020001: 'Laser fourth axis is not connected' + 00x0300D80000010001: 'Laser fourth axis motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D80000010002: 'Laser fourth axis motor error. Please power off and then power on to restart the laser fourth axis.' + 00x0300D90000020001: 'Communication error between the laser fourth axis motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300DA0000020001: 'Laser module detected. Please remove the hotend from the hotend rack to prevent laser processing debris from affecting printing performance.' + 00x0300DB0000020001: 'Laser module detected. Please install the right nozzle correctly to ensure proper Laser Module Mounting Calibration.' + 00x0300E00000010001: 'Hotend holder motor is disconnected or has an open-circuit fault. Please check the motor''s flat cable connection.' + 00x0300E00000010002: 'Inter-phase short circuit on hotend holder motor. If restarting doesn''t resolve the issue, please contact support.' + 00x0300E00000010003: 'Hotend holder motor has abnormal or unbalanced three-phase resistance. If restarting doesn''t help, please contact support.' + 00x0300E00000010004: 'Hotend holder motor is stalled. Please check for foreign objects or collisions with the toolhead.' + 00x0300E10000010001: 'Current sensor fault on hotend holder motor. This may be caused by a sampling circuit failure. If restarting the printer doesn''t resolve the issue, please contact customer support.' + 00x0300E20000020001: 'Communication error between the hotend holder motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300E30000010001: 'The MOS tubes of the Hotend Holder motor drive board are short-circuited. If restarting the printer does not resolve the problem, please contact customer support.' + 00x0300E30000010002: 'MC communication with hotend holder motor driver failed. Please check if the connection cable is properly plugged in.' + 00x050001000001000A: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' + 00x0500010000020001: 'The media pipeline is malfunctioning.' + 00x0500010000020002: 'USB camera is not connected.' + 00x0500010000020003: 'USB camera is malfunctioning.' + 00x0500010000030004: 'Not enough space in SD Card.' + 00x0500010000030005: 'Error in SD Card.' + 00x0500010000030006: 'Unformatted SD Card.' + 00x0500010000030007: 'Unable to record time-lapse photography without USB flash drive inserted.' + 00x0500020000020001: 'Failed to connect internet, please check the network connection.' + 00x0500020000020002: 'Failed to login device.' + 00x0500020000020003: 'Failed to connect to the internet; please check the network connection.' + 00x0500020000020004: 'Unauthorized user.' + 00x0500020000020005: 'Failed to connect internet, please check the network connection.' + 00x0500020000020006: 'Liveview service is malfunctioning.' + 00x0500020000020007: 'Liveview service login failed; please check your network connection.' + 00x0500020000020008: 'Time synchronization failed' + 00x0500030000010001: 'The MC module is malfunctioning. Please restart the device.' + 00x0500030000010002: 'The toolhead is malfunctioning. Please restart the device.' + 00x0500030000010003: 'The AMS module is malfunctioning. Please restart the device.' + 00x0500030000010004: 'The Filament Buffer module is malfunctioning. Please restart the device.' + 00x0500030000010005: 'Internal service is malfunctioning. Please restart the device.' + 00x0500030000010006: 'A system panic occurred. Please restart the device.' + 00x0500030000010007: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x0500030000010008: 'A system hang occurred. Please restart the device.' + 00x0500030000010009: 'A system hang occurred. It has been recovered by automatic restart.' + 00x050003000001000A: 'System state is abnormal. Please restore factory settings.' + 00x050003000001000B: 'The screen is malfunctioning.' + 00x050003000001000C: 'The MC motor controller module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000D: 'The induction hotend rack is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000E: 'Some external modules are incompatible with the printer''s firmware version, which may affect normal operation. Please go to the ' + 00x0500030000010021: 'Hardware incompatible; please check the Toolhead Camera.' + 00x0500030000010023: 'The Chamber Temperature Control module is malfunctioning. Please restart the device.' + 00x0500030000010024: 'The current temperature is too low. In order to protect you and your printer, printing tasks, moving an axis and other operations are disabled. Please move the printer to an environment above 10 degrees Celsius.' + 00x0500030000010025: 'The current firmware is abnormal. Please update again.' + 00x0500030000010026: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000002000C: 'Wireless hardware error: please turn off/on WiFi or restart the device.' + 00x050003000002000D: 'The SD Card controller is malfunctioning.' + 00x050003000002000E: 'Some modules are incompatible with the printer''s firmware version, which may affect use. Please go to the ' + 00x0500030000020020: 'USB flash drive capacity is insufficient to cache print files.' + 00x0500030000020055: 'User information has expired, please log in again.' + 00x0500030000030022: 'MicroSD Card performance degradation has been detected. It may affect print jobs, logs, and video records. Please format or change the MicroSD card.' + 00x0500040000010001: 'Failed to download print job. Please check your network connection.' + 00x0500040000010002: 'Failed to report print state. Please check your network connection.' + 00x0500040000010003: 'The content of print file is unreadable. Please resend the print job.' + 00x0500040000010004: 'The print file is unauthorized.' + 00x0500040000010006: 'Failed to resume previous print.' + 00x0500040000010044: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500040000010046: 'The firmware of Laser Module does not match the printer. Please upgrade it on the ' + 00x0500040000010047: 'The firmware of Air Pump does not match the printer. Please upgrade it on the ' + 00x0500040000010048: 'The firmware of Cutting Module does not match the printer. Please upgrade it on the ' + 00x050004000001004F: 'Unknown module detected, please try updating the firmware to the latest version.' + 00x0500040000010051: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x0500040000010052: 'Safety Key is not inserted. Please follow the Wiki to install it.' + 00x0500040000020007: 'The bed temperature exceeds the filament''s vitrification temperature, which may cause a nozzle clog..' + 00x0500040000020010: 'The RFID-tag on AMS %s Slot %s cannot be identified.' + 00x0500040000020030: 'The BirdsEye Camera is not installed. Please power off printer and then install the camera.' + 00x0500040000020031: 'Before using a Laser/Cutting Module, the pose of the BirdsEye Camera needs to be determined. Please complete the setup to calibrate the camera.' + 00x0500040000020032: 'Please slide in Laser Module and lock the quick-release lever.' + 00x0500040000020033: 'Please plug in the module connector.' + 00x0500040000020034: 'Laser module detected for the first time. Complete the setup (~4 min) before use for precise cutting and engraving. Also, ensure the H2.0 screw at the back securing the air pump is removed.' + 00x0500040000020035: 'The Laser Module needs calibration to get the focus position. Please perform mounting calibration before use. (about 2 minutes)' + 00x0500040000020036: 'New Cutting Module connected. To ensure more precise cutting, please set it up before use. (about 3 minutes)' + 00x0500040000020037: 'The Cutting Module needs calibration to get the tool position. Please perform the mounting calibration before use. (about 2-4 minutes)' + 00x0500040000020038: 'Please slide in cutting module and fasten the quick release lever. If already installed, the module might not be properly aligned. Please try reinstalling it.' + 00x0500040000020039: 'Please plug in the module connector' + 00x0500040000020041: 'The laser module has been used for a long time. Please clean it promptly to avoid affecting laser processing.' + 00x0500040000020042: 'The Live View Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020043: 'The Toolhead Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020050: 'Laser Safety Window is not installed.' + 00x0500040000030008: 'The door seems to be open.' + 00x0500040000030009: 'The bed temperature exceeds filament''s vitrification temperature, which may cause nozzle clog. Please keep the front door of the printer open. Door open detection has been temporarily turned off.' + 00x0500040000030054: 'Auto Fire Extinguishing System detected. It is recommended to conduct a Fire Drill to become familiar with the operation process.' + 00x0500040000030057: 'The print job has been completed. Automatic air purification is in progress.' + 00x0500050000010001: 'The factory data of the AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010006: 'The factory data of AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010007: 'MQTT Command verification failed. Please update Studio (including the network plugin) or Handy to the latest version, then restart the software and try again.' + 00x050005000001000D: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' + 00x050005000001000E: 'Laser Module firmware does not match the printer. Please upgrade it on the ' + 00x050005000001000F: 'The accessory firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010010: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500050000010011: 'The Air Pump firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010012: 'The Cutting Module firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010013: 'Laser module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010014: 'AMS %s certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010015: 'Air Pump certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010016: 'Cutting module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010018: 'Laser Fourth Axis module certification failed. Please reconnect the module cable or restart the printer.' + 00x0500050000010019: 'Fire Extinguisher module certification failed. Please reconnect the module cable or restart the printer.' + 00x050005000001001A: 'Filament Track Switch certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010020: 'Hotend %s authentication failed. Please switch the hotend or restart the printer.' + 00x0500050000010021: 'Time-lapse kit authentication failed. Please reconnect the cable or restart the printer.' + 00x0500050000010022: 'The External Exhaust Fan certification failed. Please restart the printer or reconnect the fan cable.' + 00x0500050000020023: 'A new version of the Timelapse Kit is available. Please connect to CyberBrick App to update this accessory separately.' + 00x0500050000030002: 'The device is in the engineering state; please pay attention to information security related matters.' + 00x0500060000020001: 'The Toolhead Camera is not in place; please check the hardware connection.' + 00x0500060000020002: 'The Nozzle Camera is not in place; please check the hardware connection.' + 00x0500060000020003: 'BirdsEye Camera is not in place; please check the hardware connection' + 00x0500060000020004: 'The Live View camera is not in place; please check the hardware connection.' + 00x0500060000020031: 'ToolHead Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020032: 'Nozzle Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020033: 'BirdsEye Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020034: 'Live View camera is not connected. Please check the hardware and cable connections.' + 00x05001A0000010001: 'The feeder module is offline. Please check if the feeder module connection cable is loose.' + 00x05001A0000010002: 'A feeder module replacement is detected. Please ensure that the corresponding extrusion gear and nozzle have been replaced, and manually update the nozzle type in the printer.' + 00x0500400000010039: 'Laser module Serial Number error' + 00x0500400000010040: 'Cutting module Serial Number error' + 00x0501040000030002: 'Threaded rods need lubrication now.' + 00x0501040000030003: 'Linear rods need cleaning and lubrication now.' + 00x0501040000030004: 'Please clean and lubricate the X-axis linear rail and YZ-axis linear rods.' + 00x0501040000030005: 'Please clean and lubricate the Induction Hotend Latch and the linear rods of the Hotend Change System.' + 00x0501040000030006: 'The Induction Hotend Latch may be worn. To ensure proper induction hotend switching, please replace the Induction Hotend Latch and clean the rods of Induction Hotend Rack.' + 00x0501040000030010: 'Laser module is dusty and needs cleaning now.' + 00x0580040000010045: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010010: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010017: 'AMS-HT %s certification failed. Please reconnect the cable or restart the printer.' + 00x0700010000010001: 'The AMS%s assist motor has slipped.The extrusion wheel may be worn down,or the filament may be too thin.' + 00x0700010000010003: 'The AMS%s assist motor torque control is malfunctioning.The current sensor may be faulty.' + 00x0700010000010004: 'The AMS%s assist motor speed control is malfunctioning.The speed sensor may be faulty.' + 00x0700010000010005: 'AMS %s The current sensor of assist motor may be faulty.' + 00x0700010000010011: 'AMS %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' + 00x0700010000020002: 'The AMS%s assist motor is overloaded,The filament may be tangled or stuck.' + 00x0700010000020006: 'AMS %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020007: 'AMS %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020008: 'AMS %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x0700010000020009: 'AMS %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x0700010000020010: 'AMS %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x0700010000020011: 'AMS %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' + 00x0700020000010001: 'AMS%s filament speed and length error.The filament odometry may be faulty.' + 00x0700020000020002: 'AMS %s The odometer has no signal. The odometer connector may have poor contact.' + 00x0700020000020003: 'AMS %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' + 00x0700100000010001: 'The AMS%s slot%s motor has slipped.The extrusion wheel may be malfunctioning,or the filament may be too thin.' + 00x0700100000010003: 'The AMS%s slot%s motor torque control is malfunctioning.The current sensor may be faulty.' + 00x0700100000020002: 'The AMS%s slot%s motor is overloaded.The filament may be tangled or stuck.' + 00x0700100000020004: 'AMS %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000010081: 'Failed to read the filament information from AMS %s slot %s. The AMS main board may be malfunctioning.' + 00x0700200000010082: 'Failed to read the filament information from AMS %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x0700200000010083: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged.' + 00x0700200000010084: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x0700200000010085: 'Failed to read the filament information from AMS %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x0700200000010086: 'Failed to read the filament information from AMS %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' + 00x0700200000020001: 'AMS%s Slot%s filament has run out.' + 00x0700200000020002: 'The AMS%s slot%s is empty.' + 00x0700200000020003: 'The AMS%s slot%s''s filament may be broken in AMS.' + 00x0700200000020004: 'The AMS%s slot%s''s filament may be broken in the tool head.' + 00x0700200000020005: 'AMS%s Slot%s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' + 00x0700200000020006: 'AMS %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x0700200000020007: 'AMS %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x0700200000020008: 'AMS %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x0700200000020009: 'Failed to extrude AMS %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x070020000002000A: 'Failed to adjust the filament position of AMS %s slot %s. The filament or buffer may be stuck.' + 00x0700200000020010: 'AMS %s slot %s feeds filament out of AMS timeout.' + 00x0700200000020011: 'AMS %s slot %s pulls filament back to AMS timeout.' + 00x0700200000020012: 'AMS %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x0700200000020013: 'AMS %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000020014: 'AMS %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x0700200000020015: 'AMS %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x0700200000020016: 'AMS %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x0700200000020017: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x0700200000020018: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x0700200000020019: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x0700200000020020: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x0700200000020021: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x0700200000020022: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x0700200000020023: 'AMS %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x0700200000020024: 'AMS %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x0700200000020025: 'AMS %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x0700200000020026: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x0700200000020027: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' + 00x0700200000030001: 'AMS%s Slot%s filament has run out. Please wait while old filament is purged.' + 00x0700200000030002: 'AMS%s Slot%s filament has run out and automatically switched to the slot with the same filament.' + 00x0700250000020001: 'AMS %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x0700260000020001: 'The induction hotend is heating up, and the drying power of AMS %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x0700300000010001: 'The AMS %s RFID 1 board has an error.' + 00x0700300000010004: 'Encryption chip failure' + 00x0700300000020002: 'The RFID-tag on AMS %s slot %s is damaged, or its content cannot be identified.' + 00x0700300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x0700350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x0700350000010002: 'AMS %s The humidity sensor is disconnected, which may be due to poor connector contact.' + 00x0700400000020001: 'The filament buffer signal lost,the cable or position sensor may be malfunctioning.' + 00x0700400000020002: 'The filament buffer position signal error,the position sensor may be malfunctioning.' + 00x0700400000020003: 'The AMS Hub communication is abnormal,the cable may be not well connected.' + 00x0700400000020004: 'The filament buffer signal is abnormal,the spring may be stuck or the filament may be tangle.' + 00x0700450000020001: 'The filament cutter sensor is malfunctioning.The sensor may be disconected or damaged.' + 00x0700450000020002: 'The filament cutter''s cutting distance is too large.The XY motor may lose steps..' + 00x0700450000020003: 'The filament cutter handle has not released.The handle or blade ay be stuck.' + 00x0700500000020001: 'The AMS%s communication is abnormal,please check the connection cable.' + 00x0700510000030001: 'The AMS is disabled; please load filament from spool holder.' + 00x0700550000010002: 'The PTFE tube is incorrectly connected between the toolhead and the buffer. Please connect the buffer''s top to the right extruder and the bottom to the left extruder.' + 00x0700550000010003: 'AMS %s was detected offline during the AMS initialization process.' + 00x0700550000010004: 'The binding between AMS %s and the extruder is incorrect. Please run the AMS Setup.' + 00x0700550000020001: 'A new AMS detected. Please set it up to check which extruder the AMS is connected to.' + 00x0700560000030001: 'AMS %s is undergoing dry cooling; please wait for it to cool down before operating.' + 00x0700600000020001: 'The AMS%s slot%s is overloaded. The filament may be tangled or the spool may be stuck.' + 00x0700700000020001: 'Failed to pull out the AMS %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x0700700000020002: 'Failed to feed the AMS %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020003: 'Failed to extrude the filament. Possible cause: extruder or nozzle clog.' + 00x0700700000020004: 'Failed to pull back the AMS %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020005: 'Failed to feed the AMS %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x0700700000020006: 'Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog.' + 00x0700700000020007: 'AMS %s filament ran out. Please put a new filament into the same slot in AMS %s and resume.' + 00x0700700000020008: 'Failed to get AMS mapping table; please select ' + 00x070070000002000A: 'Failed to get filament-hotend mapping table from the slicing file.' + 00x0700740000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700800000010001: 'AMS %s The current sensor of heater %s is abnormal.' + 00x0700800000010002: 'AMS %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x0700800000010003: 'AMS %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x0700800000010004: 'AMS %s The heater %s is heating abnormally.' + 00x0700860000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700860000010004: 'AMS %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x0700860000020002: 'The AMS has been detected. Please set it up to confirm which side of the Filament Track Switch inlet the AMS is connected to.' + 00x0700860000020003: 'Filament is blocked at the inlet of the filament track switch.' + 00x0700870000020001: 'A filament jam or component damage may have occurred at the Filament Track Switch.' + 00x0700900000010002: 'AMS %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x0700900000010003: 'AMS %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x0700900000010004: 'The current sensor of AMS %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS mainboard.' + 00x0700900000020001: 'AMS %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x0700920000010001: 'AMS %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x0700920000020002: 'AMS %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x0700920000020003: 'The AMS %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x0700940000010001: 'AMS %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x0700940000010002: 'AMS %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x0700960000010001: 'AMS %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x0700960000010003: 'AMS %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x0700960000020002: 'AMS %s Environmental temperature is too low, which will affect the drying capability.' + 00x0700960000020004: 'AMS %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x0700970000030001: 'AMS %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x0700980000020001: 'AMS %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x0700980000020002: 'AMS %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x0700F00000020001: 'Filament and hotend matching failed. Please verify that the hotend in the hotend rack slot %s is correctly installed.' + 00x07FE200000020001: 'External filament of left extruder has run out; please load a new filament.' + 00x07FE200000020002: 'No filament was detected in the left extruder from the external spool; please load the new filament.' + 00x07FE200000020004: 'Please pull the external filament from the left extruder.' + 00x07FE450000020001: 'The left filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FE450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x07FE600000020001: 'External spool connected to left extruder may be tangled or jammed.' + 00x07FE700000020003: 'Please check if the material is coming out of the left nozzle. If not, gently push the material and try to extrude again.' + 00x07FE800000010001: 'The toolhead lift motor works abnormally. Please check whether the connecting cable is loose.' + 00x07FE800000010002: 'The Toolhead Lifting Motor position hall sensor has an open circuit; please check whether the connecting cable is loose.' + 00x07FE800000010003: 'The hall signal of the Toolhead Lifting Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE800000010004: 'The Toolhead Lifting Motor position hall sensor is short-circuited; please check if the Hall sensor is malfunctioning.' + 00x07FE800000010005: 'The extruder''s switching limit angle has drifted significantly. Please check if the flow blocker is jammed or if filament is stuck in the toolhead.' + 00x07FE800000010006: 'The TH board disconnected during the extruder switching process. Please check if the connecting cable is loose.' + 00x07FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x07FE800000020002: 'The position of left hotend is abnormal during printing. Please check whether the flow blocker scratches the printed model.' + 00x07FE800000020003: 'The deviation in the positioning calibration value of the extruder is too large; please recalibrate.' + 00x07FE810000010001: 'The extruder switching motor is working abnormally. Please check whether the connecting cable is loose.' + 00x07FE810000010002: 'The position hall sensor of the Extruder Switching Motor has an open circuit. Please check whether the connecting cable is loose.' + 00x07FE810000010003: 'The hall signal of the Extruder Switching Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE810000010004: 'The position hall sensor of the Extruder Switching Motor has a short circuit; please check if the Hall sensor is malfunctioning.' + 00x07FE810000020001: 'The extruder switching action is abnormal. Please check whether there is something stuck in the toolhead.' + 00x07FEA00000020001: 'The left nozzle cold pulling process has timed out. Please click ' + 00x07FF200000020001: 'External filament has run out; please load a new filament.' + 00x07FF200000020002: 'External filament is missing; please load a new filament.' + 00x07FF200000020003: 'Filament remains were detected in the PTFE tube between the Auxiliary Extruder and the Toolhead. Please refer to the Wiki for removal instructions.' + 00x07FF200000020004: 'Please pull out the filament on the spool holder from the extruder.' + 00x07FF200000020008: 'The Auxiliary Extruder failed to unload the filament, possibly due to slippage caused by worn filament. Please pull out the filament manually, cut off the worn section, and try again.' + 00x07FF200000020009: 'Auxiliary extruder feeding failed, possibly due to a clogged filament tube or worn filament, causing the extruder to slip. Please remove the filament, clear the tube, trim the worn section, and try again.' + 00x07FF200000030007: 'Flushing the remaining filament between the Auxiliary Extruder and the Toolhead. Please wait.' + 00x07FF450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FF600000020001: 'External spool may be tangled or jammed.' + 00x07FF700000020003: 'Please check if the filament is coming out of the nozzle. If not, gently push the material and try to extrude again.' + 00x07FF700000020009: 'Failure to feed material from the right extruder to the toolhead may be due to the filament not being gripped by the extruder or a loose PTFE tube between the extruder and the toolhead.' + 00x07FFA00000020001: 'The nozzle cold pull process has timed out. Please click ' + 00x0C00010000010001: 'Micro Lidar camera is offline.' + 00x0C00010000010003: 'Micro Lidar Synchronization abnormal.' + 00x0C00010000010004: 'Micro Lidar Lens dirty.' + 00x0C00010000010005: 'Micro Lidar OTP parameter abnormal.' + 00x0C0001000001000A: 'The Micro Lidar LED may be broken.' + 00x0C0001000001000B: 'Failed to calibrate Micro Lidar. Please make sure the calibration chart is clean and not obscured. Then, run machine calibration again.' + 00x0C00010000010009: 'Chamber camera dirty.' + 00x0C0001000002000B: 'Failed to calibrate Micro Lidar.' + 00x0C0001000001000F: 'The Live View Camera calibration failed. Please restart the devices or update the firmware.' + 00x0C00010000010010: 'The Live View Camera calibration failed. Please check if the heatbed is clear and ensure the camera image is clear and dirt-free. After these steps, please recalibrate.' + 00x0C00010000010011: 'The Live View Camera calibration failed, please recalibrate. Ensure the build plate is empty, and the camera view is clear and properly oriented. Please contact customer support if repeated failures occur.' + 00x0C00010000010012: 'The Live View Camera calibration failed and the calibration result could not be saved. Please try recalibrating. If calibration fails repeatedly, please contact the customer support team.' + 00x0C00010000010013: 'The Live View Camera calibration failed and the Liveview camera serial number cannot be read. Please contact the customer support team.' + 00x0C00010000010018: 'BirdsEye Camera is not certified, and camera-related functions are invalid.' + 00x0C00010000020002: 'Micro Lidar camera is malfunctioning.' + 00x0C00010000020006: 'Micro Lidar extrinsic parameter abnormal.' + 00x0C00010000020007: 'Micro Lidar laser parameter drifted.' + 00x0C00010000020008: 'Chamber camera offline.' + 00x0C00010000020014: 'Nozzle Camera is malfunctioning. If this issue occurs multiple times during printing, please contact customer support.' + 00x0C00010000020017: 'Nozzle camera lens is dirty, which may affect the AI monitoring functionality. Please clean the surface of the nozzle camera lens as soon as possible.' + 00x0C0001000003000C: 'Nozzle Camera''s temperature is too high, causing the AI detection feature to pause. The feature will automatically resume once the temperature returns to normal.' + 00x0C00020000010001: 'Laser not lit.' + 00x0C00020000010005: 'A new micro lidar is detected.' + 00x0C00020000020002: 'Laser too thick.' + 00x0C00020000020003: 'Laser not bright enough.' + 00x0C00020000020004: 'Nozzle height seems too low.' + 00x0C00020000020006: 'Nozzle height seems too high.' + 00x0C00020000020007: 'The vertical laser is not lit. Please check if it''s covered or hardware connection has a problem.' + 00x0C00020000020008: 'The vertical laser line is too wide. Please check if the heatbed is dirty.' + 00x0C00020000020009: 'The vertical laser is not bright enough at homing position. Please clean or replace the heatbed if this message appears repeatedly.' + 00x0C00030000010009: 'First layer inspection module rebooted.' + 00x0C0003000001000A: 'Your printer is in factory mode. Please contact Technical Support.' + 00x0C00030000020001: 'Filament exposure metering failed.' + 00x0C00030000020002: 'First layer inspection terminated due to abnormal lidar data.' + 00x0C00030000020004: 'First layer inspection not supported for current print job.' + 00x0C00030000020005: 'First layer inspection timeout.' + 00x0C0003000002000C: 'Build plate marker not detected.' + 00x0C0003000002000E: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002000F: 'Parts skipped before first layer inspection; the inspection is not supported for the current print.' + 00x0C00030000020010: 'Foreign objects detected on heatbed; Please check and clean the heatbed.' + 00x0C00030000020011: 'The high-precision nozzle offset calibration failed; please recalibrate.' + 00x0C00030000020012: 'Foreign object detection is not working. The Live View Camera needs calibration. Please tap ' + 00x0C00030000020013: 'Foreign object detection is not working. Please restart the devices or update the firmware.' + 00x0C00030000020014: 'Foreign object detection accuracy has decreased. If this occurs frequently, perform a Live View Camera calibration ("Settings" > "Calibration" on the printer screen). If a laser or cutting module is installed, remove it before proceeding.' + 00x0C00030000020015: 'Foreign object detection is not working. Detected the Live View Camera has been replaced. If a laser or cutting module is installed, please uninstall the module, tap ' + 00x0C00030000020016: 'Foreign object detection is not working and the Live View camera serial number cannot be read. Please contact the customer support team.' + 00x0C00030000020017: 'Laser engraving Z-axis focus calibration failed. Please check if the Laser Test Material (350g paperboard) is properly placed and its surface is clean and intact.' + 00x0C00030000020018: 'Insufficient system memory was detected, and the foreign object detection function was not working. Please restart the devices or update the firmware after the task is completed' + 00x0C00030000020019: 'The Vision Encoder Plate is either not placed or incorrectly placed. Please ensure it is correctly positioned on the heatbed.' + 00x0C0003000002001C: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002001D: 'Foreign object detection is not working, and images cannot be obtained. Please check the live camera connection.' + 00x0C00030000030006: 'Purged filaments piled up.' + 00x0C00030000030007: 'Possible first layer defects.' + 00x0C00030000030008: 'Possible spaghetti defects.' + 00x0C0003000003000B: 'Inspecting first layer.' + 00x0C0003000003000D: 'Detected that the extruder may not be extruding normally. Please check and decide if printing should be stopped.' + 00x0C00030000030010: 'Your printer seems to be printing without extruding.' + 00x0C0003000003001A: 'Foreign object detection did not work, possibly due to manual interruption (e.g., tapping stop or opening the door in laser mode). You can ignore this if that''s the case. Otherwise, try restarting the printer or updating the firmware to restore the function.' + 00x0C0003000003001B: 'Possible spaghetti defects were detected. Please check the print quality and decide if the job should be stopped.' + 00x0C00040000010005: 'BirdsEye Camera malfunction: please contact customer support.' + 00x0C00040000010010: 'Failed to measure material thickness due to laser module malfunction.' + 00x0C00040000010011: 'Failed to measure material thickness: device parameters abnormal; please setup BirdsEye Camera again.' + 00x0C00040000010012: 'Live View Camera data link is abnormal.' + 00x0C00040000010013: 'The exposure parameters of the BirdsEye Camera are not effective; please try again.' + 00x0C00040000010014: 'Cutting Protection Base not detected, which may lead to heatbed damage. Please place it and continue.' + 00x0C00040000010015: 'Laser Protective Insert not detected. Please place it and continue.' + 00x0C00040000010016: 'Quick-release Lever is not locked. Please push it down to secure.' + 00x0C00040000010020: 'The visual marker on the heatbed is damaged, please contact after-sales.' + 00x0C00040000010025: 'The device malfunctioned; please restart.' + 00x0C00040000020002: 'Cutting Platform not detected. Please place the required mat for the task and continue.' + 00x0C00040000020003: 'The Laser Platform is not properly aligned. Please ensure all four corners are aligned with the heatbed.' + 00x0C00040000020004: 'The type of platform is not supported for this task. Please use the correct platform to continue.' + 00x0C00040000020007: 'BirdsEye Camera is setting up. Please clear all objects and remove the mat. Make sure the marker is not obstructed. Meanwhile, clean both the BirdsEye Camera and Toolhead Camera, and remove any foreign objects blocking their view.' + 00x0C00040000020008: 'Material not detected. Please confirm placement and continue.' + 00x0C00040000020017: 'The visual marker was not detected during PrintThenCut; please re-paste the material to the correct position. Meanwhile, please clean the Toolhead Camera to prevent contamination and remove any objects that may obstruct its view.' + 00x0C00040000020018: 'The Cutting Blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Assistant to check if the blade tip is worn.' + 00x0C00040000020019: 'The Birdseye Camera is installed offset. Please refer to the Wiki to reinstall it.' + 00x0C00040000020023: 'Thickness measurement failed, the Toolhead Camera was unable to detect the material surface.' + 00x0C00040000020026: 'Liveview Camera initialization failed, and some AI functions such as Spaghetti Detection will be disabled. Please restart the printer. If the problem persists, please contact customer support.' + 00x0C00040000020029: 'The Laser or Cutting module has not been calibrated. Please calibrate it on the printer first.' + 00x0C00040000020030: 'The rotary engraving accessory is placed incorrectly. Please adjust and reposition it.' + 00x0C00040000030018: 'The Cutting blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Wiki to check if the blade tip is worn.' + 00x0C00040000030024: 'The BirdsEye Camera position is detected to be offset. To ensure engraving accuracy, it is recommended to rerun the BirdsEye Camera Setup.' + 00x0C00040000030026: 'To improve flame detection accuracy, the right chamber light has been automatically turned off.' + 00x0C00040000030028: 'The Cutting Module offset calibration failed, which may result in inaccurate cuts. Please ensure the 80g white printer paper(letter paper thickness) is properly positioned and check whether the cutting blade tip is worn.' + 00x1200100000010001: 'The AMS %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1200100000010003: 'The AMS %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1200100000020002: 'The AMS%s Slot%s motor is overloaded. The filament may be tangled or stuck.' + 00x1200200000020001: 'AMS%s Slot%s filament has run out.' + 00x1200200000020002: 'AMS %s slot %s is empty; please insert a new filament.' + 00x1200200000020003: 'AMS %s slot %s filament may be broken in the PTFE tube.' + 00x1200200000020004: 'AMS %s slot %s filament may be broken in the tool head.' + 00x1200200000020005: 'AMS %s slot %s filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead.' + 00x1200200000020006: 'Failed to extrude AMS%s Slot%s filament, the extruder may be clogged, or the filament may be too thin, causing the extruder slipping.' + 00x1200200000030001: 'AMS %s slot %s filament has run out. Purging the old filament; please wait.' + 00x1200200000030002: 'AMS%s Slot%s filament has run out and automatically switched to the slot with the same filament.' +#NOTIFY END + +#CONTROL + 00x1200300000010001: 'AMS %s slot %s RFID coil is broken or the RF hardware circuit has an error.' + 00x1200300000010004: 'RFID cannot be read because of an encryption chip failure in AMS %s.' + 00x1200300000020002: 'The RFID-tag on AMS %s slot %s is damaged.' + 00x1200300000030003: 'AMS %s slot %s RFID cannot be read because of a structural error.' + 00x1200450000020001: 'The filament cutter sensor is malfunctioning. Please check whether the connector is properly plugged in.' + 00x1200450000020002: 'The filament cutter''s cutting distance is too large. The X motor may lose steps.' + 00x1200500000020001: 'AMS %s communication is abnormal; please check the connection cable.' + 00x1200510000030001: 'AMS is disabled; please load filament from spool holder.' + 00x1200700000010001: 'AMS %s Filament speed and length error: The slot %s filament odometry may be faulty.' + 00x1200800000020001: 'AMS%s Slot%s filament may be tangled or stuck.' + 00x12FF200000020001: 'Filament at the spool holder has run out; please insert a new filament.' + 00x12FF200000020002: 'Filament on the spool holder is empty; please insert a new filament.' + 00x12FF200000020004: 'Please pull the filament on the spool holder out from the extruder.' + 00x12FF200000020005: 'Filament may be broken in the tool head.' + 00x12FF200000020006: 'Failed to extrude the filament; the extruder may be clogged.' + 00x12FF200000020007: 'Failed to check the filament location in the tool head, please click for more help.' + 00x12FF200000030007: 'Checking the filament location of all AMS slots, please wait.' + 00x12FF800000020001: 'The filament on the spool holder may be tangled or stuck.' + 00x1800010000010001: 'The AMS-HT %s assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin.' + 00x1800010000010003: 'The AMS-HT %s assist motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800010000010004: 'The AMS-HT %s assist motor speed control is malfunctioning. The speed sensor may be faulty.' + 00x1800010000010005: 'AMS-HT %s The current sensor of assist motor may be faulty.' + 00x1800010000010011: 'AMS-HT %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800010000020002: 'The AMS-HT %s assist motor is overloaded. The filament may be tangled or stuck.' + 00x1800010000020006: 'AMS-HT %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020007: 'AMS-HT %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020008: 'AMS-HT %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x1800010000020009: 'AMS-HT %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x1800010000020010: 'AMS-HT %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x1800010000020011: 'AMS-HT %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800020000010001: 'AMS-HT %s Filament speed and length error: The filament odometry may be faulty.' + 00x1800020000020002: 'AMS-HT %s The odometer has no signal. The odometer connector may have poor contact.' + 00x1800020000020003: 'AMS-HT %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' + 00x1800100000010001: 'The AMS-HT %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1800100000010003: 'The AMS-HT %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800100000020002: 'The AMS-HT %s slot %s motor is overloaded. The filament may be tangled or stuck.' + 00x1800100000020004: 'AMS-HT %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000010081: 'Failed to read the filament information from AMS-HT %s slot %s. The AMS main board may be malfunctioning.' + 00x1800200000010082: 'Failed to read the filament information from AMS-HT %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x1800200000010083: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged.' + 00x1800200000010084: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x1800200000010085: 'Failed to read the filament information from AMS-HT %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x1800200000010086: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' + 00x1800200000020001: 'AMS-HT %s slot %s filament has run out. Please insert a new filament.' + 00x1800200000020002: 'AMS-HT %s slot %s is empty; please insert a new filament.' + 00x1800200000020003: 'AMS-HT %s slot %s''s filament may be broken in AMS-HT.' + 00x1800200000020004: 'AMS-HT %s slot %s filament may be broken in the tool head.' + 00x1800200000020005: 'AMS-HT %s slot %s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' + 00x1800200000020006: 'AMS-HT %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x1800200000020007: 'AMS-HT %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x1800200000020008: 'AMS-HT %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x1800200000020009: 'Failed to extrude AMS-HT %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x180020000002000A: 'Failed to adjust the filament position of AMS-HT %s slot %s. The filament or buffer may be stuck.' + 00x1800200000020010: 'AMS-HT %s slot %s feeds filament out of AMS timeout.' + 00x1800200000020011: 'AMS-HT %s slot %s pulls filament back to AMS timeout.' + 00x1800200000020012: 'AMS-HT %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x1800200000020013: 'AMS-HT %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000020014: 'AMS-HT %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x1800200000020015: 'AMS-HT %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x1800200000020016: 'AMS-HT %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x1800200000020017: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x1800200000020018: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x1800200000020019: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x1800200000020020: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x1800200000020021: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x1800200000020022: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x1800200000020023: 'AMS-HT %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x1800200000020024: 'AMS-HT %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x1800200000020025: 'AMS-HT %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x1800200000020026: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x1800200000020027: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' + 00x1800200000030001: 'AMS-HT %s slot %s filament has run out. Please wait while old filament is purged.' + 00x1800200000030002: 'AMS-HT %s slot %s filament has run out and automatically switched to the slot with the same filament.' + 00x1800240000010007: 'AMS-HT %s door detection is abnormal, the Hall sensor connection may be loose or disconnected.' + 00x1800240000020009: 'AMS-HT %s front cover is open. This may affect the drying performance or cause the filament to absorb moisture.' + 00x1800250000020001: 'AMS-HT %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x1800260000020001: 'The induction hotend is heating up, and the drying power of AMS-HT %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x1800300000010001: 'The AMS-HT %s RFID 1 board has an error.' + 00x1800300000010004: 'Encryption chip failure' + 00x1800300000020002: 'The RFID-tag on AMS-HT %s slot %s is damaged, or its content cannot be identified.' + 00x1800300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x1800350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x1800350000010002: 'AMS-HT %s The humidity sensor is disconnected, which may be due to poor connector contact.' + 00x1800400000020001: 'AMS-HT %s Filament buffer position signal lost: the cable or position sensor may be malfunctioning.' + 00x1800450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x1800450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x1800500000020001: 'AMS-HT %s communication is abnormal; please check the connection cable.' + 00x1800510000030001: 'The AMS is disabled; please load filament from the spool holder.' + 00x1800550000010003: 'AMS-HT %s was detected offline during the AMS initialization process.' + 00x1800550000010004: 'The binding between AMS-HT %s and the extruder is incorrect. Please run the AMS Setup.' + 00x1800550000020001: 'A new AMS-HT detected. Please set it up to check which extruder the AMS-HT is connected to.' + 00x1800560000030001: 'AMS-HT %s is undergoing dry cooling; please wait for it to cool down before operating.' + 00x1800600000020001: 'The AMS-HT %s slot %s is overloaded. The filament may be tangled or the filament buffer may be stuck.' + 00x1800700000020001: 'Failed to pull out the AMS-HT %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x1800700000020002: 'Failed to feed the AMS-HT %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020004: 'Failed to pull back the AMS-HT %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020005: 'Failed to feed the AMS-HT %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x1800700000020007: 'AMS-HT %s filament ran out. Please put a new filament into the same slot in AMS-HT %s and resume.' + 00x1800800000010001: 'AMS-HT %s The current sensor of heater %s is abnormal.' + 00x1800800000010002: 'AMS-HT %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x1800800000010003: 'AMS-HT %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x1800800000010004: 'AMS-HT %s The heater %s is heating abnormally.' + 00x1800860000010004: 'AMS-HT %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x1800900000010002: 'AMS-HT %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x1800900000010003: 'AMS-HT %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x1800900000010004: 'The current sensor of AMS-HT %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS-HT mainboard.' + 00x1800900000020001: 'AMS-HT %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x1800920000010001: 'AMS-HT %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x1800920000020002: 'AMS-HT %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x1800920000020003: 'The AMS-HT %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x1800940000010001: 'AMS-HT %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x1800940000010002: 'AMS-HT %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x1800960000010001: 'AMS-HT %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x1800960000010003: 'AMS-HT %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x1800960000020002: 'AMS-HT %s Environmental temperature is too low, which will affect the drying capability.' + 00x1800960000020004: 'AMS-HT %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x1800970000030001: 'AMS-HT %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x1800980000020001: 'AMS-HT %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x1800980000020002: 'AMS-HT %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x18FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x18FF200000020001: 'External filament has run out; please load a new filament.' + 00x18FF200000020002: 'External filament is missing; please load a new filament.' + 00x18FF200000020004: 'Please pull the external filament from the extruder.' + 00x18FF700000020003: 'Please check if the material is coming out of the right nozzle. If not, gently push the material and try to extrude again.' + 00x1A00010000020001: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has no hotend installed, the corresponding rack slot contains a hotend, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020002: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has a hotend installed, the corresponding rack slot is empty, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020003: 'Error detected before induction hotend replacement: no hotend installed in slot %s on the rack.' + 00x1A00010000020004: 'Error detected before induction hotend replacement: a hotend is already installed in slot %s on the rack. Please remove it before continuing.' + 00x1A00010000020020: 'Abnormal condition detected while nesting the hotend in slot %s: a hotend is already installed. Please remove the existing one before clicking "Continue."' + 00x1A00010000020021: 'Abnormal condition detected while nesting the hotend in slot %s: no hotend detected on the toolhead. Please mount the hotend onto the toolhead before clicking "Continue."' + 00x1A00010000020022: 'Abnormal condition detected while nesting the hotend in slot %s. Please ensure no hotend is mounted on the toolhead and that a hotend is present in slot %s on the rack before clicking "Continue."' + 00x1A00010000020023: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detect the hotend on the toolhead. Please check whether there is any debris on the hotend heatsink surface or if the front magnet has fallen off. If not, recalibrate the induction hotend rack.' + 00x1A00010000020024: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detach the hotend from the toolhead. Please make sure the locking lever is in the released position.' + 00x1A00010000020025: 'Abnormal condition detected while nesting the hotend in slot %s: the hotend has dropped. Please check for excessive filament remaining at the top of the hotend, trim the residue, reinstall the hotend into slot %s on the rack, and then click "Continue."' + 00x1A00010000020026: 'Abnormal condition detected while nesting the hotend in slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020027: 'Abnormal condition detected while nesting the hotend in slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00010000020030: 'Abnormal condition detected while fetching the hotend from slot %s: no hotend found in this position. Please install a hotend in the corresponding slot before clicking "Continue."' + 00x1A00010000020031: 'Abnormal condition detected while fetching the hotend from slot %s: a hotend is already mounted on the toolhead. Please remove the hotend from the toolhead before clicking "Continue."' + 00x1A00010000020032: 'Error detected while fetching the hotend from slot %s: the toolhead failed to detect the hotend on the rack. Please check for any debris in the induction hotend mounting slot on the toolhead. If none is found, recalibrate the induction hotend rack.' + 00x1A00010000020033: 'Error detected while fetching the hotend from slot %s: the rack failed to mount the hotend properly. Please check for excessive filament at the top of the hotend, debris in the contact area between the toolhead and the hotend, or if the locking lever is in the released position. After resolving the issue, click "Continue."' + 00x1A00010000020034: 'Error detected while fetching the hotend from slot %s: the hotend has dropped. Please check for excessive filament or other debris at the top of the hotend, trim or remove it, then reinstall the hotend into slot %s on the rack and click "Continue."' + 00x1A00010000020035: 'Error detected while fetching the hotend from slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020036: 'Error detected while fetching the hotend from slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00100000020001: 'Toolhead XY axis or hotend rack has not finished homing. Hotend replacement cannot proceed.' + 00x1A00110000020002: 'Hotend rack coarse homing failed. Please check for any obstructions.' + 00x1A00110000020003: 'Induction Hotend Rack coarse homing failed due to excessive travel. Please check the timing belt condition.' + 00x1A00120000020001: 'Induction hotend rack calibration failed: camera position calibration error. Please clean any debris from the thermal paper surface at the rear of the build plate and remove residue from the nozzle.' + 00x1A00120000020002: 'Induction hotend rack calibration failed: the white marker on the rack''s induction hotend docking module was not detected. Please refer to the Wiki to check if the marker is damaged or covered by dirt.' + 00x1A00120000020003: 'Induction hotend rack calibration failed: abnormal calibration result. Please refer to the Wiki to check if the rack structure is deformed.' + 00x1A00120000020004: 'Hotend rack height calibration is abnormal. Please check for any foreign objects that may be causing the rack to jam.' + 00x1A00120000020007: 'The hotend rack motion timed out. Please check for any foreign objects or obstructions that may be causing the rack to jam.' + 00x1A00120000020008: 'The hotend rack tool lock rod position is abnormal. Please check for any foreign objects or obstructions that may be causing the lock rod to jam.' + 00x1A00120000020009: 'Induction hotend locking lever or rack lever release mechanism error. Please refer to the Wiki for inspection.' + 00x1A00120000020010: 'The Induction Hotend Rack has not been set up. Please follow the instructions to complete the setup before using its functions.' + 00x1A00120000020011: 'Induction hotend not detected before locking. Please check its installation on the toolhead.' + 00x1A00130000020001: 'The hotend rack is fully occupied. Please remove at least one hotend before proceeding.' + 00x1A00200000020001: 'Power outage occurred during hotend replacement. Please follow the Wiki guide to restore the setup, otherwise printing may fail.' + 00x1A00210000010001: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend back to slot %s on the rack, then move the toolhead to the center of the build plate.' + 00x1A00210000010002: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend from slot %s on the rack back onto the toolhead, then move the toolhead to the center of the build plate.' + 00x1A00210000020001: 'Power loss occurred while fetching/nesting hotend. Check if the hotend is in slot %s on the rack. If not, nest it back to that slot and move the toolhead to the center of the build plate.' + 00x1A00210000020002: 'Power loss occurred while fetching/nesting the hotend. Check if it''s mounted on the toolhead. If not, fetch it from slot %s on the rack, nest it onto the toolhead, and move the toolhead to the center of the build plate.' + 00x1A00E00000010005: 'The Induction Hotend Rack is blocked by an obstacle during homing. Please clear any obstructions from its movement path.' + 00x1A00E00000010006: 'Induction Hotend Rack homing distance is too long. The timing belt may be loose. Please check and tighten.' + ctl_top_t_temp_axis: 'Temperature/Axis' + ctl_top_t_filament: 'Filament' + ctl_top_t_hello: 'Hello World' + ctl_t_part: 'Part' + ctl_t_aux: 'Aux' + ctl_t_chamber: 'Chamber' + sw_t_on: 'ON' + sw_t_off: 'OFF' + ctl_t_speed: 'Printing speed' + ctl_t_speed_silent: 'Silent' + ctl_t_speed_standard: 'Standard' + ctl_t_speed_sport: 'Sport' + ctl_t_speed_ludicrous: 'Ludicrous' + ctl_t_extruder: 'Extruder' + ctl_t_temp_high: 'Not higher than %ld℃' + ctl_t_filament_t_tip: 'Tips' + ctl_t_filament_tip: 'Before loading, please make sure your filament is pushed into the toolhead.' + ctl_t_to_load: 'To load' + ctl_t_to_unload: 'To unload' + ctl_t_heat_nozzle_temp: 'Heat the nozzle' + ctl_t_push_new_filament: 'Push new filament into the extruder' + ctl_t_grab_new_filament: 'Grab new filament' + ctl_t_purge_old_filament: 'Purge old filament' + ctl_t_cut_filament: 'Cut filament' + ctl_t_back_filament: 'Pull back current filament' + content_empty: 'Empty' + tpu_not_supported: '"%s %s" is not supported by the AMS.' + cf_gf_warning: '"%s %s" filaments are hard and brittle. They easily break or get stuck in the AMS; please use with caution.' + pva_warning: 'Damp "%s %s" will become flexible and get stuck inside AMS; please take care to dry ot before use.' + +#CONTROL END + +#MQTT + ctl_t_mqtt_ctl_mode: 'Control Mode' + ctl_t_mqtt_statu_master: 'Leader' + ctl_t_mqtt_statu_slave: 'Follower' + ctl_t_mqtt_status_sync: 'Sync' + ctl_t_mqtt_disconected: 'Disconnected' + printer_connecting: 'Printer is currently connecting.' + printer_disconnected: 'Printer is disconnected.' + printer_connected: 'Printer has successfully connected.' + mqtt_login_failed: | + Cannot connect to printer! + It may be that the "Access Code" is wrong. Click "Edit" to check and re-edit the "Access Code". + To troubleshoot connection problems please scan the QR code. + mqtt_never_connected: | + Cannot connect to printer! + Please ensure that the printer is powered up and on the same LAN as the Panda Touch or click "Edit" to check and re-edit the "IP" and "SN". + To troubleshoot connection problems please scan the QR code. + mqtt_master_changed: | + Cannot connect to printer! + Please ensure that the printer is powered up and on the same LAN as the Panda Touch or click "Edit" to check and re-edit the "IP" and "SN". + Since this is the "Master", another printer in the group will be temporarily assigned as the "Master". + If you have powered the printer off then ignore this message. + To troubleshoot connection problems please scan the QR code. + mqtt_master_error: | + Cannot connect to printer! + Please ensure that the printer is powered up and on the same LAN as the Panda Touch or click "Edit" to check and re-edit the "IP" and "SN". + Since this is the "Master" and there are no other connected printers available in the group, you will not be able to use the Panda Touch until this is resolved. + To troubleshoot connection problems please scan the QR code. + mqtt_slave: | + Cannot connect to printer! + Please ensure that the printer is powered up and on the same LAN as the Panda Touch or click "Edit" to check and re-edit the "IP" and "SN". + This printer is not the "Master" so it will not be accessible or able to follow the "Master" if it is in a group. + If you have powered the printer off then ignore this message. + To troubleshoot connection problems please scan the QR code. + mqtt_not_online: | + Cannot connect to printer! + Please ensure that the printer is powered up and on the same LAN as the Panda Touch. + To troubleshoot connection problems please scan the QR code. +#MQTT END + +#FILE + file_t_usb_flash_driver: 'USB Flash Drive' + file_t_name: 'Name' + file_t_date: 'Date' + file_t_size: 'Size' + file_s_transmitting: 'Transmitting' + file_s_printers_in_sync: 'Printers in sync:%d/%d' + file_s_failed: 'Failed' + file_s_printing: 'Printing' + file_s_waiting: 'Waiting' +#FILE END + +#GUID + guid_t_start: 'Start' + guid_c_start: 'Activate the Bambu lab original screen.' + guid_t_get_ip_access: 'Get IP and Access Code' + guid_c_get_ip_access_wlan: 'Select WLAN using D-pad, press OK to enter.' + guid_c_get_ip_access_enter: 'Enter the IP and Access codes into the corresponding Panda Touch input boxes.' + guid_t_get_sn: 'Get SN Code' + guid_c_get_sn_return: 'Press return to settings.' + guid_c_get_sn_enter: 'Select device using D-pad, press OK to enter.' + guid_c_get_sn_enter_code: 'This is the SN code, please enter it in the corresponding input box on Panda Touch.' + guid_t_completed: | + ; ) + Congratulations! You have completed the Panda Touch tutorial. Try out the features. + guid_c_completed: 'Click blank area of the screen to return to connection interface. Can add printer info to track status.' + sn: 'SN:' + guid_unable_find: 'Unable to find your printer settings?' + guide_select_lang: 'Please select your Panda Touch language' + guide_ota_not_finished: 'OTA is not finished yet' + guide_ota_remind: | + Please use a computer on the same WiFi network, which can be a computer or mobile device running an operating system such as iOS or Android. This is referred to as the "computer" below. + • Enter the Panda Touch's IP address in the computer's browser to access the web UI, and then click "Update File" button. + • Click the "Choose File" button, then select the downloaded .img file. + • The Panda Touch will automatically start updating. + guid_ota_connect_wifi: 'Please connect to the Internet by selecting the WiFi network on the right and entering the password. If the network you want to connect to does''n''t appear, click the Refresh button.' +#GUID END + +#CLOUD START + tip_about_region: 'Please select the region before you Login, the region should be the same as your account region.' + tip_del_account: 'Do you need to delete the account? PandaTouch will convert the printer bound to this account to local mode.' + tip_input_phone: 'Please input your phone number' + tip_input_email: 'Please input your email address' + t_region: 'Region:' + t_account: 'Account:' + t_password: 'Code:' + t_region_china: 'CHINA' + t_region_global: 'GLOBAL' + tip_phone_incorrect: 'Input the valid phone number' + tip_email_incorrect: 'Input the valid email' + tip_account_not_reg: 'Login failed, this account is not registered.' + tip_password_incorrect: 'Login failed, please check the password.' + tip_network_error: 'Login failed, please check the network.' + tip_login_ok: | + Cloud login successful! + + Would you like to convert all existing printers to cloud mode? Only select yes if you are not using any printers in “LAN mode”. If you are using printers in “LAN mode” then rather add each printer manually to the cloud by editing the mode settings. + tip_account_sync_ok: 'Printers were successfully converted to cloud mode. You can see the current mode status of each printer in the multi-device page.' + tip_account_sync_error: 'Some printers could not be converted to cloud mode. Please check your WiFi and cloud mode settings and try again.' + tip_account_sync_zero: 'There are no cloud printers in the current account. Please add a printer to this account and then login again.' + tip_printer_without_cloud: 'This printer has not been bound to this account yet. Please use BambuLab Studio or Handy to add the printer before enable the cloud.' + tip_printer_login_account: 'Please log in to an account first.' + tip_account_error: 'Your account is experiencing issues. Please check if there have been any changes to your account name. Also, verify that your account region matches your current location.' + tip_account_network_error: 'Your network connection is experiencing issues. Please check if the network password has been changed and try reconnecting to restore the printer''s cloud connection.' + t_login_bambu: 'Login BambuLab Account' + tip_convert_to_cloud: 'Converting printers to cloud mode. Please wait.' + t_enable_could: 'Enable cloud' + tip_wifi_not_connected: 'The Wi-Fi connection has been disconnected, please connect to Wi-Fi first.' + tip_printer_work_in_cloud: 'The printer works in cloud mode.' + tip_printer_work_in_local: 'The printer works on the LAN mode.' + tip_ftp_ip_invalid: | + Please ensure that the printer is on the same LAN as the Panda Touch. + Please check and re-edit the "IP" or "Access code". + tip_ftp_not_find: 'File not found.' + tip_group_printer_cloud_mode: 'Printer %d: %s is working in cloud mode.' + tip_group_printer_local_mode: 'Printer %d: %s is working in LAN mode.' + tip_group_work_in_cloud: 'The printer group works in cloud mode.' + tip_group_work_in_local: 'The printer group works in LAN mode.' +#CLOUD END + +#NEW ADD + tip_printer_group_max: 'Panda Touch currently only supports %d printer group.' + tip_one_master_at_least: 'You should keep one master printer in an group at least.' + tip_one_select_at_least: | + Please keep one master printer in an group. + if you want to remove the group, you can press back button and remove it by delete button. + tip_remove_group_confirm: 'Please confirm that you want to remove this printer group from the Panda Touch.' + tip_group_same_name: 'There''s a same group exist,please rename it.' + tip_printer_in_group: 'Printer has been selected in group,please remove the it in group.' + tip_reprint_group_printer: 'This will only reprint the file on this printer. If you want to start printing on all printers in the group, please wait for all printers to complete and use the normal process to start printing.' + tip_reprint_printer: 'Do you want to reprint the file on this printer?' + tip_waiting_print_finished: 'Please stop the current printing task before starting a new one.' + tip_group_connected: 'Printer group has successfully connected.' + tip_group_printer_disconnected: 'The printer %d:%s has been disconnected.' + tip_group_printer_connecting: 'The printer %d:%s is connecting.' + tip_group_printer_printing: 'The printer %d:%s is printing.' + tip_group_printer_temp_too_high: 'The printer %d:%s %d ℃.' + tip_group_printer_file_config: 'Do you want to print the %s file? Please select the printing function you need to enable.' + tip_group_power_off: 'Do you want to power-off the printers in this group?' + tip_group_reset_power_usage: 'Do you want to clear the power usage of PWR printers bound within the group?' + tip_group_power_off_not_online: 'A printer in the group has been disconnected. Please confirm if you want to continue turning off the power?' + tip_group_printing_not_idle: 'There are some printers is printing in this group. Turning off the printer may cause blockage. Please wait for the hot end to cool down before turning off the printer power. Do you want to continue?' + tip_group_temp_too_high_confirm: 'There are some printers in the group with a hot end temperature exceeding 50 degrees. Turning off the printer may cause blockage. Please wait for the hot end to cool down before turning off the printer power. Do you want to continue?' + t_is_printing: 'Printing' + t_is_idle: 'Idle' + t_table_header_index: 'No.' + t_table_header_device_name: 'Device Name' + t_table_header_status_task: 'Status / Task' + t_table_header_actions_connection: 'Actions & Connection' + tip_enter_group_name: 'Please enter a group name:' + tip_move_confirm: 'The printer/printer group is currently printing and cannot be moved.' + tip_always_sleep: 'This operation will cause damage to the screen. Do you want to continue?' + tip_bind_power: | + Please press and hold the Panda PWR button until the blue light starts flashing, + then place the Panda Touch against the Panda PWR casing to connect. + tip_remove_keep_one: 'Please keep at least one printer.' + tip_remove_printer_with_power: 'This printer is bound to Panda PWR. Do you want to continue deleting it?' + tip_about_power: | + Panda PWR + Automatic shutdown,real-time power monitoring,power tracking,dual USB-A interface design,please scan the QR code for more information. + tip_power_off_not_online_confirm: 'The printer has been disconnected, please confirm if you want to turn off the printer power?' + tip_power_off_temp_too_high_confirm: 'The hotend temperature is>50C. Turning off the printer may cause blockage. Please wait for the hot end to cool down before turning off the printer power. Do you want to continue?' + tip_power_off_confirm: 'Please confirm if you want to turn off the printer power?' + tip_auto_power_off_confirm: 'Your printer will turn off once the print is complete and the hotend cools below 50C.' + t_auto_power_off: 'Auto Power-off:' + t_min: 'Min' + t_countdown: 'Count down:' + t_power: 'Power' + tip_know_power: 'What is the Panda PWR' + tip_add_power: 'Add Panda PWR' + t_voltage: 'Voltage:' + t_current: 'Current:' + t_power_2: 'Power:' + t_power_usage: 'Energy Usage:' + t_printer: 'Printer-Leader:' + t_power_wifi: 'Wifi SSID:' + t_power_usb_follow: 'USB 1 Follow Printer Light:' + t_usb_config_off: 'Off' + t_usb_config_on: 'On' + t_must_high: 'The input value must be greater than %ld' + t_must_less: 'The input value must be less than %ld' + t_power_printer_no: 'No.' + tip_confirm_bind_power: 'Do you accept binding from Panda PWR?' + tip_confirm_unbind_power: 'Do you want to unbind from Panda PWR?' + t_reset_power_usage: | + RST + Usage + t_reset_power_usage_print: 'RST Usage' + tip_confirm_reset_power_usage: 'Do you want to reset the power usage?' + t_auto_off: 'Auto Off' + t_power_off_all: 'Do you want to close the PRINTERS bound to PWR in the group?' + t_pwr_has_been_bind: 'This PWR has been bound by Printer %s ,Please unbind it before proceeding.' + tip_pwr_max: 'Panda Touch currently supports connecting up to %d Panda PWR.' + t_power_off_after_printing: 'Auto Power-off' + tip_change_reboot: 'For a better speed experience, requires a reboot to take effect, continue?' + t_multi_print_heat_delay: 'Multi printing heat delay' + t_file_t_history: 'Print history' + t_history_cost_time: 'Cost time' + t_history_weight: 'Weight' + t_history_only_cloud: 'Only support for Cloud mode' + t_history_not_find: 'Not find' + t_default_directory: 'Printer-Default-Directory' + t_reboot_take_effect: 'Need reboot to take effect,Do you want to continue?' + t_send_code: 'Send Code' + tip_send_code: 'Input the code' + tip_error_code_length: 'The length of code should be 6' + tip_error_code: 'Code does not exist or has expired; please request a new verification code.' + tip_error_send_code: 'Send code failed please check the internet.' + tip_loading_thumbnail: 'Loading data from printer. Please wait a second.' + t_sd_enhanced_load_thumbnails: 'Enhanced thumbnail display' + tip_enhanced_load_effect: 'start printing from USB stick or click sd-card panel will cause a long delay and it will takes effect after reboot, continue?' + tip_not_higher: 'Not higher than %d.' + tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' + tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' + tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' + tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' + tip_ams_dry_stop: 'Are you sure you want to stop the AMS drying process?' + tip_dry_completed: 'Drying completed.' + tip_dry_not_support: 'Not support for A1, A1-mini.' + tip_dry_printer_printing: 'The printer is printing.' + tip_skip_obj_selected: '#ff0000 %d# objects is selected' + tip_dry_ing: 'Drying' + tip_dry_prepare_ok: 'Ready, please check if the printer tool head has returned to the preset position before clicking start.' +#NEW ADD END +# AUTO-FILLED MISSING KEYS START + tip_firmware_incompatible: | + Your Bambu machine is running firmware version %s or above + This firmware implements an authentication mechanism that requires Bambu to approve who can send control commands to your machines if you are operating in cloud mode. + To regain full control of your machine using the Panda Touch, please change to LAN-only, developer mode from your stock bambu screen. + Alternately, you can roll back to an earlier firmware version using the bambu handy app. + tip_firmware_incompatible_reduced: 'Read Only Mode. Switch to LAN-only developer mode or roll back the printer firmware for full control.' +# AUTO-FILLED MISSING KEYS END diff --git a/Translation/en-US/en-US.yml b/Translation/en-US/en-US.yml index 88eea95..b69f2b0 100644 --- a/Translation/en-US/en-US.yml +++ b/Translation/en-US/en-US.yml @@ -1,7 +1,5 @@ en-US: -#SETTING PAGE lang_name_t: 'English' - min_time_t_1: '1min' min_time_t_2: '2min' min_time_t_3: '3min' @@ -17,6 +15,9 @@ en-US: setting_gen_t_lang: 'Language:' setting_gen_t_fw: 'Firmware:' setting_gen_t_slp: 'AutoSleep:' + setting_gen_t_readonly: 'Read Only Mode:' + setting_gen_t_wake_on_print: 'Wake at Print Start' + setting_gen_t_on_while_print: 'Stay Awake While Printing' setting_gen_t_backlight: 'Backlight brightness:' setting_gen_t_reb: 'Restart' setting_gen_t_rst: 'Restore Factory Settings' @@ -38,6 +39,7 @@ en-US: btn_load: 'Load' btn_unload: 'Unload' btn_retry: 'Retry' + btn_reread: 'Re-Read' btn_abort: 'Abort' btn_print: 'Print' btn_remove: 'Remove' @@ -56,15 +58,19 @@ en-US: btn_add_printer: 'Add Printer' btn_add_group: 'Add Group' btn_goto_printers: 'Go to multi-device page' + btn_printer_view_list: 'List' + btn_printer_view_card: 'Card' btn_goto_wifi: 'Go to Wi-Fi network' btn_ignore: 'Ignore' btn_goto_login: 'Go to Login page' btn_dry: 'Drying' btn_dry_prepare: 'Prepare' btn_dry_start: 'Start dry' + label_dry_time: 'Dry Time' + label_dry_temp: 'Temperature' + tip_ams_dry_setup: 'AMS Drying Setup' btn_skip_obj: 'Skip' #BUTTONS END - set_net_wifi_scaned: 'Scanned WiFi' welcome_tip: 'Please connect to the internet by selecting the WiFi network on the right and then entering the password. Hit refresh if you don''t see the desired network. Hit next once you have connected to the desired network.' tip_scan_qrcode: 'Please use your phone to scan the QR code to access the online manual.' @@ -119,7 +125,7 @@ en-US: filament_maximum: 'Maximum' filament_unknown_type: 'Unknown' #PRINT -#TIPS +#TIPS tip_input_optional: '(Optional)' tip_input_name: '(Required)Input your printer name' tip_input_ip: '(Required)Input your printer IP' @@ -179,10 +185,49 @@ en-US: notify_remind: 'Please scan the code to view possible solutions, or click the "Goto Printer" button to Set this printer as the "Master" printer' notify_remind_go_print: 'Goto Printer' notify_unknow_state: 'Panda Touch unknown status code.' - 00x0300100000020001: 'The resonance frequency of the %s axis is low. The timing belt may be loose.' - 00x0300100000020002: 'The 1st order mechanical resonance mode of %s axis differ much from last calibration, please re-run the machine calibration later.' - 00x03000F0000010001: 'The accelerometer data is unavailable.' - 00x03000D000001000B: 'The Z axis motor seems got stuck when moving up.' + 00x0300010000010001: 'The heatbed temperature is abnormal; the heater may have a short circuit.' + 00x0300010000010002: 'The heatbed temperature is abnormal; the heater may have an open circuit, or the thermal switch may be open.' + 00x0300010000010003: 'The heatbed temperature is abnormal; the heater is over temperature.' + 00x0300010000010006: 'The heatbed temperature is abnormal; the sensor may have a short circuit.' + 00x0300010000010007: 'The heatbed temperature is abnormal; the sensor may have an open circuit.' + 00x0300010000010008: 'An abnormality occurs during the heating process of the heatbed; the heating modules may be broken.' + 00x030001000001000A: 'The heatbed temperature control is abnormal; the AC board may be broken.' + 00x030001000001000C: 'The heatbed has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030001000001000D: 'An abnormality occured in heating modules of heatbed previously. To continue using your printer, please refer to the wiki to troubleshoot.' + 00x030001000001000E: 'The power supply voltage does not match the machine; the heatbed has been disabled.' + 00x030001000002000F: 'The chamber target temperature is set too high, while the heatbed target temperature is set too low. Heatbed cooling has been skipped. It is recommended to set matching chamber and heatbed temperatures.' + 00x0300010000030008: 'The temperature of the heated bed exceeds the limit and automatically adjusts to the limit temperature.' + 00x030001000003000F: 'The chamber temperature is currently high, and the heatbed is cooling down slowly. It is recommended to open the top cover or front door to accelerate the cooling process.' + 00x0300020000010001: 'The nozzle temperature is abnormal, the heater may be short circuit.' + 00x0300020000010002: 'The nozzle temperature is abnormal, the heater may be open circuit.' + 00x0300020000010003: 'The nozzle temperature is abnormal, the heater is over temperature.' + 00x0300020000010004: 'The right nozzle temperature control is abnormal. The hotend might have structural damage.' + 00x0300020000010006: 'The nozzle temperature is abnormal, the sensor may be short circuit.' + 00x0300020000010007: 'The nozzle temperature is abnormal, the sensor may be open circuit.' + 00x0300020000010008: 'The right extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x0300020000010009: 'Nozzle temperature control is abnormal. The hot end may not be installed. To heat the heating assembly without the hotend, enable Maintenance Mode in the settings.' + 00x030002000001000B: 'The right extruder nozzle temperature control is abnormal, possibly due to the hotend not being properly installed or a malfunction of the wireless temperature measurement board.' + 00x0300030000010001: 'The speed of the hotend fan is too slow or stopped.' + 00x0300030000020002: 'The speed of hotend fan is slow.' + 00x0300040000020001: 'The speed of part cooling fan if too slow or stopped.' + 00x0300050000010001: 'The motor driver is overheating. Its radiator may be loose, or its cooling fan may be damaged.' + 00x0300060000010001: 'Motor-%s has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300060000010002: 'Motor-%s has a short-circuit. It may have failed.' + 00x0300060000010003: 'The resistance of Motor-%s is abnormal, the motor may have failed.' + 00x0300090000010001: 'The extruder servo motor has an open circuit. The connection may be loose, or the motor may have failed.' + 00x0300090000010002: 'The extruder servo motor has a short-circuit. It may have failed.' + 00x0300090000010003: 'The resistance of the extruder servo motor is abnormal; the motor may have failed.' + 00x0300090000020001: 'The extrusion motor is overloaded. The extruder may be clogged or the filament may be stuck in the tool head.' + 00x0300090000020002: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead.' + 00x0300090000020003: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip.' + 00x0300090000020004: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead, or the externally mounted filament may be tangled.' + 00x0300090000020005: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip, or the externally mounted filament may be tangled.' + 00x0300090000030007: 'Filament extrusion anomaly detected. Automatically retrying recovery, please wait.' + 00x03000A0000010001: 'The sensititvity of heatbed force sensor %s is too high.' + 00x03000A0000010002: 'The sensititvity of heatbed force sensor %s is low.' + 00x03000A0000010003: 'The sensititvity of heatbed force sensor %s is too low.' + 00x03000A0000010004: 'External disturbance was detected when testing the force sensor %s sensitivity. The heatbed plate may have touched something outside the heatbed.' + 00x03000A0000010005: 'Force sensor %s detected unexpected continuous force. The heatbed may be stuck, or the analog front end may be broken.' 00x03000D0000010003: 'The build plate is not placed properly. Please adjust it.' 00x03000D0000010004: 'The build plate is not placed properly. Please adjust it.' 00x03000D0000010005: 'The build plate is not placed properly. Please adjust it.' @@ -192,133 +237,768 @@ en-US: 00x03000D0000010009: 'The build plate is not placed properly. Please adjust it.' 00x03000D000001000A: 'The build plate is not placed properly. Please adjust it.' 00x03000D0000020001: 'Heatbed homing abnormal.' - 00x03000A0000010005: 'Force sensor %s detected unexpected continuous force. The heatbed may be stuck, or the analog front end may be broken.' - 00x03000A0000010004: 'External disturbance was detected when testing the force sensor %s sensitivity. The heatbed plate may have touched something outside the heatbed.' - 00x03000A0000010003: 'The sensititvity of heatbed force sensor %s is too low.' - 00x03000A0000010002: 'The sensititvity of heatbed force sensor %s is low.' - 00x03000A0000010001: 'The sensititvity of heatbed force sensor %s is too high.' - 00x0300040000020001: 'The speed of part cooling fan if too slow or stopped.' - 00x0300030000020002: 'The speed of hotend fan is slow.' - 00x0300030000010001: 'The speed of the hotend fan is too slow or stopped.' - 00x0300060000010001: 'Motor-%s has an open-circuit. There may be a loose connection, or the motor may have failed.' - 00x0300060000010002: 'Motor-%s has a short-circuit. It may have failed.' - 00x0300060000010003: 'The resistance of Motor-%s is abnormal, the motor may have failed.' - 00x0300010000010007: 'The heatbed temperature is abnormal; the sensor may have an open circuit.' - 00x0300130000010001: 'The current sensor of Motor-%s is abnormal. This may be caused by a failure of the hardware sampling circuit.' - 00x0300180000010005: 'The Z axis motor seems got stuck during movement, please check if there is any foreign matter on the Z sliders or Z timing belt wheels.' - 00x0300190000010001: 'The eddy current sensor on Y-axis is not available, the wire should be broken.' - 00x0300190000020002: 'The sensitivity of Y-axis eddy current sensor is too low.' - 00x0300400000020001: 'Data transmission over the serial port is abnormal; the software system may be faulty.' - 00x0300410000010001: 'The system voltage is unstable; triggering the power failure protection function.' - 00x0300020000010001: 'The nozzle temperature is abnormal, the heater may be short circuit.' - 00x0300020000010002: 'The nozzle temperature is abnormal, the heater may be open circuit.' - 00x0300020000010003: 'The nozzle temperature is abnormal, the heater is over temperature.' - 00x0300020000010006: 'The nozzle temperature is abnormal, the sensor may be short circuit.' - 00x0300020000010007: 'The nozzle temperature is abnormal, the sensor may be open circuit.' + 00x03000D000001000B: 'The Z axis motor seems got stuck when moving up.' + 00x03000D0000020003: 'The build plate may not be properly placed. If this message appears repeatedly, please check the Wiki for more explanations.' + 00x03000F0000010001: 'The accelerometer data is unavailable.' + 00x0300100000020001: 'The resonance frequency of the %s axis is low. The timing belt may be loose.' + 00x0300100000020002: 'The 1st order mechanical resonance mode of %s axis differ much from last calibration, please re-run the machine calibration later.' + 00x0300110000020002: 'The resonance frequency of the Y-axis differs greatly from the last calibration. Please clean the Y-axis liner rod and conduct a calibration after printing.' 00x0300120000020001: 'The front cover of the toolhead fell off.' + 00x0300130000010001: 'The current sensor of Motor-%s is abnormal. This may be caused by a failure of the hardware sampling circuit.' + 00x0300160000010001: 'The extruder servo motor''s current sensor is abnormal. A failure of the hardware sampling circuit may cause this.' + 00x0300170000010001: 'The hotend cooling fan speed is too slow or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300170000020002: 'The hotend cooling fan speed is slow. It may be stuck and need cleaning.' 00x0300180000010001: 'The value of extrusion force sensor is low, the nozzle seems to not be installed.' 00x0300180000010002: 'The sensitivity of the extrusion force sensor is low, the hotend may not installed correctly.' 00x0300180000010003: 'The extrusion force sensor is not available, the link between the MC and TH may be broken or the sensor is broken.' - 00x0300180000010004: 'The data from extrusion force sensor is abnormal, the sensor should be broken.' + 00x0300180000010005: 'The Z axis motor seems got stuck during movement, please check if there is any foreign matter on the Z sliders or Z timing belt wheels.' + 00x0300180000010006: 'The heatbed leveling data is abnormal. Please check whether there are any foreign objects on the heatbed and Z slider. If so, please remove them and try again.' + 00x0300180000010007: 'The frequency of the extrusion force sensor is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300180000010008: 'The nozzle touches the heatbed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030018000001000B: 'Nozzle presence detection failed: nozzle not installed or improperly installed.' + 00x030018000001000C: 'An anomalous jump in the extruder extrusion force sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x030018000001000D: 'Nozzle clumping detection calibration failed. Excessive force detected on the nozzle. Please ensure the nozzle is installed correctly.' + 00x030018000001000E: 'Nozzle clumping detection calibration failed. The nozzle did not touch the inner wall of the hole. Please clean the nozzle and the steel plate hole at the rear-right side of the heatbed.' + 00x0300180000030009: 'Performing initial High-temperature Bed Leveling.' + 00x0300190000010001: 'The eddy current sensor on Y-axis is not available, the wire should be broken.' + 00x0300190000020002: 'The sensitivity of Y-axis eddy current sensor is too low.' 00x03001A0000020001: 'The nozzle is wrapped in the filament or the build plate is placed incorrectly.' 00x03001A0000020002: 'The extrusion force sensor detects that the nozzle is clogged.' - 00x0C00010000010001: 'Micro Lidar camera is offline.' - 00x0C00010000020002: 'Micro Lidar camera is malfunctioning.' - 00x0C00010000010003: 'Micro Lidar Synchronization abnormal.' - 00x0C00010000010004: 'Micro Lidar Lens dirty.' - 00x0C00010000010005: 'Micro Lidar OTP parameter abnormal.' - 00x0C00010000020006: 'Micro Lidar extrinsic parameter abnormal.' - 00x0C00010000020007: 'Micro Lidar laser parameter drifted.' - - 00x0C00010000020008: 'Chamber camera offline.' - 00x0C00010000010009: 'Chamber camera dirty.' - 00x0C0001000001000A: 'The Micro Lidar LED may be broken.' - 00x0C0001000002000B: 'Failed to calibrate Micro Lidar.' - 00x0C00020000010001: 'Laser not lit.' - 00x0C00020000020002: 'Laser too thick.' - 00x0C00020000020003: 'Laser not bright enough.' - 00x0C00020000020004: 'Nozzle height seems too low.' - 00x0C00020000010005: 'A new micro lidar is detected.' - 00x0C00020000020006: 'Nozzle height seems too high.' - - 00x0C00030000020001: 'Filament exposure metering failed.' - 00x0C00030000020002: 'First layer inspection terminated due to abnormal lidar data.' - 00x0C00030000020004: 'First layer inspection not supported for current print job.' - 00x0C00030000020005: 'First layer inspection timeout.' - 00x0C00030000030006: 'Purged filaments piled up.' - 00x0C00030000030007: 'Possible first layer defects.' - 00x0C00030000030008: 'Possible spaghetti defects.' - 00x0C00030000010009: 'First layer inspection module rebooted.' - 00x0C0003000003000B: 'Inspecting first layer.' - 00x0C0003000002000C: 'Build plate marker not detected.' - + 00x03001A0000020003: 'The nozzle clumping sensor is malfunctioning; Please refer to the Wiki for troubleshooting.' + 00x03001A0000030004: 'Nozzle clumping detection timed out. The check has been skipped.' + 00x03001B0000010001: 'The signal of the heatbed acceleration sensor is weak. The sensor may have fallen off or been damaged.' + 00x03001B0000010002: 'External disturbance was detected on the heatbed acceleeration sensor. The sensor signal wire may not be affixed.' + 00x03001B0000010003: 'The heatbed acceleration sensor detected unexpected continuous force. The sensor may be stuck, or the analog front end may be broken.' + 00x03001C0000010001: 'The extrusion motor driver is abnormal. The MOSFET may have a short circuit.' + 00x03001D0000010001: 'The position sensor of extrusion motor is abnormal. The connection to the sensor may be loose.' + 00x03001E0000010001: 'The left nozzle temperature is abnormal; the heater may have a short circuit.' + 00x03001E0000010002: 'The left nozzle temperature is abnormal; the heater may have an open circuit.' + 00x03001E0000010003: 'The left nozzle temperature is abnormal; the heater is over temperature.' + 00x03001E0000010006: 'The left nozzle temperature is abnormal; the sensor may have a short circuit, please check whether the connector is properly plugged in.' + 00x03001E0000010007: 'The left nozzle temperature is abnormal; the sensor may have an open circuit.' + 00x03001E0000010008: 'The left extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x03001E0000010009: 'The left nozzle temperature control is abnormal; the hot end may not be installed. If you want to heat the hot end without it being installed, please turn on maintenance mode in the settings page.' + 00x0300200000010001: 'X-axis homing abnormal: please check if the toolhead is stuck or if the resistance on the X-axis linear rail is too high.' + 00x0300200000010002: 'Y-axis homing abnormal: please check if the toolhead is stuck or the Y carriage has too much resistance.' + 00x0300200000010003: 'X axis homing abnormal: the timing belt may be loose.' + 00x0300200000010004: 'Y axis homing abnormal: the timing belt may be loose.' + 00x0300210000010001: 'Auxiliary extruder motor open circuit, possibly due to a loose connection or motor failure.' + 00x0300210000010002: 'Auxiliary extruder motor short circuit, possibly caused by motor failure.' + 00x0300210000010003: 'The resistance of the Auxiliary extruder motor is abnormal; the motor may have failed.' + 00x0300220000010001: 'Auxiliary extruder motor current sensor error, possibly caused by a sampling circuit hardware failure.' + 00x0300250000010001: 'The frequency of the extrusion force sensor of the right extruder is too low. The nozzle may not be installed, or the nozzle heat sink may be too far away from the sensor.' + 00x0300250000010002: 'The sensitivity of the right extruder extrusion force sensor is low; the nozzle may not installed correctly.' + 00x0300250000010003: 'Unable to read data from the right extruder force sensor; there may be a communication break or sensor damage.' + 00x0300250000010004: 'The signal of the extrusion force sensor of the right extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300250000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300250000010007: 'The frequency of the extrusion force sensor of the right extruder is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300250000010008: 'The right nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030025000001000A: 'Nozzle offset calibration failed. Filament sticks to the nozzle, which may affect print quality. Please clean the nozzle and try again.' + 00x030025000001000B: 'Nozzle presence detection failed: Right extruder nozzle not installed or improperly installed.' + 00x030025000001000C: 'An anomalous jump in the right extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300260000010001: 'The frequency of the extrusion force sensor of the left extruder is too low. The sensor may be installed too far, or the sensor may be loose.' + 00x0300260000010002: 'The sensitivity of the left extruder extrusion force sensor is low; the force sensor may not be installed correctly.' + 00x0300260000010003: 'Unable to read data from the left extruder force sensor; there may be a communication break or sensor damage.' + 00x0300260000010004: 'The signal of the extrusion force sensor of the left extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300260000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300260000010007: 'The frequency of the extrusion force sensor of the left extruder is too high. The sensor may be installed too close, or the sensor may be loose.' + 00x0300260000010008: 'The left nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030026000001000B: 'Nozzle presence detection failed: Left extruder nozzle not installed or improperly installed.' + 00x030026000001000C: 'An anomalous jump in the left extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300270000010001: 'The nozzle offset calibration sensor frequency is too low. The sensor may be damaged.' + 00x0300270000010002: 'Too many attempts at nozzle offset calibration, possibly due to purged filament between the nozzle and the heated base, or incorrect installation of the nozzle. Please inspect and retry.' + 00x0300270000010003: 'The nozzle offset calibration result shows significant deviation, possibly due to the heat insulation sheet on the right nozzle heating base not being installed. Please install it correctly and try again.' + 00x0300270000010004: 'The signal of the nozzle offset calibration sensor is abnormal. The sensor may be damaged, or the wiring may not be connected properly.' + 00x0300270000010005: 'The nozzle offset calibration indicates significant deviation, possibly caused by an additional heat insulation sheet installed on the right nozzle heating base. Please verify this and attempt the calibration again.' + 00x0300270000010006: 'The nozzle offset calibration shows significant deviation, possibly due to incorrect installation of the nozzle or heating base. Please inspect and retry.' + 00x0300270000010007: 'The nozzle offset calibration sensor frequency is too high. The sensor may be damaged.' + 00x0300270000010008: 'The nozzle offset calibration sensor signal is too weak. It may be that the nozzle is sticky or the nozzle does not move above the sensor during calibration, causing the distance between the nozzle and the sensor to be too far.' + 00x0300280000010001: 'The data of the force sensor of the Cutting Module is abnormal. The magnet on the Tool Holder may fall off or the force sensor may be damaged.' + 00x0300280000010003: 'Communication failure between cutting module and toolhead during Z-axis homing. Please check if the cutting module signal cable is loose or broken or verify if the force sensor coil is intact.' + 00x0300280000010004: 'The force sensor of the Cutting Module is abnormal. The force sensor cable may be disconnected or the force sensor is damaged.' + 00x0300280000010005: 'Z-axis homing failed in cutting mode. Please check if there are any foreign objects in the Z-axis slider and Z-axis synchronous pulley.' + 00x0300280000010007: 'Communication failure between the Cutting Module and toolhead module. Please check if the Cutting module signal cable is loose or broken. It could also be due to a broken force sensor coil.' + 00x0300280000010008: 'Z-axis homing failed. Please check if the blade holder movement is smooth and ensure no foreign objects are at the contact position on the heatbed.' + 00x0300290000010001: 'Vision encoder patterns can not be recognized; possible reasons include vision encoder pattern distortion, light overexposure, and plate misplacement.' + 00x03002A0000010001: 'The left hotend cooling fan speed is too slow or stopped. The fan may be stuck or the connector may not be plugged in properly.' + 00x03002A0000020002: 'The left hotend cooling fan speed is slow. It may be stuck and need cleaning.' + 00x03002B0000020001: 'Air-door calibration failed. Please check if there is any foreign object blocking the damper.' + 00x03002C0000010001: 'Obstacle detected under the heatbed. Please remove it to ensure proper printing.' + 00x03002D0000010006: 'Heated bed leveling failed, possibly due to foreign objects on the bed or bed tilt. Continuing to print may damage the build plate. Please remove any debris or manually level the bed before retrying.' + 00x03002E0000030001: 'The motor noise cancellation data needs to be updated; please recalibrate.' + 00x0300310000010001: 'The Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300310000020002: 'The Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000010001: 'The Auxiliary Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300320000010002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000020002: 'The Auxiliary Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300330000010001: 'The Chamber Exhaust Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300330000020002: 'The Chamber Exhaust Fan speed is slow. It may be stuck and need cleaning.' + 00x0300350000010001: 'The MC module cooling fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300350000020002: 'The MC module cooling fan speed is slow. It may be stuck and need cleaning.' + 00x0300360000010001: 'The Chamber Heat Circulation Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300360000020002: 'The Chamber Heat Circulation Fan speed is slow. It may be stuck and need cleaning.' + 00x0300390000010001: 'The External Fan on the Toolhead is running too slowly or has stopped, possibly due to debris blockage or a loose connector.' + 00x0300390000020002: 'The External Fan on the Toolhead is running at a low speed, possibly due to debris buildup.' + 00x03003A0000010001: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x03003A0000020002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300400000020001: 'Data transmission over the serial port is abnormal; the software system may be faulty.' + 00x0300410000010001: 'The system voltage is unstable; triggering the power failure protection function.' + 00x0300420000010001: 'Toolhead power abnormality detected; it may be caused by a damaged TH board or a short circuit in the USB-C cable.' + 00x0300900000010001: 'Chamber heating failed. The heater may not be blowing hot air.' + 00x0300900000010002: 'Chamber heating failed. Possible causes: the chamber is not fully enclosed, ambient temperature is too low, or the power supply heat dissipation vent is blocked.' + 00x0300900000010003: 'Chamber heating failed. The power supply temperature may be too high.' + 00x0300900000010004: 'Chamber heating failed. The speed of the heating fan is too low.' + 00x0300900000010005: 'Chamber heating failed. The thermal resistance is too high.' + 00x0300900000010006: 'Chamber heating failed. The air duct could not switch to chamber temperature heating mode.' + 00x0300900000010007: 'High chamber temperature detected. If the hotend is overheating or emitting smoke, immediately power off the printer. Please refer to the Wiki for detailed troubleshooting instructions.' + 00x0300900000010010: 'The communication of chamber temperature controller is abnormal.' + 00x0300910000010001: 'The temperature of chamber heater %s is abnormal. The heater may have a short circuit.' + 00x0300910000010002: 'The temperature of chamber heater 1 is abnormal. The heater may have an open circuit or the thermal fuse may have burned out.' + 00x0300910000010003: 'The temperature of chamber heater %s is abnormal. The heater is over temperature.' + 00x0300910000010006: 'The temperature of chamber heater %s is abnormal. The sensor may have a short circuit.' + 00x0300910000010007: 'The temperature of chamber heater %s is abnormal. The sensor may have an open circuit.' + 00x0300910000010008: 'The chamber heater failed to reach the target temperature.' + 00x030091000001000A: 'The temperature of chamber heater %s is abnormal. The AC board may be broken.' + 00x030091000001000C: 'The chamber heater 1 has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030091000001000E: 'The power supply voltage does not match the machine; chamber heater 1 has been disabled.' + 00x0300920000010002: 'The temperature of chamber heater 2 is abnormal. The heater may have an open circuit or the thermal fuse may be in effect.' + 00x0300920000010008: 'Chamber heater 2 failed to rise to target temperature.' + 00x0300930000010001: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have a short circuit.' + 00x0300930000010002: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have an open circuit.' + 00x0300930000010003: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have a short circuit.' + 00x0300930000010004: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have an open circuit.' + 00x0300930000010005: 'Chamber temperature is abnormal. The chamber temperature sensor may have a short circuit.' + 00x0300930000010006: 'Chamber temperature is abnormal. The chamber temperature sensor at the air inlet may have an open circuit.' + 00x0300930000010007: 'Chamber temperature is abnormal. The temperature sensor at the power supply may have a short circuit.' + 00x0300930000010008: 'Chamber temperature is abnormal. The temperature sensor at power supply may have an open circuit.' + 00x0300940000020003: 'Chamber failed to reach the desired temperature. The machine will stop waiting for the chamber temperature.' + 00x0300940000030001: 'Chamber cooling may be too slow. You can open the front door or top cover to help cooling if the air in the chamber is non-toxic.' + 00x0300940000030002: 'Chamber temperature setting value exceed the limit, the boundary value will be set.' + 00x0300950000010001: 'The temperature sensor of the Laser Module may have a short circuit.' + 00x0300950000010002: 'The temperature sensor of the Laser Module may have an open circuit.' + 00x0300950000010003: 'Laser Module overheating' + 00x0300950000010004: 'The speed of the Laser Module cooling fan is too low or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300950000010005: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010006: 'Laser Module not detected: the module may have fallen off, or the quick-release lever may not be locked.' + 00x0300950000010007: 'The engraving laser module is abnormal; the laser may have an open circuit or may be damaged.' + 00x0300950000010008: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010009: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor is short-circuited.' + 00x030095000001000A: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor has an open circuit.' + 00x0300960000010001: 'The front door seems to be open; the task has been paused.' + 00x0300960000010002: 'The front door Hall sensor (Upper) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010003: 'The front door Hall sensor (Lower) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010004: 'The Front Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300960000030001: 'The front door is open.' + 00x0300970000010001: 'The top cover seems to be open; the task has been paused' + 00x0300970000010002: 'The top cover Hall sensor (Front Right) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010003: 'The top cover Hall sensor (Rear Left) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010004: 'The Top Laser Protection Plate is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300970000030001: 'The top cover is open.' + 00x0300980000010001: 'The left side window seems to be open, the task has been paused.' + 00x0300980000010002: 'The left side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010003: 'The left side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010004: 'The Left Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300980000030001: 'The left side window seems to be open.' + 00x0300990000010001: 'The right side window seems to be open; the task has been paused.' + 00x0300990000010002: 'The right side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010003: 'The right side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010004: 'The Right Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300990000030001: 'The right side window is detected to be open.' + 00x03009B0000010001: 'Emergency stop button is not installed. Please follow the Wiki to install it.' + 00x03009B0000010002: 'Safety key is not inserted. Please follow the Wiki to install it.' + 00x03009B0000010003: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x03009C0000010001: 'The Air Pump is not detected. Please check whether the connector is plugged in properly.' + 00x03009C0000010002: 'The Air Pump is abnormal and may be damaged.' + 00x03009D0000020001: 'The engrave laser focal point XY calibration has failed. Please clean up the Laser Homing Area on the Laser Platform, and re-run the Laser Module Mount Calibration.' + 00x03009D0000020002: 'The engrave laser focal point XY calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup.' + 00x03009D0000020003: 'The engrave laser focal point Z calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup. If it fails repeatedly, please get in touch with customer support.' + 00x03009E0000030001: 'Open Door Detection level for this print job will be set as ' + 00x0300A10000010001: 'Chamber temperature is too high. Please open the top cover and front door to cool down, or lower the ambient temperature.' + 00x0300A10000020002: 'The ambient temperature is too high. Please lower the temperature, as excessive heat may cause the print to pause.' + 00x0300A20000010001: 'MC module temperature is too high, possibly because of high chamber temperature of the printer. You can try lowering the environmental temperature before use.' + 00x0300A40000010001: 'Heatbed temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010002: 'Hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010003: 'The left hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010004: 'Chamber temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010005: 'The heatbed temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A40000010008: 'The chamber temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A50000010001: 'Flame Sensor %s is abnormal. The sensor may be short-circuited.' + 00x0300A60000010001: 'The Toolhead Enhanced Cooling Fan is not properly installed; it may not be securely fastened or may have fallen off.' + 00x0300A60000010002: 'The Toolhead Enhanced Cooling Fan has lost communication; please check the connector.' + 00x0300A70000030001: 'The chamber temperature is high, and the system has increased the fan speed, which may cause more noise. It''s recommended to lower the room temperature or open the front door/top cover to help cool it down.' + 00x0300A80000010001: 'AMS power supply abnormality, possibly due to AMS damage or a short circuit in the AMS interface, or too many AMS connections. Please check if it is correctly connected.' + 00x0300AB0000010001: 'The right hotend heatbreak temperature is too high, which may cause clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020002: 'The right hotend heatbreak temperature is relatively high, which may cause nozzle clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020003: 'The temperature sensor on the right hotend heatbreak is abnormal. To prevent nozzle clogs, the cooling fan will continue running at high speed. You can troubleshoot the sensor issue when the print is idle.' + 00x0300C00000010001: 'Active Chamber Exhaust air door malfunction: it may be stuck.' + 00x0300C00000010002: 'Filter Switch Flap air door malfunction: it may be stuck.' + 00x0300C00000010003: 'Automatic Top Vent air door malfunction: it may be stuck.' + 00x0300C10000010001: 'Airflow System failed to activate cooling mode; please check the air door status.' + 00x0300C10000010002: 'Airflow System failed to activate heating mode; please check the air door status.' + 00x0300C10000010003: 'Airflow System failed to activate laser mode; please check the air door status.' + 00x0300C10000010004: 'Airflow System failed to activate strong cooling mode; please check the air door status.' + 00x0300C20000010001: 'Hall sensor of Active Chamber Exhaust malfunction: please check if the wiring is loose.' + 00x0300C20000010002: 'Hall sensor of Filter Switch Flap malfunction: please check if the wiring is loose.' + 00x0300C30000010001: 'Current sensor of Active Chamber Exhaust malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010002: 'Current sensor of Filter Switch Flap malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010003: 'Current sensor of Automatic Top Vent malfunction: this may be due to open circuit or a hardware sampling circuit fault.' + 00x0300D00000010001: 'The cutting module base has fallen off; please reinstall it.' + 00x0300D00000010002: 'The blade holder has fallen off; please reinstall it.' + 00x0300D00000010003: 'The cutting module cable has come loose; please check the cable connection.' + 00x0300D10000010001: 'Fire extinguisher motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D10000010002: 'Fire extinguisher motor error. Please power off and then power on to restart the extinguisher.' + 00x0300D10000010003: 'The resistance of the fire extinguisher motor is abnormal; the motor may have failed.' + 00x0300D30000020001: 'Fire extinguisher not detected. Please ensure the signal cable is securely connected and the plug is fully inserted.' + 00x0300D40000010002: 'The fire extinguisher presence detection sensor is malfunctioning. Please check if the sensor cable is loose or damaged.' + 00x0300D40000010003: 'Fire Extinguisher Cylinder presence detection sensor is short-circuited. Please check the sensor connection.' + 00x0300D50000020004: 'Fire extinguisher cylinder not installed. Please confirm on the extinguisher page.' + 00x0300D50000020005: 'The Fire Extinguisher Gas Cylinder is empty. Please replace the gas cylinder and then confirm the replacement on the Auto Fire Extinguishing System page.' + 00x0300D50000030004: 'Gas cylinder of the fire extinguisher is not installed.' + 00x0300D60000010006: 'Fire extinguisher motor reset failed. Please power off and then power on to restart the extinguisher.' + 00x0300D60000010007: 'The fire extinguisher motor reset is jammed. Please gently turn the emergency handwheel left and right until the resistance decreases. Then, power off the fire extinguisher and turn it back on.' + 00x0300D70000020001: 'Laser fourth axis is not connected' + 00x0300D80000010001: 'Laser fourth axis motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D80000010002: 'Laser fourth axis motor error. Please power off and then power on to restart the laser fourth axis.' + 00x0300D90000020001: 'Communication error between the laser fourth axis motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300DA0000020001: 'Laser module detected. Please remove the hotend from the hotend rack to prevent laser processing debris from affecting printing performance.' + 00x0300DB0000020001: 'Laser module detected. Please install the right nozzle correctly to ensure proper Laser Module Mounting Calibration.' + 00x0300E00000010001: 'Hotend holder motor is disconnected or has an open-circuit fault. Please check the motor''s flat cable connection.' + 00x0300E00000010002: 'Inter-phase short circuit on hotend holder motor. If restarting doesn''t resolve the issue, please contact support.' + 00x0300E00000010003: 'Hotend holder motor has abnormal or unbalanced three-phase resistance. If restarting doesn''t help, please contact support.' + 00x0300E00000010004: 'Hotend holder motor is stalled. Please check for foreign objects or collisions with the toolhead.' + 00x0300E10000010001: 'Current sensor fault on hotend holder motor. This may be caused by a sampling circuit failure. If restarting the printer doesn''t resolve the issue, please contact customer support.' + 00x0300E20000020001: 'Communication error between the hotend holder motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300E30000010001: 'The MOS tubes of the Hotend Holder motor drive board are short-circuited. If restarting the printer does not resolve the problem, please contact customer support.' + 00x0300E30000010002: 'MC communication with hotend holder motor driver failed. Please check if the connection cable is properly plugged in.' + 00x050001000001000A: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' 00x0500010000020001: 'The media pipeline is malfunctioning.' 00x0500010000020002: 'USB camera is not connected.' 00x0500010000020003: 'USB camera is malfunctioning.' 00x0500010000030004: 'Not enough space in SD Card.' 00x0500010000030005: 'Error in SD Card.' 00x0500010000030006: 'Unformatted SD Card.' + 00x0500010000030007: 'Unable to record time-lapse photography without USB flash drive inserted.' 00x0500020000020001: 'Failed to connect internet, please check the network connection.' - 00x0500020000020005: 'Failed to connect internet, please check the network connection.' 00x0500020000020002: 'Failed to login device.' + 00x0500020000020003: 'Failed to connect to the internet; please check the network connection.' 00x0500020000020004: 'Unauthorized user.' + 00x0500020000020005: 'Failed to connect internet, please check the network connection.' 00x0500020000020006: 'Liveview service is malfunctioning.' - + 00x0500020000020007: 'Liveview service login failed; please check your network connection.' + 00x0500020000020008: 'Time synchronization failed' 00x0500030000010001: 'The MC module is malfunctioning. Please restart the device.' 00x0500030000010002: 'The toolhead is malfunctioning. Please restart the device.' 00x0500030000010003: 'The AMS module is malfunctioning. Please restart the device.' + 00x0500030000010004: 'The Filament Buffer module is malfunctioning. Please restart the device.' + 00x0500030000010005: 'Internal service is malfunctioning. Please restart the device.' + 00x0500030000010006: 'A system panic occurred. Please restart the device.' + 00x0500030000010007: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x0500030000010008: 'A system hang occurred. Please restart the device.' + 00x0500030000010009: 'A system hang occurred. It has been recovered by automatic restart.' 00x050003000001000A: 'System state is abnormal. Please restore factory settings.' 00x050003000001000B: 'The screen is malfunctioning.' + 00x050003000001000C: 'The MC motor controller module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000D: 'The induction hotend rack is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000E: 'Some external modules are incompatible with the printer''s firmware version, which may affect normal operation. Please go to the ' + 00x0500030000010021: 'Hardware incompatible; please check the Toolhead Camera.' + 00x0500030000010023: 'The Chamber Temperature Control module is malfunctioning. Please restart the device.' + 00x0500030000010024: 'The current temperature is too low. In order to protect you and your printer, printing tasks, moving an axis and other operations are disabled. Please move the printer to an environment above 10 degrees Celsius.' + 00x0500030000010025: 'The current firmware is abnormal. Please update again.' + 00x0500030000010026: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' 00x050003000002000C: 'Wireless hardware error: please turn off/on WiFi or restart the device.' + 00x050003000002000D: 'The SD Card controller is malfunctioning.' + 00x050003000002000E: 'Some modules are incompatible with the printer''s firmware version, which may affect use. Please go to the ' + 00x0500030000020020: 'USB flash drive capacity is insufficient to cache print files.' + 00x0500030000020055: 'User information has expired, please log in again.' + 00x0500030000030022: 'MicroSD Card performance degradation has been detected. It may affect print jobs, logs, and video records. Please format or change the MicroSD card.' 00x0500040000010001: 'Failed to download print job. Please check your network connection.' 00x0500040000010002: 'Failed to report print state. Please check your network connection.' 00x0500040000010003: 'The content of print file is unreadable. Please resend the print job.' 00x0500040000010004: 'The print file is unauthorized.' 00x0500040000010006: 'Failed to resume previous print.' + 00x0500040000010044: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500040000010046: 'The firmware of Laser Module does not match the printer. Please upgrade it on the ' + 00x0500040000010047: 'The firmware of Air Pump does not match the printer. Please upgrade it on the ' + 00x0500040000010048: 'The firmware of Cutting Module does not match the printer. Please upgrade it on the ' + 00x050004000001004F: 'Unknown module detected, please try updating the firmware to the latest version.' + 00x0500040000010051: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x0500040000010052: 'Safety Key is not inserted. Please follow the Wiki to install it.' 00x0500040000020007: 'The bed temperature exceeds the filament''s vitrification temperature, which may cause a nozzle clog..' + 00x0500040000020010: 'The RFID-tag on AMS %s Slot %s cannot be identified.' + 00x0500040000020030: 'The BirdsEye Camera is not installed. Please power off printer and then install the camera.' + 00x0500040000020031: 'Before using a Laser/Cutting Module, the pose of the BirdsEye Camera needs to be determined. Please complete the setup to calibrate the camera.' + 00x0500040000020032: 'Please slide in Laser Module and lock the quick-release lever.' + 00x0500040000020033: 'Please plug in the module connector.' + 00x0500040000020034: 'Laser module detected for the first time. Complete the setup (~4 min) before use for precise cutting and engraving. Also, ensure the H2.0 screw at the back securing the air pump is removed.' + 00x0500040000020035: 'The Laser Module needs calibration to get the focus position. Please perform mounting calibration before use. (about 2 minutes)' + 00x0500040000020036: 'New Cutting Module connected. To ensure more precise cutting, please set it up before use. (about 3 minutes)' + 00x0500040000020037: 'The Cutting Module needs calibration to get the tool position. Please perform the mounting calibration before use. (about 2-4 minutes)' + 00x0500040000020038: 'Please slide in cutting module and fasten the quick release lever. If already installed, the module might not be properly aligned. Please try reinstalling it.' + 00x0500040000020039: 'Please plug in the module connector' + 00x0500040000020041: 'The laser module has been used for a long time. Please clean it promptly to avoid affecting laser processing.' + 00x0500040000020042: 'The Live View Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020043: 'The Toolhead Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020050: 'Laser Safety Window is not installed.' + 00x0500040000030008: 'The door seems to be open.' + 00x0500040000030009: 'The bed temperature exceeds filament''s vitrification temperature, which may cause nozzle clog. Please keep the front door of the printer open. Door open detection has been temporarily turned off.' + 00x0500040000030054: 'Auto Fire Extinguishing System detected. It is recommended to conduct a Fire Drill to become familiar with the operation process.' + 00x0500040000030057: 'The print job has been completed. Automatic air purification is in progress.' + 00x0500050000010001: 'The factory data of the AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010006: 'The factory data of AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010007: 'MQTT Command verification failed. Please update Studio (including the network plugin) or Handy to the latest version, then restart the software and try again.' + 00x050005000001000D: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' + 00x050005000001000E: 'Laser Module firmware does not match the printer. Please upgrade it on the ' + 00x050005000001000F: 'The accessory firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010010: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500050000010011: 'The Air Pump firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010012: 'The Cutting Module firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010013: 'Laser module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010014: 'AMS %s certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010015: 'Air Pump certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010016: 'Cutting module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010018: 'Laser Fourth Axis module certification failed. Please reconnect the module cable or restart the printer.' + 00x0500050000010019: 'Fire Extinguisher module certification failed. Please reconnect the module cable or restart the printer.' + 00x050005000001001A: 'Filament Track Switch certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010020: 'Hotend %s authentication failed. Please switch the hotend or restart the printer.' + 00x0500050000010021: 'Time-lapse kit authentication failed. Please reconnect the cable or restart the printer.' + 00x0500050000010022: 'The External Exhaust Fan certification failed. Please restart the printer or reconnect the fan cable.' + 00x0500050000020023: 'A new version of the Timelapse Kit is available. Please connect to CyberBrick App to update this accessory separately.' + 00x0500050000030002: 'The device is in the engineering state; please pay attention to information security related matters.' + 00x0500060000020001: 'The Toolhead Camera is not in place; please check the hardware connection.' + 00x0500060000020002: 'The Nozzle Camera is not in place; please check the hardware connection.' + 00x0500060000020003: 'BirdsEye Camera is not in place; please check the hardware connection' + 00x0500060000020004: 'The Live View camera is not in place; please check the hardware connection.' + 00x0500060000020031: 'ToolHead Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020032: 'Nozzle Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020033: 'BirdsEye Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020034: 'Live View camera is not connected. Please check the hardware and cable connections.' + 00x05001A0000010001: 'The feeder module is offline. Please check if the feeder module connection cable is loose.' + 00x05001A0000010002: 'A feeder module replacement is detected. Please ensure that the corresponding extrusion gear and nozzle have been replaced, and manually update the nozzle type in the printer.' + 00x0500400000010039: 'Laser module Serial Number error' + 00x0500400000010040: 'Cutting module Serial Number error' + 00x0501040000030002: 'Threaded rods need lubrication now.' + 00x0501040000030003: 'Linear rods need cleaning and lubrication now.' + 00x0501040000030004: 'Please clean and lubricate the X-axis linear rail and YZ-axis linear rods.' + 00x0501040000030005: 'Please clean and lubricate the Induction Hotend Latch and the linear rods of the Hotend Change System.' + 00x0501040000030006: 'The Induction Hotend Latch may be worn. To ensure proper induction hotend switching, please replace the Induction Hotend Latch and clean the rods of Induction Hotend Rack.' + 00x0501040000030010: 'Laser module is dusty and needs cleaning now.' + 00x0580040000010045: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010010: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010017: 'AMS-HT %s certification failed. Please reconnect the cable or restart the printer.' 00x0700010000010001: 'The AMS%s assist motor has slipped.The extrusion wheel may be worn down,or the filament may be too thin.' 00x0700010000010003: 'The AMS%s assist motor torque control is malfunctioning.The current sensor may be faulty.' 00x0700010000010004: 'The AMS%s assist motor speed control is malfunctioning.The speed sensor may be faulty.' + 00x0700010000010005: 'AMS %s The current sensor of assist motor may be faulty.' + 00x0700010000010011: 'AMS %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700010000020002: 'The AMS%s assist motor is overloaded,The filament may be tangled or stuck.' + 00x0700010000020006: 'AMS %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020007: 'AMS %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020008: 'AMS %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x0700010000020009: 'AMS %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x0700010000020010: 'AMS %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x0700010000020011: 'AMS %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700020000010001: 'AMS%s filament speed and length error.The filament odometry may be faulty.' + 00x0700020000020002: 'AMS %s The odometer has no signal. The odometer connector may have poor contact.' + 00x0700020000020003: 'AMS %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' 00x0700100000010001: 'The AMS%s slot%s motor has slipped.The extrusion wheel may be malfunctioning,or the filament may be too thin.' 00x0700100000010003: 'The AMS%s slot%s motor torque control is malfunctioning.The current sensor may be faulty.' 00x0700100000020002: 'The AMS%s slot%s motor is overloaded.The filament may be tangled or stuck.' + 00x0700100000020004: 'AMS %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000010081: 'Failed to read the filament information from AMS %s slot %s. The AMS main board may be malfunctioning.' + 00x0700200000010082: 'Failed to read the filament information from AMS %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x0700200000010083: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged.' + 00x0700200000010084: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x0700200000010085: 'Failed to read the filament information from AMS %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x0700200000010086: 'Failed to read the filament information from AMS %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' 00x0700200000020001: 'AMS%s Slot%s filament has run out.' - - 00x1200200000020001: 'AMS%s Slot%s filament has run out.' 00x0700200000020002: 'The AMS%s slot%s is empty.' 00x0700200000020003: 'The AMS%s slot%s''s filament may be broken in AMS.' 00x0700200000020004: 'The AMS%s slot%s''s filament may be broken in the tool head.' 00x0700200000020005: 'AMS%s Slot%s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' + 00x0700200000020006: 'AMS %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x0700200000020007: 'AMS %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x0700200000020008: 'AMS %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x0700200000020009: 'Failed to extrude AMS %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x070020000002000A: 'Failed to adjust the filament position of AMS %s slot %s. The filament or buffer may be stuck.' + 00x0700200000020010: 'AMS %s slot %s feeds filament out of AMS timeout.' + 00x0700200000020011: 'AMS %s slot %s pulls filament back to AMS timeout.' + 00x0700200000020012: 'AMS %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x0700200000020013: 'AMS %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000020014: 'AMS %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x0700200000020015: 'AMS %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x0700200000020016: 'AMS %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x0700200000020017: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x0700200000020018: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x0700200000020019: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x0700200000020020: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x0700200000020021: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x0700200000020022: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x0700200000020023: 'AMS %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x0700200000020024: 'AMS %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x0700200000020025: 'AMS %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x0700200000020026: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x0700200000020027: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' 00x0700200000030001: 'AMS%s Slot%s filament has run out. Please wait while old filament is purged.' 00x0700200000030002: 'AMS%s Slot%s filament has run out and automatically switched to the slot with the same filament.' + 00x0700250000020001: 'AMS %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x0700260000020001: 'The induction hotend is heating up, and the drying power of AMS %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x0700300000010001: 'The AMS %s RFID 1 board has an error.' + 00x0700300000010004: 'Encryption chip failure' + 00x0700300000020002: 'The RFID-tag on AMS %s slot %s is damaged, or its content cannot be identified.' + 00x0700300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x0700350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x0700350000010002: 'AMS %s The humidity sensor is disconnected, which may be due to poor connector contact.' 00x0700400000020001: 'The filament buffer signal lost,the cable or position sensor may be malfunctioning.' 00x0700400000020002: 'The filament buffer position signal error,the position sensor may be malfunctioning.' 00x0700400000020003: 'The AMS Hub communication is abnormal,the cable may be not well connected.' 00x0700400000020004: 'The filament buffer signal is abnormal,the spring may be stuck or the filament may be tangle.' - 00x0700450000020001: 'The filament cutter sensor is malfunctioning.The sensor may be disconected or damaged.' 00x0700450000020002: 'The filament cutter''s cutting distance is too large.The XY motor may lose steps..' 00x0700450000020003: 'The filament cutter handle has not released.The handle or blade ay be stuck.' - 00x0700510000030001: 'The AMS is disabled; please load filament from spool holder.' 00x0700500000020001: 'The AMS%s communication is abnormal,please check the connection cable.' + 00x0700510000030001: 'The AMS is disabled; please load filament from spool holder.' + 00x0700550000010002: 'The PTFE tube is incorrectly connected between the toolhead and the buffer. Please connect the buffer''s top to the right extruder and the bottom to the left extruder.' + 00x0700550000010003: 'AMS %s was detected offline during the AMS initialization process.' + 00x0700550000010004: 'The binding between AMS %s and the extruder is incorrect. Please run the AMS Setup.' + 00x0700550000020001: 'A new AMS detected. Please set it up to check which extruder the AMS is connected to.' + 00x0700560000030001: 'AMS %s is undergoing dry cooling; please wait for it to cool down before operating.' 00x0700600000020001: 'The AMS%s slot%s is overloaded. The filament may be tangled or the spool may be stuck.' - 00x1200100000020002: 'The AMS%s Slot%s motor is overloaded. The filament may be tangled or stuck.' - 00x1200800000020001: 'AMS%s Slot%s filament may be tangled or stuck.' + 00x0700700000020001: 'Failed to pull out the AMS %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x0700700000020002: 'Failed to feed the AMS %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020003: 'Failed to extrude the filament. Possible cause: extruder or nozzle clog.' + 00x0700700000020004: 'Failed to pull back the AMS %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020005: 'Failed to feed the AMS %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x0700700000020006: 'Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog.' + 00x0700700000020007: 'AMS %s filament ran out. Please put a new filament into the same slot in AMS %s and resume.' + 00x0700700000020008: 'Failed to get AMS mapping table; please select ' + 00x070070000002000A: 'Failed to get filament-hotend mapping table from the slicing file.' + 00x0700740000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700800000010001: 'AMS %s The current sensor of heater %s is abnormal.' + 00x0700800000010002: 'AMS %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x0700800000010003: 'AMS %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x0700800000010004: 'AMS %s The heater %s is heating abnormally.' + 00x0700860000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700860000010004: 'AMS %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x0700860000020002: 'The AMS has been detected. Please set it up to confirm which side of the Filament Track Switch inlet the AMS is connected to.' + 00x0700860000020003: 'Filament is blocked at the inlet of the filament track switch.' + 00x0700870000020001: 'A filament jam or component damage may have occurred at the Filament Track Switch.' + 00x0700900000010002: 'AMS %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x0700900000010003: 'AMS %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x0700900000010004: 'The current sensor of AMS %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS mainboard.' + 00x0700900000020001: 'AMS %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x0700920000010001: 'AMS %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x0700920000020002: 'AMS %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x0700920000020003: 'The AMS %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x0700940000010001: 'AMS %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x0700940000010002: 'AMS %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x0700960000010001: 'AMS %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x0700960000010003: 'AMS %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x0700960000020002: 'AMS %s Environmental temperature is too low, which will affect the drying capability.' + 00x0700960000020004: 'AMS %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x0700970000030001: 'AMS %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x0700980000020001: 'AMS %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x0700980000020002: 'AMS %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x0700F00000020001: 'Filament and hotend matching failed. Please verify that the hotend in the hotend rack slot %s is correctly installed.' + 00x07FE200000020001: 'External filament of left extruder has run out; please load a new filament.' + 00x07FE200000020002: 'No filament was detected in the left extruder from the external spool; please load the new filament.' + 00x07FE200000020004: 'Please pull the external filament from the left extruder.' + 00x07FE450000020001: 'The left filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FE450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x07FE600000020001: 'External spool connected to left extruder may be tangled or jammed.' + 00x07FE700000020003: 'Please check if the material is coming out of the left nozzle. If not, gently push the material and try to extrude again.' + 00x07FE800000010001: 'The toolhead lift motor works abnormally. Please check whether the connecting cable is loose.' + 00x07FE800000010002: 'The Toolhead Lifting Motor position hall sensor has an open circuit; please check whether the connecting cable is loose.' + 00x07FE800000010003: 'The hall signal of the Toolhead Lifting Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE800000010004: 'The Toolhead Lifting Motor position hall sensor is short-circuited; please check if the Hall sensor is malfunctioning.' + 00x07FE800000010005: 'The extruder''s switching limit angle has drifted significantly. Please check if the flow blocker is jammed or if filament is stuck in the toolhead.' + 00x07FE800000010006: 'The TH board disconnected during the extruder switching process. Please check if the connecting cable is loose.' + 00x07FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x07FE800000020002: 'The position of left hotend is abnormal during printing. Please check whether the flow blocker scratches the printed model.' + 00x07FE800000020003: 'The deviation in the positioning calibration value of the extruder is too large; please recalibrate.' + 00x07FE810000010001: 'The extruder switching motor is working abnormally. Please check whether the connecting cable is loose.' + 00x07FE810000010002: 'The position hall sensor of the Extruder Switching Motor has an open circuit. Please check whether the connecting cable is loose.' + 00x07FE810000010003: 'The hall signal of the Extruder Switching Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE810000010004: 'The position hall sensor of the Extruder Switching Motor has a short circuit; please check if the Hall sensor is malfunctioning.' + 00x07FE810000020001: 'The extruder switching action is abnormal. Please check whether there is something stuck in the toolhead.' + 00x07FEA00000020001: 'The left nozzle cold pulling process has timed out. Please click ' 00x07FF200000020001: 'External filament has run out; please load a new filament.' 00x07FF200000020002: 'External filament is missing; please load a new filament.' + 00x07FF200000020003: 'Filament remains were detected in the PTFE tube between the Auxiliary Extruder and the Toolhead. Please refer to the Wiki for removal instructions.' 00x07FF200000020004: 'Please pull out the filament on the spool holder from the extruder.' - - 00x12FF200000020007: 'Failed to check the filament location in the tool head, please click for more help.' + 00x07FF200000020008: 'The Auxiliary Extruder failed to unload the filament, possibly due to slippage caused by worn filament. Please pull out the filament manually, cut off the worn section, and try again.' + 00x07FF200000020009: 'Auxiliary extruder feeding failed, possibly due to a clogged filament tube or worn filament, causing the extruder to slip. Please remove the filament, clear the tube, trim the worn section, and try again.' + 00x07FF200000030007: 'Flushing the remaining filament between the Auxiliary Extruder and the Toolhead. Please wait.' + 00x07FF450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FF600000020001: 'External spool may be tangled or jammed.' + 00x07FF700000020003: 'Please check if the filament is coming out of the nozzle. If not, gently push the material and try to extrude again.' + 00x07FF700000020009: 'Failure to feed material from the right extruder to the toolhead may be due to the filament not being gripped by the extruder or a loose PTFE tube between the extruder and the toolhead.' + 00x07FFA00000020001: 'The nozzle cold pull process has timed out. Please click ' + 00x0C00010000010001: 'Micro Lidar camera is offline.' + 00x0C00010000010003: 'Micro Lidar Synchronization abnormal.' + 00x0C00010000010004: 'Micro Lidar Lens dirty.' + 00x0C00010000010005: 'Micro Lidar OTP parameter abnormal.' + 00x0C0001000001000A: 'The Micro Lidar LED may be broken.' + 00x0C0001000001000B: 'Failed to calibrate Micro Lidar. Please make sure the calibration chart is clean and not obscured. Then, run machine calibration again.' + 00x0C00010000010009: 'Chamber camera dirty.' + 00x0C0001000002000B: 'Failed to calibrate Micro Lidar.' + 00x0C0001000001000F: 'The Live View Camera calibration failed. Please restart the devices or update the firmware.' + 00x0C00010000010010: 'The Live View Camera calibration failed. Please check if the heatbed is clear and ensure the camera image is clear and dirt-free. After these steps, please recalibrate.' + 00x0C00010000010011: 'The Live View Camera calibration failed, please recalibrate. Ensure the build plate is empty, and the camera view is clear and properly oriented. Please contact customer support if repeated failures occur.' + 00x0C00010000010012: 'The Live View Camera calibration failed and the calibration result could not be saved. Please try recalibrating. If calibration fails repeatedly, please contact the customer support team.' + 00x0C00010000010013: 'The Live View Camera calibration failed and the Liveview camera serial number cannot be read. Please contact the customer support team.' + 00x0C00010000010018: 'BirdsEye Camera is not certified, and camera-related functions are invalid.' + 00x0C00010000020002: 'Micro Lidar camera is malfunctioning.' + 00x0C00010000020006: 'Micro Lidar extrinsic parameter abnormal.' + 00x0C00010000020007: 'Micro Lidar laser parameter drifted.' + 00x0C00010000020008: 'Chamber camera offline.' + 00x0C00010000020014: 'Nozzle Camera is malfunctioning. If this issue occurs multiple times during printing, please contact customer support.' + 00x0C00010000020017: 'Nozzle camera lens is dirty, which may affect the AI monitoring functionality. Please clean the surface of the nozzle camera lens as soon as possible.' + 00x0C0001000003000C: 'Nozzle Camera''s temperature is too high, causing the AI detection feature to pause. The feature will automatically resume once the temperature returns to normal.' + 00x0C00020000010001: 'Laser not lit.' + 00x0C00020000010005: 'A new micro lidar is detected.' + 00x0C00020000020002: 'Laser too thick.' + 00x0C00020000020003: 'Laser not bright enough.' + 00x0C00020000020004: 'Nozzle height seems too low.' + 00x0C00020000020006: 'Nozzle height seems too high.' + 00x0C00020000020007: 'The vertical laser is not lit. Please check if it''s covered or hardware connection has a problem.' + 00x0C00020000020008: 'The vertical laser line is too wide. Please check if the heatbed is dirty.' + 00x0C00020000020009: 'The vertical laser is not bright enough at homing position. Please clean or replace the heatbed if this message appears repeatedly.' + 00x0C00030000010009: 'First layer inspection module rebooted.' + 00x0C0003000001000A: 'Your printer is in factory mode. Please contact Technical Support.' + 00x0C00030000020001: 'Filament exposure metering failed.' + 00x0C00030000020002: 'First layer inspection terminated due to abnormal lidar data.' + 00x0C00030000020004: 'First layer inspection not supported for current print job.' + 00x0C00030000020005: 'First layer inspection timeout.' + 00x0C0003000002000C: 'Build plate marker not detected.' + 00x0C0003000002000E: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002000F: 'Parts skipped before first layer inspection; the inspection is not supported for the current print.' + 00x0C00030000020010: 'Foreign objects detected on heatbed; Please check and clean the heatbed.' + 00x0C00030000020011: 'The high-precision nozzle offset calibration failed; please recalibrate.' + 00x0C00030000020012: 'Foreign object detection is not working. The Live View Camera needs calibration. Please tap ' + 00x0C00030000020013: 'Foreign object detection is not working. Please restart the devices or update the firmware.' + 00x0C00030000020014: 'Foreign object detection accuracy has decreased. If this occurs frequently, perform a Live View Camera calibration ("Settings" > "Calibration" on the printer screen). If a laser or cutting module is installed, remove it before proceeding.' + 00x0C00030000020015: 'Foreign object detection is not working. Detected the Live View Camera has been replaced. If a laser or cutting module is installed, please uninstall the module, tap ' + 00x0C00030000020016: 'Foreign object detection is not working and the Live View camera serial number cannot be read. Please contact the customer support team.' + 00x0C00030000020017: 'Laser engraving Z-axis focus calibration failed. Please check if the Laser Test Material (350g paperboard) is properly placed and its surface is clean and intact.' + 00x0C00030000020018: 'Insufficient system memory was detected, and the foreign object detection function was not working. Please restart the devices or update the firmware after the task is completed' + 00x0C00030000020019: 'The Vision Encoder Plate is either not placed or incorrectly placed. Please ensure it is correctly positioned on the heatbed.' + 00x0C0003000002001C: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002001D: 'Foreign object detection is not working, and images cannot be obtained. Please check the live camera connection.' + 00x0C00030000030006: 'Purged filaments piled up.' + 00x0C00030000030007: 'Possible first layer defects.' + 00x0C00030000030008: 'Possible spaghetti defects.' + 00x0C0003000003000B: 'Inspecting first layer.' + 00x0C0003000003000D: 'Detected that the extruder may not be extruding normally. Please check and decide if printing should be stopped.' + 00x0C00030000030010: 'Your printer seems to be printing without extruding.' + 00x0C0003000003001A: 'Foreign object detection did not work, possibly due to manual interruption (e.g., tapping stop or opening the door in laser mode). You can ignore this if that''s the case. Otherwise, try restarting the printer or updating the firmware to restore the function.' + 00x0C0003000003001B: 'Possible spaghetti defects were detected. Please check the print quality and decide if the job should be stopped.' + 00x0C00040000010005: 'BirdsEye Camera malfunction: please contact customer support.' + 00x0C00040000010010: 'Failed to measure material thickness due to laser module malfunction.' + 00x0C00040000010011: 'Failed to measure material thickness: device parameters abnormal; please setup BirdsEye Camera again.' + 00x0C00040000010012: 'Live View Camera data link is abnormal.' + 00x0C00040000010013: 'The exposure parameters of the BirdsEye Camera are not effective; please try again.' + 00x0C00040000010014: 'Cutting Protection Base not detected, which may lead to heatbed damage. Please place it and continue.' + 00x0C00040000010015: 'Laser Protective Insert not detected. Please place it and continue.' + 00x0C00040000010016: 'Quick-release Lever is not locked. Please push it down to secure.' + 00x0C00040000010020: 'The visual marker on the heatbed is damaged, please contact after-sales.' + 00x0C00040000010025: 'The device malfunctioned; please restart.' + 00x0C00040000020002: 'Cutting Platform not detected. Please place the required mat for the task and continue.' + 00x0C00040000020003: 'The Laser Platform is not properly aligned. Please ensure all four corners are aligned with the heatbed.' + 00x0C00040000020004: 'The type of platform is not supported for this task. Please use the correct platform to continue.' + 00x0C00040000020007: 'BirdsEye Camera is setting up. Please clear all objects and remove the mat. Make sure the marker is not obstructed. Meanwhile, clean both the BirdsEye Camera and Toolhead Camera, and remove any foreign objects blocking their view.' + 00x0C00040000020008: 'Material not detected. Please confirm placement and continue.' + 00x0C00040000020017: 'The visual marker was not detected during PrintThenCut; please re-paste the material to the correct position. Meanwhile, please clean the Toolhead Camera to prevent contamination and remove any objects that may obstruct its view.' + 00x0C00040000020018: 'The Cutting Blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Assistant to check if the blade tip is worn.' + 00x0C00040000020019: 'The Birdseye Camera is installed offset. Please refer to the Wiki to reinstall it.' + 00x0C00040000020023: 'Thickness measurement failed, the Toolhead Camera was unable to detect the material surface.' + 00x0C00040000020026: 'Liveview Camera initialization failed, and some AI functions such as Spaghetti Detection will be disabled. Please restart the printer. If the problem persists, please contact customer support.' + 00x0C00040000020029: 'The Laser or Cutting module has not been calibrated. Please calibrate it on the printer first.' + 00x0C00040000020030: 'The rotary engraving accessory is placed incorrectly. Please adjust and reposition it.' + 00x0C00040000030018: 'The Cutting blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Wiki to check if the blade tip is worn.' + 00x0C00040000030024: 'The BirdsEye Camera position is detected to be offset. To ensure engraving accuracy, it is recommended to rerun the BirdsEye Camera Setup.' + 00x0C00040000030026: 'To improve flame detection accuracy, the right chamber light has been automatically turned off.' + 00x0C00040000030028: 'The Cutting Module offset calibration failed, which may result in inaccurate cuts. Please ensure the 80g white printer paper(letter paper thickness) is properly positioned and check whether the cutting blade tip is worn.' + 00x1200100000010001: 'The AMS %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1200100000010003: 'The AMS %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1200100000020002: 'The AMS%s Slot%s motor is overloaded. The filament may be tangled or stuck.' + 00x1200200000020001: 'AMS%s Slot%s filament has run out.' + 00x1200200000020002: 'AMS %s slot %s is empty; please insert a new filament.' + 00x1200200000020003: 'AMS %s slot %s filament may be broken in the PTFE tube.' + 00x1200200000020004: 'AMS %s slot %s filament may be broken in the tool head.' + 00x1200200000020005: 'AMS %s slot %s filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead.' 00x1200200000020006: 'Failed to extrude AMS%s Slot%s filament, the extruder may be clogged, or the filament may be too thin, causing the extruder slipping.' + 00x1200200000030001: 'AMS %s slot %s filament has run out. Purging the old filament; please wait.' 00x1200200000030002: 'AMS%s Slot%s filament has run out and automatically switched to the slot with the same filament.' #NOTIFY END #CONTROL + 00x1200300000010001: 'AMS %s slot %s RFID coil is broken or the RF hardware circuit has an error.' + 00x1200300000010004: 'RFID cannot be read because of an encryption chip failure in AMS %s.' + 00x1200300000020002: 'The RFID-tag on AMS %s slot %s is damaged.' + 00x1200300000030003: 'AMS %s slot %s RFID cannot be read because of a structural error.' + 00x1200450000020001: 'The filament cutter sensor is malfunctioning. Please check whether the connector is properly plugged in.' + 00x1200450000020002: 'The filament cutter''s cutting distance is too large. The X motor may lose steps.' + 00x1200500000020001: 'AMS %s communication is abnormal; please check the connection cable.' + 00x1200510000030001: 'AMS is disabled; please load filament from spool holder.' + 00x1200700000010001: 'AMS %s Filament speed and length error: The slot %s filament odometry may be faulty.' + 00x1200800000020001: 'AMS%s Slot%s filament may be tangled or stuck.' + 00x12FF200000020001: 'Filament at the spool holder has run out; please insert a new filament.' + 00x12FF200000020002: 'Filament on the spool holder is empty; please insert a new filament.' + 00x12FF200000020004: 'Please pull the filament on the spool holder out from the extruder.' + 00x12FF200000020005: 'Filament may be broken in the tool head.' + 00x12FF200000020006: 'Failed to extrude the filament; the extruder may be clogged.' + 00x12FF200000020007: 'Failed to check the filament location in the tool head, please click for more help.' + 00x12FF200000030007: 'Checking the filament location of all AMS slots, please wait.' + 00x12FF800000020001: 'The filament on the spool holder may be tangled or stuck.' + 00x1800010000010001: 'The AMS-HT %s assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin.' + 00x1800010000010003: 'The AMS-HT %s assist motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800010000010004: 'The AMS-HT %s assist motor speed control is malfunctioning. The speed sensor may be faulty.' + 00x1800010000010005: 'AMS-HT %s The current sensor of assist motor may be faulty.' + 00x1800010000010011: 'AMS-HT %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800010000020002: 'The AMS-HT %s assist motor is overloaded. The filament may be tangled or stuck.' + 00x1800010000020006: 'AMS-HT %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020007: 'AMS-HT %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020008: 'AMS-HT %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x1800010000020009: 'AMS-HT %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x1800010000020010: 'AMS-HT %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x1800010000020011: 'AMS-HT %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800020000010001: 'AMS-HT %s Filament speed and length error: The filament odometry may be faulty.' + 00x1800020000020002: 'AMS-HT %s The odometer has no signal. The odometer connector may have poor contact.' + 00x1800020000020003: 'AMS-HT %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' + 00x1800100000010001: 'The AMS-HT %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1800100000010003: 'The AMS-HT %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800100000020002: 'The AMS-HT %s slot %s motor is overloaded. The filament may be tangled or stuck.' + 00x1800100000020004: 'AMS-HT %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000010081: 'Failed to read the filament information from AMS-HT %s slot %s. The AMS main board may be malfunctioning.' + 00x1800200000010082: 'Failed to read the filament information from AMS-HT %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x1800200000010083: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged.' + 00x1800200000010084: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x1800200000010085: 'Failed to read the filament information from AMS-HT %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x1800200000010086: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' + 00x1800200000020001: 'AMS-HT %s slot %s filament has run out. Please insert a new filament.' + 00x1800200000020002: 'AMS-HT %s slot %s is empty; please insert a new filament.' + 00x1800200000020003: 'AMS-HT %s slot %s''s filament may be broken in AMS-HT.' + 00x1800200000020004: 'AMS-HT %s slot %s filament may be broken in the tool head.' + 00x1800200000020005: 'AMS-HT %s slot %s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' + 00x1800200000020006: 'AMS-HT %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x1800200000020007: 'AMS-HT %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x1800200000020008: 'AMS-HT %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x1800200000020009: 'Failed to extrude AMS-HT %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x180020000002000A: 'Failed to adjust the filament position of AMS-HT %s slot %s. The filament or buffer may be stuck.' + 00x1800200000020010: 'AMS-HT %s slot %s feeds filament out of AMS timeout.' + 00x1800200000020011: 'AMS-HT %s slot %s pulls filament back to AMS timeout.' + 00x1800200000020012: 'AMS-HT %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x1800200000020013: 'AMS-HT %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000020014: 'AMS-HT %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x1800200000020015: 'AMS-HT %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x1800200000020016: 'AMS-HT %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x1800200000020017: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x1800200000020018: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x1800200000020019: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x1800200000020020: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x1800200000020021: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x1800200000020022: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x1800200000020023: 'AMS-HT %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x1800200000020024: 'AMS-HT %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x1800200000020025: 'AMS-HT %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x1800200000020026: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x1800200000020027: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' + 00x1800200000030001: 'AMS-HT %s slot %s filament has run out. Please wait while old filament is purged.' + 00x1800200000030002: 'AMS-HT %s slot %s filament has run out and automatically switched to the slot with the same filament.' + 00x1800240000010007: 'AMS-HT %s door detection is abnormal, the Hall sensor connection may be loose or disconnected.' + 00x1800240000020009: 'AMS-HT %s front cover is open. This may affect the drying performance or cause the filament to absorb moisture.' + 00x1800250000020001: 'AMS-HT %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x1800260000020001: 'The induction hotend is heating up, and the drying power of AMS-HT %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x1800300000010001: 'The AMS-HT %s RFID 1 board has an error.' + 00x1800300000010004: 'Encryption chip failure' + 00x1800300000020002: 'The RFID-tag on AMS-HT %s slot %s is damaged, or its content cannot be identified.' + 00x1800300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x1800350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x1800350000010002: 'AMS-HT %s The humidity sensor is disconnected, which may be due to poor connector contact.' + 00x1800400000020001: 'AMS-HT %s Filament buffer position signal lost: the cable or position sensor may be malfunctioning.' + 00x1800450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x1800450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x1800500000020001: 'AMS-HT %s communication is abnormal; please check the connection cable.' + 00x1800510000030001: 'The AMS is disabled; please load filament from the spool holder.' + 00x1800550000010003: 'AMS-HT %s was detected offline during the AMS initialization process.' + 00x1800550000010004: 'The binding between AMS-HT %s and the extruder is incorrect. Please run the AMS Setup.' + 00x1800550000020001: 'A new AMS-HT detected. Please set it up to check which extruder the AMS-HT is connected to.' + 00x1800560000030001: 'AMS-HT %s is undergoing dry cooling; please wait for it to cool down before operating.' + 00x1800600000020001: 'The AMS-HT %s slot %s is overloaded. The filament may be tangled or the filament buffer may be stuck.' + 00x1800700000020001: 'Failed to pull out the AMS-HT %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x1800700000020002: 'Failed to feed the AMS-HT %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020004: 'Failed to pull back the AMS-HT %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020005: 'Failed to feed the AMS-HT %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x1800700000020007: 'AMS-HT %s filament ran out. Please put a new filament into the same slot in AMS-HT %s and resume.' + 00x1800800000010001: 'AMS-HT %s The current sensor of heater %s is abnormal.' + 00x1800800000010002: 'AMS-HT %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x1800800000010003: 'AMS-HT %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x1800800000010004: 'AMS-HT %s The heater %s is heating abnormally.' + 00x1800860000010004: 'AMS-HT %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x1800900000010002: 'AMS-HT %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x1800900000010003: 'AMS-HT %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x1800900000010004: 'The current sensor of AMS-HT %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS-HT mainboard.' + 00x1800900000020001: 'AMS-HT %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x1800920000010001: 'AMS-HT %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x1800920000020002: 'AMS-HT %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x1800920000020003: 'The AMS-HT %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x1800940000010001: 'AMS-HT %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x1800940000010002: 'AMS-HT %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x1800960000010001: 'AMS-HT %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x1800960000010003: 'AMS-HT %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x1800960000020002: 'AMS-HT %s Environmental temperature is too low, which will affect the drying capability.' + 00x1800960000020004: 'AMS-HT %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x1800970000030001: 'AMS-HT %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x1800980000020001: 'AMS-HT %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x1800980000020002: 'AMS-HT %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x18FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x18FF200000020001: 'External filament has run out; please load a new filament.' + 00x18FF200000020002: 'External filament is missing; please load a new filament.' + 00x18FF200000020004: 'Please pull the external filament from the extruder.' + 00x18FF700000020003: 'Please check if the material is coming out of the right nozzle. If not, gently push the material and try to extrude again.' + 00x1A00010000020001: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has no hotend installed, the corresponding rack slot contains a hotend, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020002: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has a hotend installed, the corresponding rack slot is empty, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020003: 'Error detected before induction hotend replacement: no hotend installed in slot %s on the rack.' + 00x1A00010000020004: 'Error detected before induction hotend replacement: a hotend is already installed in slot %s on the rack. Please remove it before continuing.' + 00x1A00010000020020: 'Abnormal condition detected while nesting the hotend in slot %s: a hotend is already installed. Please remove the existing one before clicking "Continue."' + 00x1A00010000020021: 'Abnormal condition detected while nesting the hotend in slot %s: no hotend detected on the toolhead. Please mount the hotend onto the toolhead before clicking "Continue."' + 00x1A00010000020022: 'Abnormal condition detected while nesting the hotend in slot %s. Please ensure no hotend is mounted on the toolhead and that a hotend is present in slot %s on the rack before clicking "Continue."' + 00x1A00010000020023: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detect the hotend on the toolhead. Please check whether there is any debris on the hotend heatsink surface or if the front magnet has fallen off. If not, recalibrate the induction hotend rack.' + 00x1A00010000020024: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detach the hotend from the toolhead. Please make sure the locking lever is in the released position.' + 00x1A00010000020025: 'Abnormal condition detected while nesting the hotend in slot %s: the hotend has dropped. Please check for excessive filament remaining at the top of the hotend, trim the residue, reinstall the hotend into slot %s on the rack, and then click "Continue."' + 00x1A00010000020026: 'Abnormal condition detected while nesting the hotend in slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020027: 'Abnormal condition detected while nesting the hotend in slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00010000020030: 'Abnormal condition detected while fetching the hotend from slot %s: no hotend found in this position. Please install a hotend in the corresponding slot before clicking "Continue."' + 00x1A00010000020031: 'Abnormal condition detected while fetching the hotend from slot %s: a hotend is already mounted on the toolhead. Please remove the hotend from the toolhead before clicking "Continue."' + 00x1A00010000020032: 'Error detected while fetching the hotend from slot %s: the toolhead failed to detect the hotend on the rack. Please check for any debris in the induction hotend mounting slot on the toolhead. If none is found, recalibrate the induction hotend rack.' + 00x1A00010000020033: 'Error detected while fetching the hotend from slot %s: the rack failed to mount the hotend properly. Please check for excessive filament at the top of the hotend, debris in the contact area between the toolhead and the hotend, or if the locking lever is in the released position. After resolving the issue, click "Continue."' + 00x1A00010000020034: 'Error detected while fetching the hotend from slot %s: the hotend has dropped. Please check for excessive filament or other debris at the top of the hotend, trim or remove it, then reinstall the hotend into slot %s on the rack and click "Continue."' + 00x1A00010000020035: 'Error detected while fetching the hotend from slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020036: 'Error detected while fetching the hotend from slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00100000020001: 'Toolhead XY axis or hotend rack has not finished homing. Hotend replacement cannot proceed.' + 00x1A00110000020002: 'Hotend rack coarse homing failed. Please check for any obstructions.' + 00x1A00110000020003: 'Induction Hotend Rack coarse homing failed due to excessive travel. Please check the timing belt condition.' + 00x1A00120000020001: 'Induction hotend rack calibration failed: camera position calibration error. Please clean any debris from the thermal paper surface at the rear of the build plate and remove residue from the nozzle.' + 00x1A00120000020002: 'Induction hotend rack calibration failed: the white marker on the rack''s induction hotend docking module was not detected. Please refer to the Wiki to check if the marker is damaged or covered by dirt.' + 00x1A00120000020003: 'Induction hotend rack calibration failed: abnormal calibration result. Please refer to the Wiki to check if the rack structure is deformed.' + 00x1A00120000020004: 'Hotend rack height calibration is abnormal. Please check for any foreign objects that may be causing the rack to jam.' + 00x1A00120000020007: 'The hotend rack motion timed out. Please check for any foreign objects or obstructions that may be causing the rack to jam.' + 00x1A00120000020008: 'The hotend rack tool lock rod position is abnormal. Please check for any foreign objects or obstructions that may be causing the lock rod to jam.' + 00x1A00120000020009: 'Induction hotend locking lever or rack lever release mechanism error. Please refer to the Wiki for inspection.' + 00x1A00120000020010: 'The Induction Hotend Rack has not been set up. Please follow the instructions to complete the setup before using its functions.' + 00x1A00120000020011: 'Induction hotend not detected before locking. Please check its installation on the toolhead.' + 00x1A00130000020001: 'The hotend rack is fully occupied. Please remove at least one hotend before proceeding.' + 00x1A00200000020001: 'Power outage occurred during hotend replacement. Please follow the Wiki guide to restore the setup, otherwise printing may fail.' + 00x1A00210000010001: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend back to slot %s on the rack, then move the toolhead to the center of the build plate.' + 00x1A00210000010002: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend from slot %s on the rack back onto the toolhead, then move the toolhead to the center of the build plate.' + 00x1A00210000020001: 'Power loss occurred while fetching/nesting hotend. Check if the hotend is in slot %s on the rack. If not, nest it back to that slot and move the toolhead to the center of the build plate.' + 00x1A00210000020002: 'Power loss occurred while fetching/nesting the hotend. Check if it''s mounted on the toolhead. If not, fetch it from slot %s on the rack, nest it onto the toolhead, and move the toolhead to the center of the build plate.' + 00x1A00E00000010005: 'The Induction Hotend Rack is blocked by an obstacle during homing. Please clear any obstructions from its movement path.' + 00x1A00E00000010006: 'Induction Hotend Rack homing distance is too long. The timing belt may be loose. Please check and tighten.' ctl_top_t_temp_axis: 'Temperature/Axis' ctl_top_t_filament: 'Filament' + ctl_top_t_hello: 'Hello World' ctl_t_part: 'Part' ctl_t_aux: 'Aux' ctl_t_chamber: 'Chamber' @@ -493,6 +1173,10 @@ en-US: tip_group_temp_too_high_confirm: 'There are some printers in the group with a hot end temperature exceeding 50 degrees. Turning off the printer may cause blockage. Please wait for the hot end to cool down before turning off the printer power. Do you want to continue?' t_is_printing: 'Printing' t_is_idle: 'Idle' + t_table_header_index: 'No.' + t_table_header_device_name: 'Device Name' + t_table_header_status_task: 'Status / Task' + t_table_header_actions_connection: 'Actions & Connection' tip_enter_group_name: 'Please enter a group name:' tip_move_confirm: 'The printer/printer group is currently printing and cannot be moved.' tip_always_sleep: 'This operation will cause damage to the screen. Do you want to continue?' @@ -530,7 +1214,7 @@ en-US: tip_confirm_unbind_power: 'Do you want to unbind from Panda PWR?' t_reset_power_usage: | RST - Usage + Usage t_reset_power_usage_print: 'RST Usage' tip_confirm_reset_power_usage: 'Do you want to reset the power usage?' t_auto_off: 'Auto Off' @@ -555,15 +1239,25 @@ en-US: tip_loading_thumbnail: 'Loading data from printer. Please wait a second.' t_sd_enhanced_load_thumbnails: 'Enhanced thumbnail display' tip_enhanced_load_effect: 'start printing from USB stick or click sd-card panel will cause a long delay and it will takes effect after reboot, continue?' - tip_not_higher: 'Not higher than %d.' - tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' - tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' - tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' - tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' - tip_dry_completed: 'Drying completed.' - tip_dry_not_support: 'Not support for A1, A1-mini, P1P.' + tip_not_higher: 'Not higher than %d.' + tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' + tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' + tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' + tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' + tip_ams_dry_stop: 'Are you sure you want to stop the AMS drying process?' + tip_dry_completed: 'Drying completed.' + tip_dry_not_support: 'Not support for A1, A1-mini, P1P.' tip_dry_printer_printing: 'The printer is printing.' tip_skip_obj_selected: '#ff0000 %d# objects is selected' tip_dry_ing: 'Drying' tip_dry_prepare_ok: 'Ready, please check if the printer tool head has returned to the preset position before clicking start.' #NEW ADD END + +# AUTO-FILLED MISSING KEYS START + tip_firmware_incompatible: | + Your Bambu machine is running firmware version %s or above + This firmware implements an authentication mechanism that requires Bambu to approve who can send control commands to your machines if you are operating in cloud mode. + To regain full control of your machine using the Panda Touch, please change to LAN-only, developer mode from your stock bambu screen. + Alternately, you can roll back to an earlier firmware version using the bambu handy app. + tip_firmware_incompatible_reduced: 'Read Only Mode. Switch to LAN-only developer mode or roll back the printer firmware for full control.' +# AUTO-FILLED MISSING KEYS END diff --git a/Translation/en-ZA/en-ZA.yml b/Translation/en-ZA/en-ZA.yml index ca6658b..e605fd2 100644 --- a/Translation/en-ZA/en-ZA.yml +++ b/Translation/en-ZA/en-ZA.yml @@ -1,7 +1,5 @@ en-ZA: -#SETTING PAGE lang_name_t: 'English Boet' - min_time_t_1: '1min' min_time_t_2: '2min' min_time_t_3: '3min' @@ -17,6 +15,9 @@ en-ZA: setting_gen_t_lang: 'Language:' setting_gen_t_fw: 'Firmware:' setting_gen_t_slp: 'AutoSleep:' + setting_gen_t_readonly: 'Read Only Mode:' + setting_gen_t_wake_on_print: 'Wake at Print Start' + setting_gen_t_on_while_print: 'Stay Awake While Printing' setting_gen_t_backlight: 'Backlight brightness:' setting_gen_t_reb: 'Restart' setting_gen_t_rst: 'Restore Factory Settings' @@ -38,6 +39,7 @@ en-ZA: btn_load: 'Load' btn_unload: 'Unload' btn_retry: 'Retry' + btn_reread: 'Re-Read' btn_abort: 'Abort' btn_print: 'Print' btn_remove: 'Remove' @@ -56,15 +58,19 @@ en-ZA: btn_add_printer: 'Add Printer' btn_add_group: 'Add Group' btn_goto_printers: 'Go to multi-device page' + btn_printer_view_list: 'List' + btn_printer_view_card: 'Card' btn_goto_wifi: 'Go to Wi-Fi network' btn_ignore: 'Ignore' btn_goto_login: 'Go to Login page' btn_dry: 'Drying' btn_dry_prepare: 'Prepare' btn_dry_start: 'Start dry' + label_dry_time: 'Dry Time' + label_dry_temp: 'Temperature' + tip_ams_dry_setup: 'AMS Drying Setup' btn_skip_obj: 'Skip' #BUTTONS END - set_net_wifi_scaned: 'Scanned WiFi' welcome_tip: 'Please connect to the internet by selecting the WiFi network on the right and then entering the password. Hit refresh if you don''t see the desired network. Hit next once you have connected to the desired network.' tip_scan_qrcode: 'Please use your phone to scan the QR code to access the online manual.' @@ -119,7 +125,7 @@ en-ZA: filament_maximum: 'Maximum' filament_unknown_type: 'Unknown' #PRINT -#TIPS +#TIPS tip_input_optional: '(Optional)' tip_input_name: '(Required)Input your printer name' tip_input_ip: '(Required)Input your printer IP' @@ -179,10 +185,49 @@ en-ZA: notify_remind: 'Please scan the code to view possible solutions, or click the "Goto Printer" button to Set this printer as the "Master" printer' notify_remind_go_print: 'Goto Printer' notify_unknow_state: 'Panda Touch unknown status code.' - 00x0300100000020001: 'The resonance frequency of the %s axis is low. The timing belt may be loose.' - 00x0300100000020002: 'The 1st order mechanical resonance mode of %s axis differ much from last calibration, please re-run the machine calibration later.' - 00x03000F0000010001: 'The accelerometer data is unavailable.' - 00x03000D000001000B: 'The Z axis motor seems got stuck when moving up.' + 00x0300010000010001: 'The heatbed temperature is abnormal; the heater may have a short circuit.' + 00x0300010000010002: 'The heatbed temperature is abnormal; the heater may have an open circuit, or the thermal switch may be open.' + 00x0300010000010003: 'The heatbed temperature is abnormal; the heater is over temperature.' + 00x0300010000010006: 'The heatbed temperature is abnormal; the sensor may have a short circuit.' + 00x0300010000010007: 'The heatbed temperature is abnormal; the sensor may have an open circuit.' + 00x0300010000010008: 'An abnormality occurs during the heating process of the heatbed; the heating modules may be broken.' + 00x030001000001000A: 'The heatbed temperature control is abnormal; the AC board may be broken.' + 00x030001000001000C: 'The heatbed has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030001000001000D: 'An abnormality occured in heating modules of heatbed previously. To continue using your printer, please refer to the wiki to troubleshoot.' + 00x030001000001000E: 'The power supply voltage does not match the machine; the heatbed has been disabled.' + 00x030001000002000F: 'The chamber target temperature is set too high, while the heatbed target temperature is set too low. Heatbed cooling has been skipped. It is recommended to set matching chamber and heatbed temperatures.' + 00x0300010000030008: 'The temperature of the heated bed exceeds the limit and automatically adjusts to the limit temperature.' + 00x030001000003000F: 'The chamber temperature is currently high, and the heatbed is cooling down slowly. It is recommended to open the top cover or front door to accelerate the cooling process.' + 00x0300020000010001: 'The nozzle temperature is abnormal, the heater may be short circuit.' + 00x0300020000010002: 'The nozzle temperature is abnormal, the heater may be open circuit.' + 00x0300020000010003: 'The nozzle temperature is abnormal, the heater is over temperature.' + 00x0300020000010004: 'The right nozzle temperature control is abnormal. The hotend might have structural damage.' + 00x0300020000010006: 'The nozzle temperature is abnormal, the sensor may be short circuit.' + 00x0300020000010007: 'The nozzle temperature is abnormal, the sensor may be open circuit.' + 00x0300020000010008: 'The right extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x0300020000010009: 'Nozzle temperature control is abnormal. The hot end may not be installed. To heat the heating assembly without the hotend, enable Maintenance Mode in the settings.' + 00x030002000001000B: 'The right extruder nozzle temperature control is abnormal, possibly due to the hotend not being properly installed or a malfunction of the wireless temperature measurement board.' + 00x0300030000010001: 'The speed of the hotend fan is too slow or stopped.' + 00x0300030000020002: 'The speed of hotend fan is slow.' + 00x0300040000020001: 'The speed of part cooling fan if too slow or stopped.' + 00x0300050000010001: 'The motor driver is overheating. Its radiator may be loose, or its cooling fan may be damaged.' + 00x0300060000010001: 'Motor-%s has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300060000010002: 'Motor-%s has a short-circuit. It may have failed.' + 00x0300060000010003: 'The resistance of Motor-%s is abnormal, the motor may have failed.' + 00x0300090000010001: 'The extruder servo motor has an open circuit. The connection may be loose, or the motor may have failed.' + 00x0300090000010002: 'The extruder servo motor has a short-circuit. It may have failed.' + 00x0300090000010003: 'The resistance of the extruder servo motor is abnormal; the motor may have failed.' + 00x0300090000020001: 'The extrusion motor is overloaded. The extruder may be clogged or the filament may be stuck in the tool head.' + 00x0300090000020002: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead.' + 00x0300090000020003: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip.' + 00x0300090000020004: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead, or the externally mounted filament may be tangled.' + 00x0300090000020005: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip, or the externally mounted filament may be tangled.' + 00x0300090000030007: 'Filament extrusion anomaly detected. Automatically retrying recovery, please wait.' + 00x03000A0000010001: 'The sensititvity of heatbed force sensor %s is too high.' + 00x03000A0000010002: 'The sensititvity of heatbed force sensor %s is low.' + 00x03000A0000010003: 'The sensititvity of heatbed force sensor %s is too low.' + 00x03000A0000010004: 'External disturbance was detected when testing the force sensor %s sensitivity. The heatbed plate may have touched something outside the heatbed.' + 00x03000A0000010005: 'Force sensor %s detected unexpected continuous force. The heatbed may be stuck, or the analog front end may be broken.' 00x03000D0000010003: 'The build plate is not placed properly. Please adjust it.' 00x03000D0000010004: 'The build plate is not placed properly. Please adjust it.' 00x03000D0000010005: 'The build plate is not placed properly. Please adjust it.' @@ -192,133 +237,768 @@ en-ZA: 00x03000D0000010009: 'The build plate is not placed properly. Please adjust it.' 00x03000D000001000A: 'The build plate is not placed properly. Please adjust it.' 00x03000D0000020001: 'Heatbed homing abnormal.' - 00x03000A0000010005: 'Force sensor %s detected unexpected continuous force. The heatbed may be stuck, or the analog front end may be broken.' - 00x03000A0000010004: 'External disturbance was detected when testing the force sensor %s sensitivity. The heatbed plate may have touched something outside the heatbed.' - 00x03000A0000010003: 'The sensititvity of heatbed force sensor %s is too low.' - 00x03000A0000010002: 'The sensititvity of heatbed force sensor %s is low.' - 00x03000A0000010001: 'The sensititvity of heatbed force sensor %s is too high.' - 00x0300040000020001: 'The speed of part cooling fan if too slow or stopped.' - 00x0300030000020002: 'The speed of hotend fan is slow.' - 00x0300030000010001: 'The speed of the hotend fan is too slow or stopped.' - 00x0300060000010001: 'Motor-%s has an open-circuit. There may be a loose connection, or the motor may have failed.' - 00x0300060000010002: 'Motor-%s has a short-circuit. It may have failed.' - 00x0300060000010003: 'The resistance of Motor-%s is abnormal, the motor may have failed.' - 00x0300010000010007: 'The heatbed temperature is abnormal; the sensor may have an open circuit.' - 00x0300130000010001: 'The current sensor of Motor-%s is abnormal. This may be caused by a failure of the hardware sampling circuit.' - 00x0300180000010005: 'The Z axis motor seems got stuck during movement, please check if there is any foreign matter on the Z sliders or Z timing belt wheels.' - 00x0300190000010001: 'The eddy current sensor on Y-axis is not available, the wire should be broken.' - 00x0300190000020002: 'The sensitivity of Y-axis eddy current sensor is too low.' - 00x0300400000020001: 'Data transmission over the serial port is abnormal; the software system may be faulty.' - 00x0300410000010001: 'The system voltage is unstable; triggering the power failure protection function.' - 00x0300020000010001: 'The nozzle temperature is abnormal, the heater may be short circuit.' - 00x0300020000010002: 'The nozzle temperature is abnormal, the heater may be open circuit.' - 00x0300020000010003: 'The nozzle temperature is abnormal, the heater is over temperature.' - 00x0300020000010006: 'The nozzle temperature is abnormal, the sensor may be short circuit.' - 00x0300020000010007: 'The nozzle temperature is abnormal, the sensor may be open circuit.' + 00x03000D000001000B: 'The Z axis motor seems got stuck when moving up.' + 00x03000D0000020003: 'The build plate may not be properly placed. If this message appears repeatedly, please check the Wiki for more explanations.' + 00x03000F0000010001: 'The accelerometer data is unavailable.' + 00x0300100000020001: 'The resonance frequency of the %s axis is low. The timing belt may be loose.' + 00x0300100000020002: 'The 1st order mechanical resonance mode of %s axis differ much from last calibration, please re-run the machine calibration later.' + 00x0300110000020002: 'The resonance frequency of the Y-axis differs greatly from the last calibration. Please clean the Y-axis liner rod and conduct a calibration after printing.' 00x0300120000020001: 'The front cover of the toolhead fell off.' + 00x0300130000010001: 'The current sensor of Motor-%s is abnormal. This may be caused by a failure of the hardware sampling circuit.' + 00x0300160000010001: 'The extruder servo motor''s current sensor is abnormal. A failure of the hardware sampling circuit may cause this.' + 00x0300170000010001: 'The hotend cooling fan speed is too slow or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300170000020002: 'The hotend cooling fan speed is slow. It may be stuck and need cleaning.' 00x0300180000010001: 'The value of extrusion force sensor is low, the nozzle seems to not be installed.' 00x0300180000010002: 'The sensitivity of the extrusion force sensor is low, the hotend may not installed correctly.' 00x0300180000010003: 'The extrusion force sensor is not available, the link between the MC and TH may be broken or the sensor is broken.' - 00x0300180000010004: 'The data from extrusion force sensor is abnormal, the sensor should be broken.' + 00x0300180000010005: 'The Z axis motor seems got stuck during movement, please check if there is any foreign matter on the Z sliders or Z timing belt wheels.' + 00x0300180000010006: 'The heatbed leveling data is abnormal. Please check whether there are any foreign objects on the heatbed and Z slider. If so, please remove them and try again.' + 00x0300180000010007: 'The frequency of the extrusion force sensor is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300180000010008: 'The nozzle touches the heatbed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030018000001000B: 'Nozzle presence detection failed: nozzle not installed or improperly installed.' + 00x030018000001000C: 'An anomalous jump in the extruder extrusion force sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x030018000001000D: 'Nozzle clumping detection calibration failed. Excessive force detected on the nozzle. Please ensure the nozzle is installed correctly.' + 00x030018000001000E: 'Nozzle clumping detection calibration failed. The nozzle did not touch the inner wall of the hole. Please clean the nozzle and the steel plate hole at the rear-right side of the heatbed.' + 00x0300180000030009: 'Performing initial High-temperature Bed Leveling.' + 00x0300190000010001: 'The eddy current sensor on Y-axis is not available, the wire should be broken.' + 00x0300190000020002: 'The sensitivity of Y-axis eddy current sensor is too low.' 00x03001A0000020001: 'The nozzle is wrapped in the filament or the build plate is placed incorrectly.' 00x03001A0000020002: 'The extrusion force sensor detects that the nozzle is clogged.' - 00x0C00010000010001: 'Micro Lidar camera is offline.' - 00x0C00010000020002: 'Micro Lidar camera is malfunctioning.' - 00x0C00010000010003: 'Micro Lidar Synchronization abnormal.' - 00x0C00010000010004: 'Micro Lidar Lens dirty.' - 00x0C00010000010005: 'Micro Lidar OTP parameter abnormal.' - 00x0C00010000020006: 'Micro Lidar extrinsic parameter abnormal.' - 00x0C00010000020007: 'Micro Lidar laser parameter drifted.' - - 00x0C00010000020008: 'Chamber camera offline.' - 00x0C00010000010009: 'Chamber camera dirty.' - 00x0C0001000001000A: 'The Micro Lidar LED may be broken.' - 00x0C0001000002000B: 'Failed to calibrate Micro Lidar.' - 00x0C00020000010001: 'Laser not lit.' - 00x0C00020000020002: 'Laser too thick.' - 00x0C00020000020003: 'Laser not bright enough.' - 00x0C00020000020004: 'Nozzle height seems too low.' - 00x0C00020000010005: 'A new micro lidar is detected.' - 00x0C00020000020006: 'Nozzle height seems too high.' - - 00x0C00030000020001: 'Filament exposure metering failed.' - 00x0C00030000020002: 'First layer inspection terminated due to abnormal lidar data.' - 00x0C00030000020004: 'First layer inspection not supported for current print job.' - 00x0C00030000020005: 'First layer inspection timeout.' - 00x0C00030000030006: 'Purged filaments piled up.' - 00x0C00030000030007: 'Possible first layer defects.' - 00x0C00030000030008: 'Possible spaghetti defects.' - 00x0C00030000010009: 'First layer inspection module rebooted.' - 00x0C0003000003000B: 'Inspecting first layer.' - 00x0C0003000002000C: 'Build plate marker not detected.' - + 00x03001A0000020003: 'The nozzle clumping sensor is malfunctioning; Please refer to the Wiki for troubleshooting.' + 00x03001A0000030004: 'Nozzle clumping detection timed out. The check has been skipped.' + 00x03001B0000010001: 'The signal of the heatbed acceleration sensor is weak. The sensor may have fallen off or been damaged.' + 00x03001B0000010002: 'External disturbance was detected on the heatbed acceleeration sensor. The sensor signal wire may not be affixed.' + 00x03001B0000010003: 'The heatbed acceleration sensor detected unexpected continuous force. The sensor may be stuck, or the analog front end may be broken.' + 00x03001C0000010001: 'The extrusion motor driver is abnormal. The MOSFET may have a short circuit.' + 00x03001D0000010001: 'The position sensor of extrusion motor is abnormal. The connection to the sensor may be loose.' + 00x03001E0000010001: 'The left nozzle temperature is abnormal; the heater may have a short circuit.' + 00x03001E0000010002: 'The left nozzle temperature is abnormal; the heater may have an open circuit.' + 00x03001E0000010003: 'The left nozzle temperature is abnormal; the heater is over temperature.' + 00x03001E0000010006: 'The left nozzle temperature is abnormal; the sensor may have a short circuit, please check whether the connector is properly plugged in.' + 00x03001E0000010007: 'The left nozzle temperature is abnormal; the sensor may have an open circuit.' + 00x03001E0000010008: 'The left extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x03001E0000010009: 'The left nozzle temperature control is abnormal; the hot end may not be installed. If you want to heat the hot end without it being installed, please turn on maintenance mode in the settings page.' + 00x0300200000010001: 'X-axis homing abnormal: please check if the toolhead is stuck or if the resistance on the X-axis linear rail is too high.' + 00x0300200000010002: 'Y-axis homing abnormal: please check if the toolhead is stuck or the Y carriage has too much resistance.' + 00x0300200000010003: 'X axis homing abnormal: the timing belt may be loose.' + 00x0300200000010004: 'Y axis homing abnormal: the timing belt may be loose.' + 00x0300210000010001: 'Auxiliary extruder motor open circuit, possibly due to a loose connection or motor failure.' + 00x0300210000010002: 'Auxiliary extruder motor short circuit, possibly caused by motor failure.' + 00x0300210000010003: 'The resistance of the Auxiliary extruder motor is abnormal; the motor may have failed.' + 00x0300220000010001: 'Auxiliary extruder motor current sensor error, possibly caused by a sampling circuit hardware failure.' + 00x0300250000010001: 'The frequency of the extrusion force sensor of the right extruder is too low. The nozzle may not be installed, or the nozzle heat sink may be too far away from the sensor.' + 00x0300250000010002: 'The sensitivity of the right extruder extrusion force sensor is low; the nozzle may not installed correctly.' + 00x0300250000010003: 'Unable to read data from the right extruder force sensor; there may be a communication break or sensor damage.' + 00x0300250000010004: 'The signal of the extrusion force sensor of the right extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300250000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300250000010007: 'The frequency of the extrusion force sensor of the right extruder is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300250000010008: 'The right nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030025000001000A: 'Nozzle offset calibration failed. Filament sticks to the nozzle, which may affect print quality. Please clean the nozzle and try again.' + 00x030025000001000B: 'Nozzle presence detection failed: Right extruder nozzle not installed or improperly installed.' + 00x030025000001000C: 'An anomalous jump in the right extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300260000010001: 'The frequency of the extrusion force sensor of the left extruder is too low. The sensor may be installed too far, or the sensor may be loose.' + 00x0300260000010002: 'The sensitivity of the left extruder extrusion force sensor is low; the force sensor may not be installed correctly.' + 00x0300260000010003: 'Unable to read data from the left extruder force sensor; there may be a communication break or sensor damage.' + 00x0300260000010004: 'The signal of the extrusion force sensor of the left extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300260000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300260000010007: 'The frequency of the extrusion force sensor of the left extruder is too high. The sensor may be installed too close, or the sensor may be loose.' + 00x0300260000010008: 'The left nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030026000001000B: 'Nozzle presence detection failed: Left extruder nozzle not installed or improperly installed.' + 00x030026000001000C: 'An anomalous jump in the left extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300270000010001: 'The nozzle offset calibration sensor frequency is too low. The sensor may be damaged.' + 00x0300270000010002: 'Too many attempts at nozzle offset calibration, possibly due to purged filament between the nozzle and the heated base, or incorrect installation of the nozzle. Please inspect and retry.' + 00x0300270000010003: 'The nozzle offset calibration result shows significant deviation, possibly due to the heat insulation sheet on the right nozzle heating base not being installed. Please install it correctly and try again.' + 00x0300270000010004: 'The signal of the nozzle offset calibration sensor is abnormal. The sensor may be damaged, or the wiring may not be connected properly.' + 00x0300270000010005: 'The nozzle offset calibration indicates significant deviation, possibly caused by an additional heat insulation sheet installed on the right nozzle heating base. Please verify this and attempt the calibration again.' + 00x0300270000010006: 'The nozzle offset calibration shows significant deviation, possibly due to incorrect installation of the nozzle or heating base. Please inspect and retry.' + 00x0300270000010007: 'The nozzle offset calibration sensor frequency is too high. The sensor may be damaged.' + 00x0300270000010008: 'The nozzle offset calibration sensor signal is too weak. It may be that the nozzle is sticky or the nozzle does not move above the sensor during calibration, causing the distance between the nozzle and the sensor to be too far.' + 00x0300280000010001: 'The data of the force sensor of the Cutting Module is abnormal. The magnet on the Tool Holder may fall off or the force sensor may be damaged.' + 00x0300280000010003: 'Communication failure between cutting module and toolhead during Z-axis homing. Please check if the cutting module signal cable is loose or broken or verify if the force sensor coil is intact.' + 00x0300280000010004: 'The force sensor of the Cutting Module is abnormal. The force sensor cable may be disconnected or the force sensor is damaged.' + 00x0300280000010005: 'Z-axis homing failed in cutting mode. Please check if there are any foreign objects in the Z-axis slider and Z-axis synchronous pulley.' + 00x0300280000010007: 'Communication failure between the Cutting Module and toolhead module. Please check if the Cutting module signal cable is loose or broken. It could also be due to a broken force sensor coil.' + 00x0300280000010008: 'Z-axis homing failed. Please check if the blade holder movement is smooth and ensure no foreign objects are at the contact position on the heatbed.' + 00x0300290000010001: 'Vision encoder patterns can not be recognized; possible reasons include vision encoder pattern distortion, light overexposure, and plate misplacement.' + 00x03002A0000010001: 'The left hotend cooling fan speed is too slow or stopped. The fan may be stuck or the connector may not be plugged in properly.' + 00x03002A0000020002: 'The left hotend cooling fan speed is slow. It may be stuck and need cleaning.' + 00x03002B0000020001: 'Air-door calibration failed. Please check if there is any foreign object blocking the damper.' + 00x03002C0000010001: 'Obstacle detected under the heatbed. Please remove it to ensure proper printing.' + 00x03002D0000010006: 'Heated bed leveling failed, possibly due to foreign objects on the bed or bed tilt. Continuing to print may damage the build plate. Please remove any debris or manually level the bed before retrying.' + 00x03002E0000030001: 'The motor noise cancellation data needs to be updated; please recalibrate.' + 00x0300310000010001: 'The Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300310000020002: 'The Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000010001: 'The Auxiliary Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300320000010002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000020002: 'The Auxiliary Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300330000010001: 'The Chamber Exhaust Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300330000020002: 'The Chamber Exhaust Fan speed is slow. It may be stuck and need cleaning.' + 00x0300350000010001: 'The MC module cooling fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300350000020002: 'The MC module cooling fan speed is slow. It may be stuck and need cleaning.' + 00x0300360000010001: 'The Chamber Heat Circulation Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300360000020002: 'The Chamber Heat Circulation Fan speed is slow. It may be stuck and need cleaning.' + 00x0300390000010001: 'The External Fan on the Toolhead is running too slowly or has stopped, possibly due to debris blockage or a loose connector.' + 00x0300390000020002: 'The External Fan on the Toolhead is running at a low speed, possibly due to debris buildup.' + 00x03003A0000010001: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x03003A0000020002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300400000020001: 'Data transmission over the serial port is abnormal; the software system may be faulty.' + 00x0300410000010001: 'The system voltage is unstable; triggering the power failure protection function.' + 00x0300420000010001: 'Toolhead power abnormality detected; it may be caused by a damaged TH board or a short circuit in the USB-C cable.' + 00x0300900000010001: 'Chamber heating failed. The heater may not be blowing hot air.' + 00x0300900000010002: 'Chamber heating failed. Possible causes: the chamber is not fully enclosed, ambient temperature is too low, or the power supply heat dissipation vent is blocked.' + 00x0300900000010003: 'Chamber heating failed. The power supply temperature may be too high.' + 00x0300900000010004: 'Chamber heating failed. The speed of the heating fan is too low.' + 00x0300900000010005: 'Chamber heating failed. The thermal resistance is too high.' + 00x0300900000010006: 'Chamber heating failed. The air duct could not switch to chamber temperature heating mode.' + 00x0300900000010007: 'High chamber temperature detected. If the hotend is overheating or emitting smoke, immediately power off the printer. Please refer to the Wiki for detailed troubleshooting instructions.' + 00x0300900000010010: 'The communication of chamber temperature controller is abnormal.' + 00x0300910000010001: 'The temperature of chamber heater %s is abnormal. The heater may have a short circuit.' + 00x0300910000010002: 'The temperature of chamber heater 1 is abnormal. The heater may have an open circuit or the thermal fuse may have burned out.' + 00x0300910000010003: 'The temperature of chamber heater %s is abnormal. The heater is over temperature.' + 00x0300910000010006: 'The temperature of chamber heater %s is abnormal. The sensor may have a short circuit.' + 00x0300910000010007: 'The temperature of chamber heater %s is abnormal. The sensor may have an open circuit.' + 00x0300910000010008: 'The chamber heater failed to reach the target temperature.' + 00x030091000001000A: 'The temperature of chamber heater %s is abnormal. The AC board may be broken.' + 00x030091000001000C: 'The chamber heater 1 has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030091000001000E: 'The power supply voltage does not match the machine; chamber heater 1 has been disabled.' + 00x0300920000010002: 'The temperature of chamber heater 2 is abnormal. The heater may have an open circuit or the thermal fuse may be in effect.' + 00x0300920000010008: 'Chamber heater 2 failed to rise to target temperature.' + 00x0300930000010001: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have a short circuit.' + 00x0300930000010002: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have an open circuit.' + 00x0300930000010003: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have a short circuit.' + 00x0300930000010004: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have an open circuit.' + 00x0300930000010005: 'Chamber temperature is abnormal. The chamber temperature sensor may have a short circuit.' + 00x0300930000010006: 'Chamber temperature is abnormal. The chamber temperature sensor at the air inlet may have an open circuit.' + 00x0300930000010007: 'Chamber temperature is abnormal. The temperature sensor at the power supply may have a short circuit.' + 00x0300930000010008: 'Chamber temperature is abnormal. The temperature sensor at power supply may have an open circuit.' + 00x0300940000020003: 'Chamber failed to reach the desired temperature. The machine will stop waiting for the chamber temperature.' + 00x0300940000030001: 'Chamber cooling may be too slow. You can open the front door or top cover to help cooling if the air in the chamber is non-toxic.' + 00x0300940000030002: 'Chamber temperature setting value exceed the limit, the boundary value will be set.' + 00x0300950000010001: 'The temperature sensor of the Laser Module may have a short circuit.' + 00x0300950000010002: 'The temperature sensor of the Laser Module may have an open circuit.' + 00x0300950000010003: 'Laser Module overheating' + 00x0300950000010004: 'The speed of the Laser Module cooling fan is too low or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300950000010005: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010006: 'Laser Module not detected: the module may have fallen off, or the quick-release lever may not be locked.' + 00x0300950000010007: 'The engraving laser module is abnormal; the laser may have an open circuit or may be damaged.' + 00x0300950000010008: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010009: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor is short-circuited.' + 00x030095000001000A: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor has an open circuit.' + 00x0300960000010001: 'The front door seems to be open; the task has been paused.' + 00x0300960000010002: 'The front door Hall sensor (Upper) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010003: 'The front door Hall sensor (Lower) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010004: 'The Front Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300960000030001: 'The front door is open.' + 00x0300970000010001: 'The top cover seems to be open; the task has been paused' + 00x0300970000010002: 'The top cover Hall sensor (Front Right) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010003: 'The top cover Hall sensor (Rear Left) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010004: 'The Top Laser Protection Plate is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300970000030001: 'The top cover is open.' + 00x0300980000010001: 'The left side window seems to be open, the task has been paused.' + 00x0300980000010002: 'The left side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010003: 'The left side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010004: 'The Left Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300980000030001: 'The left side window seems to be open.' + 00x0300990000010001: 'The right side window seems to be open; the task has been paused.' + 00x0300990000010002: 'The right side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010003: 'The right side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010004: 'The Right Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300990000030001: 'The right side window is detected to be open.' + 00x03009B0000010001: 'Emergency stop button is not installed. Please follow the Wiki to install it.' + 00x03009B0000010002: 'Safety key is not inserted. Please follow the Wiki to install it.' + 00x03009B0000010003: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x03009C0000010001: 'The Air Pump is not detected. Please check whether the connector is plugged in properly.' + 00x03009C0000010002: 'The Air Pump is abnormal and may be damaged.' + 00x03009D0000020001: 'The engrave laser focal point XY calibration has failed. Please clean up the Laser Homing Area on the Laser Platform, and re-run the Laser Module Mount Calibration.' + 00x03009D0000020002: 'The engrave laser focal point XY calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup.' + 00x03009D0000020003: 'The engrave laser focal point Z calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup. If it fails repeatedly, please get in touch with customer support.' + 00x03009E0000030001: 'Open Door Detection level for this print job will be set as ' + 00x0300A10000010001: 'Chamber temperature is too high. Please open the top cover and front door to cool down, or lower the ambient temperature.' + 00x0300A10000020002: 'The ambient temperature is too high. Please lower the temperature, as excessive heat may cause the print to pause.' + 00x0300A20000010001: 'MC module temperature is too high, possibly because of high chamber temperature of the printer. You can try lowering the environmental temperature before use.' + 00x0300A40000010001: 'Heatbed temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010002: 'Hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010003: 'The left hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010004: 'Chamber temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010005: 'The heatbed temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A40000010008: 'The chamber temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A50000010001: 'Flame Sensor %s is abnormal. The sensor may be short-circuited.' + 00x0300A60000010001: 'The Toolhead Enhanced Cooling Fan is not properly installed; it may not be securely fastened or may have fallen off.' + 00x0300A60000010002: 'The Toolhead Enhanced Cooling Fan has lost communication; please check the connector.' + 00x0300A70000030001: 'The chamber temperature is high, and the system has increased the fan speed, which may cause more noise. It''s recommended to lower the room temperature or open the front door/top cover to help cool it down.' + 00x0300A80000010001: 'AMS power supply abnormality, possibly due to AMS damage or a short circuit in the AMS interface, or too many AMS connections. Please check if it is correctly connected.' + 00x0300AB0000010001: 'The right hotend heatbreak temperature is too high, which may cause clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020002: 'The right hotend heatbreak temperature is relatively high, which may cause nozzle clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020003: 'The temperature sensor on the right hotend heatbreak is abnormal. To prevent nozzle clogs, the cooling fan will continue running at high speed. You can troubleshoot the sensor issue when the print is idle.' + 00x0300C00000010001: 'Active Chamber Exhaust air door malfunction: it may be stuck.' + 00x0300C00000010002: 'Filter Switch Flap air door malfunction: it may be stuck.' + 00x0300C00000010003: 'Automatic Top Vent air door malfunction: it may be stuck.' + 00x0300C10000010001: 'Airflow System failed to activate cooling mode; please check the air door status.' + 00x0300C10000010002: 'Airflow System failed to activate heating mode; please check the air door status.' + 00x0300C10000010003: 'Airflow System failed to activate laser mode; please check the air door status.' + 00x0300C10000010004: 'Airflow System failed to activate strong cooling mode; please check the air door status.' + 00x0300C20000010001: 'Hall sensor of Active Chamber Exhaust malfunction: please check if the wiring is loose.' + 00x0300C20000010002: 'Hall sensor of Filter Switch Flap malfunction: please check if the wiring is loose.' + 00x0300C30000010001: 'Current sensor of Active Chamber Exhaust malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010002: 'Current sensor of Filter Switch Flap malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010003: 'Current sensor of Automatic Top Vent malfunction: this may be due to open circuit or a hardware sampling circuit fault.' + 00x0300D00000010001: 'The cutting module base has fallen off; please reinstall it.' + 00x0300D00000010002: 'The blade holder has fallen off; please reinstall it.' + 00x0300D00000010003: 'The cutting module cable has come loose; please check the cable connection.' + 00x0300D10000010001: 'Fire extinguisher motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D10000010002: 'Fire extinguisher motor error. Please power off and then power on to restart the extinguisher.' + 00x0300D10000010003: 'The resistance of the fire extinguisher motor is abnormal; the motor may have failed.' + 00x0300D30000020001: 'Fire extinguisher not detected. Please ensure the signal cable is securely connected and the plug is fully inserted.' + 00x0300D40000010002: 'The fire extinguisher presence detection sensor is malfunctioning. Please check if the sensor cable is loose or damaged.' + 00x0300D40000010003: 'Fire Extinguisher Cylinder presence detection sensor is short-circuited. Please check the sensor connection.' + 00x0300D50000020004: 'Fire extinguisher cylinder not installed. Please confirm on the extinguisher page.' + 00x0300D50000020005: 'The Fire Extinguisher Gas Cylinder is empty. Please replace the gas cylinder and then confirm the replacement on the Auto Fire Extinguishing System page.' + 00x0300D50000030004: 'Gas cylinder of the fire extinguisher is not installed.' + 00x0300D60000010006: 'Fire extinguisher motor reset failed. Please power off and then power on to restart the extinguisher.' + 00x0300D60000010007: 'The fire extinguisher motor reset is jammed. Please gently turn the emergency handwheel left and right until the resistance decreases. Then, power off the fire extinguisher and turn it back on.' + 00x0300D70000020001: 'Laser fourth axis is not connected' + 00x0300D80000010001: 'Laser fourth axis motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D80000010002: 'Laser fourth axis motor error. Please power off and then power on to restart the laser fourth axis.' + 00x0300D90000020001: 'Communication error between the laser fourth axis motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300DA0000020001: 'Laser module detected. Please remove the hotend from the hotend rack to prevent laser processing debris from affecting printing performance.' + 00x0300DB0000020001: 'Laser module detected. Please install the right nozzle correctly to ensure proper Laser Module Mounting Calibration.' + 00x0300E00000010001: 'Hotend holder motor is disconnected or has an open-circuit fault. Please check the motor''s flat cable connection.' + 00x0300E00000010002: 'Inter-phase short circuit on hotend holder motor. If restarting doesn''t resolve the issue, please contact support.' + 00x0300E00000010003: 'Hotend holder motor has abnormal or unbalanced three-phase resistance. If restarting doesn''t help, please contact support.' + 00x0300E00000010004: 'Hotend holder motor is stalled. Please check for foreign objects or collisions with the toolhead.' + 00x0300E10000010001: 'Current sensor fault on hotend holder motor. This may be caused by a sampling circuit failure. If restarting the printer doesn''t resolve the issue, please contact customer support.' + 00x0300E20000020001: 'Communication error between the hotend holder motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300E30000010001: 'The MOS tubes of the Hotend Holder motor drive board are short-circuited. If restarting the printer does not resolve the problem, please contact customer support.' + 00x0300E30000010002: 'MC communication with hotend holder motor driver failed. Please check if the connection cable is properly plugged in.' + 00x050001000001000A: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' 00x0500010000020001: 'The media pipeline is malfunctioning.' 00x0500010000020002: 'USB camera is not connected.' 00x0500010000020003: 'USB camera is malfunctioning.' 00x0500010000030004: 'Not enough space in SD Card.' 00x0500010000030005: 'Error in SD Card.' 00x0500010000030006: 'Unformatted SD Card.' + 00x0500010000030007: 'Unable to record time-lapse photography without USB flash drive inserted.' 00x0500020000020001: 'Failed to connect internet, please check the network connection.' - 00x0500020000020005: 'Failed to connect internet, please check the network connection.' 00x0500020000020002: 'Failed to login device.' + 00x0500020000020003: 'Failed to connect to the internet; please check the network connection.' 00x0500020000020004: 'Unauthorized user.' + 00x0500020000020005: 'Failed to connect internet, please check the network connection.' 00x0500020000020006: 'Liveview service is malfunctioning.' - + 00x0500020000020007: 'Liveview service login failed; please check your network connection.' + 00x0500020000020008: 'Time synchronization failed' 00x0500030000010001: 'The MC module is malfunctioning. Please restart the device.' 00x0500030000010002: 'The toolhead is malfunctioning. Please restart the device.' 00x0500030000010003: 'The AMS module is malfunctioning. Please restart the device.' + 00x0500030000010004: 'The Filament Buffer module is malfunctioning. Please restart the device.' + 00x0500030000010005: 'Internal service is malfunctioning. Please restart the device.' + 00x0500030000010006: 'A system panic occurred. Please restart the device.' + 00x0500030000010007: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x0500030000010008: 'A system hang occurred. Please restart the device.' + 00x0500030000010009: 'A system hang occurred. It has been recovered by automatic restart.' 00x050003000001000A: 'System state is abnormal. Please restore factory settings.' 00x050003000001000B: 'The screen is malfunctioning.' + 00x050003000001000C: 'The MC motor controller module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000D: 'The induction hotend rack is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000E: 'Some external modules are incompatible with the printer''s firmware version, which may affect normal operation. Please go to the ' + 00x0500030000010021: 'Hardware incompatible; please check the Toolhead Camera.' + 00x0500030000010023: 'The Chamber Temperature Control module is malfunctioning. Please restart the device.' + 00x0500030000010024: 'The current temperature is too low. In order to protect you and your printer, printing tasks, moving an axis and other operations are disabled. Please move the printer to an environment above 10 degrees Celsius.' + 00x0500030000010025: 'The current firmware is abnormal. Please update again.' + 00x0500030000010026: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' 00x050003000002000C: 'Wireless hardware error: please turn off/on WiFi or restart the device.' + 00x050003000002000D: 'The SD Card controller is malfunctioning.' + 00x050003000002000E: 'Some modules are incompatible with the printer''s firmware version, which may affect use. Please go to the ' + 00x0500030000020020: 'USB flash drive capacity is insufficient to cache print files.' + 00x0500030000020055: 'User information has expired, please log in again.' + 00x0500030000030022: 'MicroSD Card performance degradation has been detected. It may affect print jobs, logs, and video records. Please format or change the MicroSD card.' 00x0500040000010001: 'Failed to download print job. Please check your network connection.' 00x0500040000010002: 'Failed to report print state. Please check your network connection.' 00x0500040000010003: 'The content of print file is unreadable. Please resend the print job.' 00x0500040000010004: 'The print file is unauthorized.' 00x0500040000010006: 'Failed to resume previous print.' + 00x0500040000010044: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500040000010046: 'The firmware of Laser Module does not match the printer. Please upgrade it on the ' + 00x0500040000010047: 'The firmware of Air Pump does not match the printer. Please upgrade it on the ' + 00x0500040000010048: 'The firmware of Cutting Module does not match the printer. Please upgrade it on the ' + 00x050004000001004F: 'Unknown module detected, please try updating the firmware to the latest version.' + 00x0500040000010051: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x0500040000010052: 'Safety Key is not inserted. Please follow the Wiki to install it.' 00x0500040000020007: 'The bed temperature exceeds the filament''s vitrification temperature, which may cause a nozzle clog..' + 00x0500040000020010: 'The RFID-tag on AMS %s Slot %s cannot be identified.' + 00x0500040000020030: 'The BirdsEye Camera is not installed. Please power off printer and then install the camera.' + 00x0500040000020031: 'Before using a Laser/Cutting Module, the pose of the BirdsEye Camera needs to be determined. Please complete the setup to calibrate the camera.' + 00x0500040000020032: 'Please slide in Laser Module and lock the quick-release lever.' + 00x0500040000020033: 'Please plug in the module connector.' + 00x0500040000020034: 'Laser module detected for the first time. Complete the setup (~4 min) before use for precise cutting and engraving. Also, ensure the H2.0 screw at the back securing the air pump is removed.' + 00x0500040000020035: 'The Laser Module needs calibration to get the focus position. Please perform mounting calibration before use. (about 2 minutes)' + 00x0500040000020036: 'New Cutting Module connected. To ensure more precise cutting, please set it up before use. (about 3 minutes)' + 00x0500040000020037: 'The Cutting Module needs calibration to get the tool position. Please perform the mounting calibration before use. (about 2-4 minutes)' + 00x0500040000020038: 'Please slide in cutting module and fasten the quick release lever. If already installed, the module might not be properly aligned. Please try reinstalling it.' + 00x0500040000020039: 'Please plug in the module connector' + 00x0500040000020041: 'The laser module has been used for a long time. Please clean it promptly to avoid affecting laser processing.' + 00x0500040000020042: 'The Live View Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020043: 'The Toolhead Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020050: 'Laser Safety Window is not installed.' + 00x0500040000030008: 'The door seems to be open.' + 00x0500040000030009: 'The bed temperature exceeds filament''s vitrification temperature, which may cause nozzle clog. Please keep the front door of the printer open. Door open detection has been temporarily turned off.' + 00x0500040000030054: 'Auto Fire Extinguishing System detected. It is recommended to conduct a Fire Drill to become familiar with the operation process.' + 00x0500040000030057: 'The print job has been completed. Automatic air purification is in progress.' + 00x0500050000010001: 'The factory data of the AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010006: 'The factory data of AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010007: 'MQTT Command verification failed. Please update Studio (including the network plugin) or Handy to the latest version, then restart the software and try again.' + 00x050005000001000D: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' + 00x050005000001000E: 'Laser Module firmware does not match the printer. Please upgrade it on the ' + 00x050005000001000F: 'The accessory firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010010: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500050000010011: 'The Air Pump firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010012: 'The Cutting Module firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010013: 'Laser module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010014: 'AMS %s certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010015: 'Air Pump certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010016: 'Cutting module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010018: 'Laser Fourth Axis module certification failed. Please reconnect the module cable or restart the printer.' + 00x0500050000010019: 'Fire Extinguisher module certification failed. Please reconnect the module cable or restart the printer.' + 00x050005000001001A: 'Filament Track Switch certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010020: 'Hotend %s authentication failed. Please switch the hotend or restart the printer.' + 00x0500050000010021: 'Time-lapse kit authentication failed. Please reconnect the cable or restart the printer.' + 00x0500050000010022: 'The External Exhaust Fan certification failed. Please restart the printer or reconnect the fan cable.' + 00x0500050000020023: 'A new version of the Timelapse Kit is available. Please connect to CyberBrick App to update this accessory separately.' + 00x0500050000030002: 'The device is in the engineering state; please pay attention to information security related matters.' + 00x0500060000020001: 'The Toolhead Camera is not in place; please check the hardware connection.' + 00x0500060000020002: 'The Nozzle Camera is not in place; please check the hardware connection.' + 00x0500060000020003: 'BirdsEye Camera is not in place; please check the hardware connection' + 00x0500060000020004: 'The Live View camera is not in place; please check the hardware connection.' + 00x0500060000020031: 'ToolHead Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020032: 'Nozzle Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020033: 'BirdsEye Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020034: 'Live View camera is not connected. Please check the hardware and cable connections.' + 00x05001A0000010001: 'The feeder module is offline. Please check if the feeder module connection cable is loose.' + 00x05001A0000010002: 'A feeder module replacement is detected. Please ensure that the corresponding extrusion gear and nozzle have been replaced, and manually update the nozzle type in the printer.' + 00x0500400000010039: 'Laser module Serial Number error' + 00x0500400000010040: 'Cutting module Serial Number error' + 00x0501040000030002: 'Threaded rods need lubrication now.' + 00x0501040000030003: 'Linear rods need cleaning and lubrication now.' + 00x0501040000030004: 'Please clean and lubricate the X-axis linear rail and YZ-axis linear rods.' + 00x0501040000030005: 'Please clean and lubricate the Induction Hotend Latch and the linear rods of the Hotend Change System.' + 00x0501040000030006: 'The Induction Hotend Latch may be worn. To ensure proper induction hotend switching, please replace the Induction Hotend Latch and clean the rods of Induction Hotend Rack.' + 00x0501040000030010: 'Laser module is dusty and needs cleaning now.' + 00x0580040000010045: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010010: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010017: 'AMS-HT %s certification failed. Please reconnect the cable or restart the printer.' 00x0700010000010001: 'The AMS%s assist motor has slipped.The extrusion wheel may be worn down,or the filament may be too thin.' 00x0700010000010003: 'The AMS%s assist motor torque control is malfunctioning.The current sensor may be faulty.' 00x0700010000010004: 'The AMS%s assist motor speed control is malfunctioning.The speed sensor may be faulty.' + 00x0700010000010005: 'AMS %s The current sensor of assist motor may be faulty.' + 00x0700010000010011: 'AMS %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700010000020002: 'The AMS%s assist motor is overloaded,The filament may be tangled or stuck.' + 00x0700010000020006: 'AMS %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020007: 'AMS %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020008: 'AMS %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x0700010000020009: 'AMS %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x0700010000020010: 'AMS %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x0700010000020011: 'AMS %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700020000010001: 'AMS%s filament speed and length error.The filament odometry may be faulty.' + 00x0700020000020002: 'AMS %s The odometer has no signal. The odometer connector may have poor contact.' + 00x0700020000020003: 'AMS %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' 00x0700100000010001: 'The AMS%s slot%s motor has slipped.The extrusion wheel may be malfunctioning,or the filament may be too thin.' 00x0700100000010003: 'The AMS%s slot%s motor torque control is malfunctioning.The current sensor may be faulty.' 00x0700100000020002: 'The AMS%s slot%s motor is overloaded.The filament may be tangled or stuck.' + 00x0700100000020004: 'AMS %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000010081: 'Failed to read the filament information from AMS %s slot %s. The AMS main board may be malfunctioning.' + 00x0700200000010082: 'Failed to read the filament information from AMS %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x0700200000010083: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged.' + 00x0700200000010084: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x0700200000010085: 'Failed to read the filament information from AMS %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x0700200000010086: 'Failed to read the filament information from AMS %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' 00x0700200000020001: 'AMS%s Slot%s filament has run out.' - - 00x1200200000020001: 'AMS%s Slot%s filament has run out.' 00x0700200000020002: 'The AMS%s slot%s is empty.' 00x0700200000020003: 'The AMS%s slot%s''s filament may be broken in AMS.' 00x0700200000020004: 'The AMS%s slot%s''s filament may be broken in the tool head.' 00x0700200000020005: 'AMS%s Slot%s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' + 00x0700200000020006: 'AMS %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x0700200000020007: 'AMS %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x0700200000020008: 'AMS %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x0700200000020009: 'Failed to extrude AMS %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x070020000002000A: 'Failed to adjust the filament position of AMS %s slot %s. The filament or buffer may be stuck.' + 00x0700200000020010: 'AMS %s slot %s feeds filament out of AMS timeout.' + 00x0700200000020011: 'AMS %s slot %s pulls filament back to AMS timeout.' + 00x0700200000020012: 'AMS %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x0700200000020013: 'AMS %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000020014: 'AMS %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x0700200000020015: 'AMS %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x0700200000020016: 'AMS %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x0700200000020017: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x0700200000020018: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x0700200000020019: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x0700200000020020: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x0700200000020021: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x0700200000020022: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x0700200000020023: 'AMS %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x0700200000020024: 'AMS %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x0700200000020025: 'AMS %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x0700200000020026: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x0700200000020027: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' 00x0700200000030001: 'AMS%s Slot%s filament has run out. Please wait while old filament is purged.' 00x0700200000030002: 'AMS%s Slot%s filament has run out and automatically switched to the slot with the same filament.' + 00x0700250000020001: 'AMS %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x0700260000020001: 'The induction hotend is heating up, and the drying power of AMS %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x0700300000010001: 'The AMS %s RFID 1 board has an error.' + 00x0700300000010004: 'Encryption chip failure' + 00x0700300000020002: 'The RFID-tag on AMS %s slot %s is damaged, or its content cannot be identified.' + 00x0700300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x0700350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x0700350000010002: 'AMS %s The humidity sensor is disconnected, which may be due to poor connector contact.' 00x0700400000020001: 'The filament buffer signal lost,the cable or position sensor may be malfunctioning.' 00x0700400000020002: 'The filament buffer position signal error,the position sensor may be malfunctioning.' 00x0700400000020003: 'The AMS Hub communication is abnormal,the cable may be not well connected.' 00x0700400000020004: 'The filament buffer signal is abnormal,the spring may be stuck or the filament may be tangle.' - 00x0700450000020001: 'The filament cutter sensor is malfunctioning.The sensor may be disconected or damaged.' 00x0700450000020002: 'The filament cutter''s cutting distance is too large.The XY motor may lose steps..' 00x0700450000020003: 'The filament cutter handle has not released.The handle or blade ay be stuck.' - 00x0700510000030001: 'The AMS is disabled; please load filament from spool holder.' 00x0700500000020001: 'The AMS%s communication is abnormal,please check the connection cable.' + 00x0700510000030001: 'The AMS is disabled; please load filament from spool holder.' + 00x0700550000010002: 'The PTFE tube is incorrectly connected between the toolhead and the buffer. Please connect the buffer''s top to the right extruder and the bottom to the left extruder.' + 00x0700550000010003: 'AMS %s was detected offline during the AMS initialization process.' + 00x0700550000010004: 'The binding between AMS %s and the extruder is incorrect. Please run the AMS Setup.' + 00x0700550000020001: 'A new AMS detected. Please set it up to check which extruder the AMS is connected to.' + 00x0700560000030001: 'AMS %s is undergoing dry cooling; please wait for it to cool down before operating.' 00x0700600000020001: 'The AMS%s slot%s is overloaded. The filament may be tangled or the spool may be stuck.' - 00x1200100000020002: 'The AMS%s Slot%s motor is overloaded. The filament may be tangled or stuck.' - 00x1200800000020001: 'AMS%s Slot%s filament may be tangled or stuck.' + 00x0700700000020001: 'Failed to pull out the AMS %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x0700700000020002: 'Failed to feed the AMS %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020003: 'Failed to extrude the filament. Possible cause: extruder or nozzle clog.' + 00x0700700000020004: 'Failed to pull back the AMS %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020005: 'Failed to feed the AMS %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x0700700000020006: 'Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog.' + 00x0700700000020007: 'AMS %s filament ran out. Please put a new filament into the same slot in AMS %s and resume.' + 00x0700700000020008: 'Failed to get AMS mapping table; please select ' + 00x070070000002000A: 'Failed to get filament-hotend mapping table from the slicing file.' + 00x0700740000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700800000010001: 'AMS %s The current sensor of heater %s is abnormal.' + 00x0700800000010002: 'AMS %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x0700800000010003: 'AMS %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x0700800000010004: 'AMS %s The heater %s is heating abnormally.' + 00x0700860000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700860000010004: 'AMS %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x0700860000020002: 'The AMS has been detected. Please set it up to confirm which side of the Filament Track Switch inlet the AMS is connected to.' + 00x0700860000020003: 'Filament is blocked at the inlet of the filament track switch.' + 00x0700870000020001: 'A filament jam or component damage may have occurred at the Filament Track Switch.' + 00x0700900000010002: 'AMS %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x0700900000010003: 'AMS %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x0700900000010004: 'The current sensor of AMS %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS mainboard.' + 00x0700900000020001: 'AMS %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x0700920000010001: 'AMS %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x0700920000020002: 'AMS %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x0700920000020003: 'The AMS %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x0700940000010001: 'AMS %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x0700940000010002: 'AMS %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x0700960000010001: 'AMS %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x0700960000010003: 'AMS %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x0700960000020002: 'AMS %s Environmental temperature is too low, which will affect the drying capability.' + 00x0700960000020004: 'AMS %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x0700970000030001: 'AMS %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x0700980000020001: 'AMS %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x0700980000020002: 'AMS %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x0700F00000020001: 'Filament and hotend matching failed. Please verify that the hotend in the hotend rack slot %s is correctly installed.' + 00x07FE200000020001: 'External filament of left extruder has run out; please load a new filament.' + 00x07FE200000020002: 'No filament was detected in the left extruder from the external spool; please load the new filament.' + 00x07FE200000020004: 'Please pull the external filament from the left extruder.' + 00x07FE450000020001: 'The left filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FE450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x07FE600000020001: 'External spool connected to left extruder may be tangled or jammed.' + 00x07FE700000020003: 'Please check if the material is coming out of the left nozzle. If not, gently push the material and try to extrude again.' + 00x07FE800000010001: 'The toolhead lift motor works abnormally. Please check whether the connecting cable is loose.' + 00x07FE800000010002: 'The Toolhead Lifting Motor position hall sensor has an open circuit; please check whether the connecting cable is loose.' + 00x07FE800000010003: 'The hall signal of the Toolhead Lifting Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE800000010004: 'The Toolhead Lifting Motor position hall sensor is short-circuited; please check if the Hall sensor is malfunctioning.' + 00x07FE800000010005: 'The extruder''s switching limit angle has drifted significantly. Please check if the flow blocker is jammed or if filament is stuck in the toolhead.' + 00x07FE800000010006: 'The TH board disconnected during the extruder switching process. Please check if the connecting cable is loose.' + 00x07FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x07FE800000020002: 'The position of left hotend is abnormal during printing. Please check whether the flow blocker scratches the printed model.' + 00x07FE800000020003: 'The deviation in the positioning calibration value of the extruder is too large; please recalibrate.' + 00x07FE810000010001: 'The extruder switching motor is working abnormally. Please check whether the connecting cable is loose.' + 00x07FE810000010002: 'The position hall sensor of the Extruder Switching Motor has an open circuit. Please check whether the connecting cable is loose.' + 00x07FE810000010003: 'The hall signal of the Extruder Switching Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE810000010004: 'The position hall sensor of the Extruder Switching Motor has a short circuit; please check if the Hall sensor is malfunctioning.' + 00x07FE810000020001: 'The extruder switching action is abnormal. Please check whether there is something stuck in the toolhead.' + 00x07FEA00000020001: 'The left nozzle cold pulling process has timed out. Please click ' 00x07FF200000020001: 'External filament has run out; please load a new filament.' 00x07FF200000020002: 'External filament is missing; please load a new filament.' + 00x07FF200000020003: 'Filament remains were detected in the PTFE tube between the Auxiliary Extruder and the Toolhead. Please refer to the Wiki for removal instructions.' 00x07FF200000020004: 'Please pull out the filament on the spool holder from the extruder.' - - 00x12FF200000020007: 'Failed to check the filament location in the tool head, please click for more help.' + 00x07FF200000020008: 'The Auxiliary Extruder failed to unload the filament, possibly due to slippage caused by worn filament. Please pull out the filament manually, cut off the worn section, and try again.' + 00x07FF200000020009: 'Auxiliary extruder feeding failed, possibly due to a clogged filament tube or worn filament, causing the extruder to slip. Please remove the filament, clear the tube, trim the worn section, and try again.' + 00x07FF200000030007: 'Flushing the remaining filament between the Auxiliary Extruder and the Toolhead. Please wait.' + 00x07FF450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FF600000020001: 'External spool may be tangled or jammed.' + 00x07FF700000020003: 'Please check if the filament is coming out of the nozzle. If not, gently push the material and try to extrude again.' + 00x07FF700000020009: 'Failure to feed material from the right extruder to the toolhead may be due to the filament not being gripped by the extruder or a loose PTFE tube between the extruder and the toolhead.' + 00x07FFA00000020001: 'The nozzle cold pull process has timed out. Please click ' + 00x0C00010000010001: 'Micro Lidar camera is offline.' + 00x0C00010000010003: 'Micro Lidar Synchronization abnormal.' + 00x0C00010000010004: 'Micro Lidar Lens dirty.' + 00x0C00010000010005: 'Micro Lidar OTP parameter abnormal.' + 00x0C0001000001000A: 'The Micro Lidar LED may be broken.' + 00x0C0001000001000B: 'Failed to calibrate Micro Lidar. Please make sure the calibration chart is clean and not obscured. Then, run machine calibration again.' + 00x0C00010000010009: 'Chamber camera dirty.' + 00x0C0001000002000B: 'Failed to calibrate Micro Lidar.' + 00x0C0001000001000F: 'The Live View Camera calibration failed. Please restart the devices or update the firmware.' + 00x0C00010000010010: 'The Live View Camera calibration failed. Please check if the heatbed is clear and ensure the camera image is clear and dirt-free. After these steps, please recalibrate.' + 00x0C00010000010011: 'The Live View Camera calibration failed, please recalibrate. Ensure the build plate is empty, and the camera view is clear and properly oriented. Please contact customer support if repeated failures occur.' + 00x0C00010000010012: 'The Live View Camera calibration failed and the calibration result could not be saved. Please try recalibrating. If calibration fails repeatedly, please contact the customer support team.' + 00x0C00010000010013: 'The Live View Camera calibration failed and the Liveview camera serial number cannot be read. Please contact the customer support team.' + 00x0C00010000010018: 'BirdsEye Camera is not certified, and camera-related functions are invalid.' + 00x0C00010000020002: 'Micro Lidar camera is malfunctioning.' + 00x0C00010000020006: 'Micro Lidar extrinsic parameter abnormal.' + 00x0C00010000020007: 'Micro Lidar laser parameter drifted.' + 00x0C00010000020008: 'Chamber camera offline.' + 00x0C00010000020014: 'Nozzle Camera is malfunctioning. If this issue occurs multiple times during printing, please contact customer support.' + 00x0C00010000020017: 'Nozzle camera lens is dirty, which may affect the AI monitoring functionality. Please clean the surface of the nozzle camera lens as soon as possible.' + 00x0C0001000003000C: 'Nozzle Camera''s temperature is too high, causing the AI detection feature to pause. The feature will automatically resume once the temperature returns to normal.' + 00x0C00020000010001: 'Laser not lit.' + 00x0C00020000010005: 'A new micro lidar is detected.' + 00x0C00020000020002: 'Laser too thick.' + 00x0C00020000020003: 'Laser not bright enough.' + 00x0C00020000020004: 'Nozzle height seems too low.' + 00x0C00020000020006: 'Nozzle height seems too high.' + 00x0C00020000020007: 'The vertical laser is not lit. Please check if it''s covered or hardware connection has a problem.' + 00x0C00020000020008: 'The vertical laser line is too wide. Please check if the heatbed is dirty.' + 00x0C00020000020009: 'The vertical laser is not bright enough at homing position. Please clean or replace the heatbed if this message appears repeatedly.' + 00x0C00030000010009: 'First layer inspection module rebooted.' + 00x0C0003000001000A: 'Your printer is in factory mode. Please contact Technical Support.' + 00x0C00030000020001: 'Filament exposure metering failed.' + 00x0C00030000020002: 'First layer inspection terminated due to abnormal lidar data.' + 00x0C00030000020004: 'First layer inspection not supported for current print job.' + 00x0C00030000020005: 'First layer inspection timeout.' + 00x0C0003000002000C: 'Build plate marker not detected.' + 00x0C0003000002000E: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002000F: 'Parts skipped before first layer inspection; the inspection is not supported for the current print.' + 00x0C00030000020010: 'Foreign objects detected on heatbed; Please check and clean the heatbed.' + 00x0C00030000020011: 'The high-precision nozzle offset calibration failed; please recalibrate.' + 00x0C00030000020012: 'Foreign object detection is not working. The Live View Camera needs calibration. Please tap ' + 00x0C00030000020013: 'Foreign object detection is not working. Please restart the devices or update the firmware.' + 00x0C00030000020014: 'Foreign object detection accuracy has decreased. If this occurs frequently, perform a Live View Camera calibration ("Settings" > "Calibration" on the printer screen). If a laser or cutting module is installed, remove it before proceeding.' + 00x0C00030000020015: 'Foreign object detection is not working. Detected the Live View Camera has been replaced. If a laser or cutting module is installed, please uninstall the module, tap ' + 00x0C00030000020016: 'Foreign object detection is not working and the Live View camera serial number cannot be read. Please contact the customer support team.' + 00x0C00030000020017: 'Laser engraving Z-axis focus calibration failed. Please check if the Laser Test Material (350g paperboard) is properly placed and its surface is clean and intact.' + 00x0C00030000020018: 'Insufficient system memory was detected, and the foreign object detection function was not working. Please restart the devices or update the firmware after the task is completed' + 00x0C00030000020019: 'The Vision Encoder Plate is either not placed or incorrectly placed. Please ensure it is correctly positioned on the heatbed.' + 00x0C0003000002001C: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002001D: 'Foreign object detection is not working, and images cannot be obtained. Please check the live camera connection.' + 00x0C00030000030006: 'Purged filaments piled up.' + 00x0C00030000030007: 'Possible first layer defects.' + 00x0C00030000030008: 'Possible spaghetti defects.' + 00x0C0003000003000B: 'Inspecting first layer.' + 00x0C0003000003000D: 'Detected that the extruder may not be extruding normally. Please check and decide if printing should be stopped.' + 00x0C00030000030010: 'Your printer seems to be printing without extruding.' + 00x0C0003000003001A: 'Foreign object detection did not work, possibly due to manual interruption (e.g., tapping stop or opening the door in laser mode). You can ignore this if that''s the case. Otherwise, try restarting the printer or updating the firmware to restore the function.' + 00x0C0003000003001B: 'Possible spaghetti defects were detected. Please check the print quality and decide if the job should be stopped.' + 00x0C00040000010005: 'BirdsEye Camera malfunction: please contact customer support.' + 00x0C00040000010010: 'Failed to measure material thickness due to laser module malfunction.' + 00x0C00040000010011: 'Failed to measure material thickness: device parameters abnormal; please setup BirdsEye Camera again.' + 00x0C00040000010012: 'Live View Camera data link is abnormal.' + 00x0C00040000010013: 'The exposure parameters of the BirdsEye Camera are not effective; please try again.' + 00x0C00040000010014: 'Cutting Protection Base not detected, which may lead to heatbed damage. Please place it and continue.' + 00x0C00040000010015: 'Laser Protective Insert not detected. Please place it and continue.' + 00x0C00040000010016: 'Quick-release Lever is not locked. Please push it down to secure.' + 00x0C00040000010020: 'The visual marker on the heatbed is damaged, please contact after-sales.' + 00x0C00040000010025: 'The device malfunctioned; please restart.' + 00x0C00040000020002: 'Cutting Platform not detected. Please place the required mat for the task and continue.' + 00x0C00040000020003: 'The Laser Platform is not properly aligned. Please ensure all four corners are aligned with the heatbed.' + 00x0C00040000020004: 'The type of platform is not supported for this task. Please use the correct platform to continue.' + 00x0C00040000020007: 'BirdsEye Camera is setting up. Please clear all objects and remove the mat. Make sure the marker is not obstructed. Meanwhile, clean both the BirdsEye Camera and Toolhead Camera, and remove any foreign objects blocking their view.' + 00x0C00040000020008: 'Material not detected. Please confirm placement and continue.' + 00x0C00040000020017: 'The visual marker was not detected during PrintThenCut; please re-paste the material to the correct position. Meanwhile, please clean the Toolhead Camera to prevent contamination and remove any objects that may obstruct its view.' + 00x0C00040000020018: 'The Cutting Blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Assistant to check if the blade tip is worn.' + 00x0C00040000020019: 'The Birdseye Camera is installed offset. Please refer to the Wiki to reinstall it.' + 00x0C00040000020023: 'Thickness measurement failed, the Toolhead Camera was unable to detect the material surface.' + 00x0C00040000020026: 'Liveview Camera initialization failed, and some AI functions such as Spaghetti Detection will be disabled. Please restart the printer. If the problem persists, please contact customer support.' + 00x0C00040000020029: 'The Laser or Cutting module has not been calibrated. Please calibrate it on the printer first.' + 00x0C00040000020030: 'The rotary engraving accessory is placed incorrectly. Please adjust and reposition it.' + 00x0C00040000030018: 'The Cutting blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Wiki to check if the blade tip is worn.' + 00x0C00040000030024: 'The BirdsEye Camera position is detected to be offset. To ensure engraving accuracy, it is recommended to rerun the BirdsEye Camera Setup.' + 00x0C00040000030026: 'To improve flame detection accuracy, the right chamber light has been automatically turned off.' + 00x0C00040000030028: 'The Cutting Module offset calibration failed, which may result in inaccurate cuts. Please ensure the 80g white printer paper(letter paper thickness) is properly positioned and check whether the cutting blade tip is worn.' + 00x1200100000010001: 'The AMS %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1200100000010003: 'The AMS %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1200100000020002: 'The AMS%s Slot%s motor is overloaded. The filament may be tangled or stuck.' + 00x1200200000020001: 'AMS%s Slot%s filament has run out.' + 00x1200200000020002: 'AMS %s slot %s is empty; please insert a new filament.' + 00x1200200000020003: 'AMS %s slot %s filament may be broken in the PTFE tube.' + 00x1200200000020004: 'AMS %s slot %s filament may be broken in the tool head.' + 00x1200200000020005: 'AMS %s slot %s filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead.' 00x1200200000020006: 'Failed to extrude AMS%s Slot%s filament, the extruder may be clogged, or the filament may be too thin, causing the extruder slipping.' + 00x1200200000030001: 'AMS %s slot %s filament has run out. Purging the old filament; please wait.' 00x1200200000030002: 'AMS%s Slot%s filament has run out and automatically switched to the slot with the same filament.' #NOTIFY END #CONTROL + 00x1200300000010001: 'AMS %s slot %s RFID coil is broken or the RF hardware circuit has an error.' + 00x1200300000010004: 'RFID cannot be read because of an encryption chip failure in AMS %s.' + 00x1200300000020002: 'The RFID-tag on AMS %s slot %s is damaged.' + 00x1200300000030003: 'AMS %s slot %s RFID cannot be read because of a structural error.' + 00x1200450000020001: 'The filament cutter sensor is malfunctioning. Please check whether the connector is properly plugged in.' + 00x1200450000020002: 'The filament cutter''s cutting distance is too large. The X motor may lose steps.' + 00x1200500000020001: 'AMS %s communication is abnormal; please check the connection cable.' + 00x1200510000030001: 'AMS is disabled; please load filament from spool holder.' + 00x1200700000010001: 'AMS %s Filament speed and length error: The slot %s filament odometry may be faulty.' + 00x1200800000020001: 'AMS%s Slot%s filament may be tangled or stuck.' + 00x12FF200000020001: 'Filament at the spool holder has run out; please insert a new filament.' + 00x12FF200000020002: 'Filament on the spool holder is empty; please insert a new filament.' + 00x12FF200000020004: 'Please pull the filament on the spool holder out from the extruder.' + 00x12FF200000020005: 'Filament may be broken in the tool head.' + 00x12FF200000020006: 'Failed to extrude the filament; the extruder may be clogged.' + 00x12FF200000020007: 'Failed to check the filament location in the tool head, please click for more help.' + 00x12FF200000030007: 'Checking the filament location of all AMS slots, please wait.' + 00x12FF800000020001: 'The filament on the spool holder may be tangled or stuck.' + 00x1800010000010001: 'The AMS-HT %s assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin.' + 00x1800010000010003: 'The AMS-HT %s assist motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800010000010004: 'The AMS-HT %s assist motor speed control is malfunctioning. The speed sensor may be faulty.' + 00x1800010000010005: 'AMS-HT %s The current sensor of assist motor may be faulty.' + 00x1800010000010011: 'AMS-HT %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800010000020002: 'The AMS-HT %s assist motor is overloaded. The filament may be tangled or stuck.' + 00x1800010000020006: 'AMS-HT %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020007: 'AMS-HT %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020008: 'AMS-HT %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x1800010000020009: 'AMS-HT %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x1800010000020010: 'AMS-HT %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x1800010000020011: 'AMS-HT %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800020000010001: 'AMS-HT %s Filament speed and length error: The filament odometry may be faulty.' + 00x1800020000020002: 'AMS-HT %s The odometer has no signal. The odometer connector may have poor contact.' + 00x1800020000020003: 'AMS-HT %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' + 00x1800100000010001: 'The AMS-HT %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1800100000010003: 'The AMS-HT %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800100000020002: 'The AMS-HT %s slot %s motor is overloaded. The filament may be tangled or stuck.' + 00x1800100000020004: 'AMS-HT %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000010081: 'Failed to read the filament information from AMS-HT %s slot %s. The AMS main board may be malfunctioning.' + 00x1800200000010082: 'Failed to read the filament information from AMS-HT %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x1800200000010083: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged.' + 00x1800200000010084: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x1800200000010085: 'Failed to read the filament information from AMS-HT %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x1800200000010086: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' + 00x1800200000020001: 'AMS-HT %s slot %s filament has run out. Please insert a new filament.' + 00x1800200000020002: 'AMS-HT %s slot %s is empty; please insert a new filament.' + 00x1800200000020003: 'AMS-HT %s slot %s''s filament may be broken in AMS-HT.' + 00x1800200000020004: 'AMS-HT %s slot %s filament may be broken in the tool head.' + 00x1800200000020005: 'AMS-HT %s slot %s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' + 00x1800200000020006: 'AMS-HT %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x1800200000020007: 'AMS-HT %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x1800200000020008: 'AMS-HT %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x1800200000020009: 'Failed to extrude AMS-HT %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x180020000002000A: 'Failed to adjust the filament position of AMS-HT %s slot %s. The filament or buffer may be stuck.' + 00x1800200000020010: 'AMS-HT %s slot %s feeds filament out of AMS timeout.' + 00x1800200000020011: 'AMS-HT %s slot %s pulls filament back to AMS timeout.' + 00x1800200000020012: 'AMS-HT %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x1800200000020013: 'AMS-HT %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000020014: 'AMS-HT %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x1800200000020015: 'AMS-HT %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x1800200000020016: 'AMS-HT %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x1800200000020017: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x1800200000020018: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x1800200000020019: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x1800200000020020: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x1800200000020021: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x1800200000020022: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x1800200000020023: 'AMS-HT %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x1800200000020024: 'AMS-HT %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x1800200000020025: 'AMS-HT %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x1800200000020026: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x1800200000020027: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' + 00x1800200000030001: 'AMS-HT %s slot %s filament has run out. Please wait while old filament is purged.' + 00x1800200000030002: 'AMS-HT %s slot %s filament has run out and automatically switched to the slot with the same filament.' + 00x1800240000010007: 'AMS-HT %s door detection is abnormal, the Hall sensor connection may be loose or disconnected.' + 00x1800240000020009: 'AMS-HT %s front cover is open. This may affect the drying performance or cause the filament to absorb moisture.' + 00x1800250000020001: 'AMS-HT %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x1800260000020001: 'The induction hotend is heating up, and the drying power of AMS-HT %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x1800300000010001: 'The AMS-HT %s RFID 1 board has an error.' + 00x1800300000010004: 'Encryption chip failure' + 00x1800300000020002: 'The RFID-tag on AMS-HT %s slot %s is damaged, or its content cannot be identified.' + 00x1800300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x1800350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x1800350000010002: 'AMS-HT %s The humidity sensor is disconnected, which may be due to poor connector contact.' + 00x1800400000020001: 'AMS-HT %s Filament buffer position signal lost: the cable or position sensor may be malfunctioning.' + 00x1800450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x1800450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x1800500000020001: 'AMS-HT %s communication is abnormal; please check the connection cable.' + 00x1800510000030001: 'The AMS is disabled; please load filament from the spool holder.' + 00x1800550000010003: 'AMS-HT %s was detected offline during the AMS initialization process.' + 00x1800550000010004: 'The binding between AMS-HT %s and the extruder is incorrect. Please run the AMS Setup.' + 00x1800550000020001: 'A new AMS-HT detected. Please set it up to check which extruder the AMS-HT is connected to.' + 00x1800560000030001: 'AMS-HT %s is undergoing dry cooling; please wait for it to cool down before operating.' + 00x1800600000020001: 'The AMS-HT %s slot %s is overloaded. The filament may be tangled or the filament buffer may be stuck.' + 00x1800700000020001: 'Failed to pull out the AMS-HT %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x1800700000020002: 'Failed to feed the AMS-HT %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020004: 'Failed to pull back the AMS-HT %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020005: 'Failed to feed the AMS-HT %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x1800700000020007: 'AMS-HT %s filament ran out. Please put a new filament into the same slot in AMS-HT %s and resume.' + 00x1800800000010001: 'AMS-HT %s The current sensor of heater %s is abnormal.' + 00x1800800000010002: 'AMS-HT %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x1800800000010003: 'AMS-HT %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x1800800000010004: 'AMS-HT %s The heater %s is heating abnormally.' + 00x1800860000010004: 'AMS-HT %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x1800900000010002: 'AMS-HT %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x1800900000010003: 'AMS-HT %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x1800900000010004: 'The current sensor of AMS-HT %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS-HT mainboard.' + 00x1800900000020001: 'AMS-HT %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x1800920000010001: 'AMS-HT %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x1800920000020002: 'AMS-HT %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x1800920000020003: 'The AMS-HT %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x1800940000010001: 'AMS-HT %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x1800940000010002: 'AMS-HT %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x1800960000010001: 'AMS-HT %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x1800960000010003: 'AMS-HT %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x1800960000020002: 'AMS-HT %s Environmental temperature is too low, which will affect the drying capability.' + 00x1800960000020004: 'AMS-HT %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x1800970000030001: 'AMS-HT %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x1800980000020001: 'AMS-HT %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x1800980000020002: 'AMS-HT %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x18FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x18FF200000020001: 'External filament has run out; please load a new filament.' + 00x18FF200000020002: 'External filament is missing; please load a new filament.' + 00x18FF200000020004: 'Please pull the external filament from the extruder.' + 00x18FF700000020003: 'Please check if the material is coming out of the right nozzle. If not, gently push the material and try to extrude again.' + 00x1A00010000020001: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has no hotend installed, the corresponding rack slot contains a hotend, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020002: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has a hotend installed, the corresponding rack slot is empty, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020003: 'Error detected before induction hotend replacement: no hotend installed in slot %s on the rack.' + 00x1A00010000020004: 'Error detected before induction hotend replacement: a hotend is already installed in slot %s on the rack. Please remove it before continuing.' + 00x1A00010000020020: 'Abnormal condition detected while nesting the hotend in slot %s: a hotend is already installed. Please remove the existing one before clicking "Continue."' + 00x1A00010000020021: 'Abnormal condition detected while nesting the hotend in slot %s: no hotend detected on the toolhead. Please mount the hotend onto the toolhead before clicking "Continue."' + 00x1A00010000020022: 'Abnormal condition detected while nesting the hotend in slot %s. Please ensure no hotend is mounted on the toolhead and that a hotend is present in slot %s on the rack before clicking "Continue."' + 00x1A00010000020023: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detect the hotend on the toolhead. Please check whether there is any debris on the hotend heatsink surface or if the front magnet has fallen off. If not, recalibrate the induction hotend rack.' + 00x1A00010000020024: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detach the hotend from the toolhead. Please make sure the locking lever is in the released position.' + 00x1A00010000020025: 'Abnormal condition detected while nesting the hotend in slot %s: the hotend has dropped. Please check for excessive filament remaining at the top of the hotend, trim the residue, reinstall the hotend into slot %s on the rack, and then click "Continue."' + 00x1A00010000020026: 'Abnormal condition detected while nesting the hotend in slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020027: 'Abnormal condition detected while nesting the hotend in slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00010000020030: 'Abnormal condition detected while fetching the hotend from slot %s: no hotend found in this position. Please install a hotend in the corresponding slot before clicking "Continue."' + 00x1A00010000020031: 'Abnormal condition detected while fetching the hotend from slot %s: a hotend is already mounted on the toolhead. Please remove the hotend from the toolhead before clicking "Continue."' + 00x1A00010000020032: 'Error detected while fetching the hotend from slot %s: the toolhead failed to detect the hotend on the rack. Please check for any debris in the induction hotend mounting slot on the toolhead. If none is found, recalibrate the induction hotend rack.' + 00x1A00010000020033: 'Error detected while fetching the hotend from slot %s: the rack failed to mount the hotend properly. Please check for excessive filament at the top of the hotend, debris in the contact area between the toolhead and the hotend, or if the locking lever is in the released position. After resolving the issue, click "Continue."' + 00x1A00010000020034: 'Error detected while fetching the hotend from slot %s: the hotend has dropped. Please check for excessive filament or other debris at the top of the hotend, trim or remove it, then reinstall the hotend into slot %s on the rack and click "Continue."' + 00x1A00010000020035: 'Error detected while fetching the hotend from slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020036: 'Error detected while fetching the hotend from slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00100000020001: 'Toolhead XY axis or hotend rack has not finished homing. Hotend replacement cannot proceed.' + 00x1A00110000020002: 'Hotend rack coarse homing failed. Please check for any obstructions.' + 00x1A00110000020003: 'Induction Hotend Rack coarse homing failed due to excessive travel. Please check the timing belt condition.' + 00x1A00120000020001: 'Induction hotend rack calibration failed: camera position calibration error. Please clean any debris from the thermal paper surface at the rear of the build plate and remove residue from the nozzle.' + 00x1A00120000020002: 'Induction hotend rack calibration failed: the white marker on the rack''s induction hotend docking module was not detected. Please refer to the Wiki to check if the marker is damaged or covered by dirt.' + 00x1A00120000020003: 'Induction hotend rack calibration failed: abnormal calibration result. Please refer to the Wiki to check if the rack structure is deformed.' + 00x1A00120000020004: 'Hotend rack height calibration is abnormal. Please check for any foreign objects that may be causing the rack to jam.' + 00x1A00120000020007: 'The hotend rack motion timed out. Please check for any foreign objects or obstructions that may be causing the rack to jam.' + 00x1A00120000020008: 'The hotend rack tool lock rod position is abnormal. Please check for any foreign objects or obstructions that may be causing the lock rod to jam.' + 00x1A00120000020009: 'Induction hotend locking lever or rack lever release mechanism error. Please refer to the Wiki for inspection.' + 00x1A00120000020010: 'The Induction Hotend Rack has not been set up. Please follow the instructions to complete the setup before using its functions.' + 00x1A00120000020011: 'Induction hotend not detected before locking. Please check its installation on the toolhead.' + 00x1A00130000020001: 'The hotend rack is fully occupied. Please remove at least one hotend before proceeding.' + 00x1A00200000020001: 'Power outage occurred during hotend replacement. Please follow the Wiki guide to restore the setup, otherwise printing may fail.' + 00x1A00210000010001: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend back to slot %s on the rack, then move the toolhead to the center of the build plate.' + 00x1A00210000010002: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend from slot %s on the rack back onto the toolhead, then move the toolhead to the center of the build plate.' + 00x1A00210000020001: 'Power loss occurred while fetching/nesting hotend. Check if the hotend is in slot %s on the rack. If not, nest it back to that slot and move the toolhead to the center of the build plate.' + 00x1A00210000020002: 'Power loss occurred while fetching/nesting the hotend. Check if it''s mounted on the toolhead. If not, fetch it from slot %s on the rack, nest it onto the toolhead, and move the toolhead to the center of the build plate.' + 00x1A00E00000010005: 'The Induction Hotend Rack is blocked by an obstacle during homing. Please clear any obstructions from its movement path.' + 00x1A00E00000010006: 'Induction Hotend Rack homing distance is too long. The timing belt may be loose. Please check and tighten.' ctl_top_t_temp_axis: 'Temperature/Axis' ctl_top_t_filament: 'Filament' + ctl_top_t_hello: 'Hello World' ctl_t_part: 'Part' ctl_t_aux: 'Aux' ctl_t_chamber: 'Chamber' @@ -493,6 +1173,10 @@ en-ZA: tip_group_temp_too_high_confirm: 'There are some printers in the group with a hot end temperature exceeding 50 degrees. Turning off the printer may cause blockage. Please wait for the hot end to cool down before turning off the printer power. Do you want to continue?' t_is_printing: 'Printing' t_is_idle: 'Idle' + t_table_header_index: 'No.' + t_table_header_device_name: 'Device Name' + t_table_header_status_task: 'Status / Task' + t_table_header_actions_connection: 'Actions & Connection' tip_enter_group_name: 'Please enter a group name:' tip_move_confirm: 'The printer/printer group is currently printing and cannot be moved.' tip_always_sleep: 'This operation will cause damage to the screen. Do you want to continue?' @@ -530,7 +1214,7 @@ en-ZA: tip_confirm_unbind_power: 'Do you want to unbind from Panda PWR?' t_reset_power_usage: | RST - Usage + Usage t_reset_power_usage_print: 'RST Usage' tip_confirm_reset_power_usage: 'Do you want to reset the power usage?' t_auto_off: 'Auto Off' @@ -555,15 +1239,25 @@ en-ZA: tip_loading_thumbnail: 'Loading data from printer. Please wait a second.' t_sd_enhanced_load_thumbnails: 'Enhanced thumbnail display' tip_enhanced_load_effect: 'start printing from USB stick or click sd-card panel will cause a long delay and it will takes effect after reboot, continue?' - tip_not_higher: 'Not higher than %d.' - tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' - tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' - tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' - tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' - tip_dry_completed: 'Drying completed.' - tip_dry_not_support: 'Not support for A1, A1-mini, P1P.' + tip_not_higher: 'Not higher than %d.' + tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' + tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' + tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' + tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' + tip_ams_dry_stop: 'Are you sure you want to stop the AMS drying process?' + tip_dry_completed: 'Drying completed.' + tip_dry_not_support: 'Not support for A1, A1-mini, P1P.' tip_dry_printer_printing: 'The printer is printing.' tip_skip_obj_selected: '#ff0000 %d# objects is selected' tip_dry_ing: 'Drying' tip_dry_prepare_ok: 'Ready, please check if the printer tool head has returned to the preset position before clicking start.' #NEW ADD END + +# AUTO-FILLED MISSING KEYS START + tip_firmware_incompatible: | + Your Bambu machine is running firmware version %s or above + This firmware implements an authentication mechanism that requires Bambu to approve who can send control commands to your machines if you are operating in cloud mode. + To regain full control of your machine using the Panda Touch, please change to LAN-only, developer mode from your stock bambu screen. + Alternately, you can roll back to an earlier firmware version using the bambu handy app. + tip_firmware_incompatible_reduced: 'Read Only Mode. Switch to LAN-only developer mode or roll back the printer firmware for full control.' +# AUTO-FILLED MISSING KEYS END diff --git a/Translation/es-ES/es-ES.yml b/Translation/es-ES/es-ES.yml index 1f15488..9fb4229 100644 --- a/Translation/es-ES/es-ES.yml +++ b/Translation/es-ES/es-ES.yml @@ -1,7 +1,5 @@ es-ES: -#SETTING PAGE lang_name_t: 'Español' - min_time_t_1: '1min' min_time_t_2: '2min' min_time_t_3: '3min' @@ -17,6 +15,9 @@ es-ES: setting_gen_t_lang: 'Idioma:' setting_gen_t_fw: 'Firmware:' setting_gen_t_slp: 'Suspensión:' + setting_gen_t_readonly: 'Modo de solo lectura:' + setting_gen_t_wake_on_print: 'Activar al iniciar la impresion' + setting_gen_t_on_while_print: 'Mantener activo durante la impresion' setting_gen_t_backlight: 'Brillo de la retroiluminación:' setting_gen_t_reb: 'Reiniciar' setting_gen_t_rst: 'Restaurar configuración de fábrica' @@ -38,6 +39,7 @@ es-ES: btn_load: 'Cargar' btn_unload: 'Descargar' btn_retry: 'Reintentar' + btn_reread: 'Volver a leer' btn_abort: 'Abortar' btn_print: 'Imprimir' btn_remove: 'Eliminar' @@ -56,15 +58,19 @@ es-ES: btn_add_printer: 'Añadir impresora' btn_add_group: 'Añadir grupo' btn_goto_printers: 'Ir a la página multidispositivo' + btn_printer_view_list: 'Lista' + btn_printer_view_card: 'Tarjeta' btn_goto_wifi: 'Ir a la red Wi-Fi' btn_ignore: 'Ignorar' btn_goto_login: 'Ir a la página de inicio de sesión' btn_dry: 'Secado' btn_dry_prepare: 'Preparar' btn_dry_start: 'Comenzar' + label_dry_time: 'Tiempo de secado' + label_dry_temp: 'Temperatura' + tip_ams_dry_setup: 'Configuracion de secado AMS' btn_skip_obj: 'Skip' #BUTTONS END - set_net_wifi_scaned: 'WiFi Escaneados' welcome_tip: 'Por favor, conéctese a Internet seleccionando la red WiFi de la derecha e introduciendo la contraseña. Pulse actualizar si no ve la red deseada. Pulse siguiente cuando se haya conectado a la red deseada.' tip_scan_qrcode: 'Por favor, utilice su teléfono para escanear el código QR y acceder al manual online.' @@ -119,7 +125,7 @@ es-ES: filament_maximum: 'Máximo' filament_unknown_type: 'Desconocido' #PRINT -#TIPS +#TIPS tip_input_optional: '(Opcional)' tip_input_name: '(Obligatorio)Introduzca el nombre de tu impresora' tip_input_ip: '(Obligatorio)Introduzca la IP de tu impresora' @@ -179,10 +185,49 @@ es-ES: notify_remind: 'Por favor, escanee el código para ver las posibles soluciones, o haga clic en el botón "Ir a la impresora" para establecer esta impresora como impresora "maestra"' notify_remind_go_print: 'Ir a la impresora' notify_unknow_state: 'Panda Touch código de estado desconocido.' - 00x0300100000020001: 'La frecuencia de resonancia del eje %s es baja. La correa dentada puede estar suelta' - 00x0300100000020002: 'El modo de resonancia mecánica de 1er orden del eje %s difiere mucho de la última calibración, por favor vuelva a ejecutar la calibración de la máquina más tarde.' - 00x03000F0000010001: 'Los datos del acelerómetro no están disponibles.' - 00x03000D000001000B: 'El motor del eje Z parece haberse atascado al moverse hacia arriba.' + 00x0300010000010001: 'The heatbed temperature is abnormal; the heater may have a short circuit.' + 00x0300010000010002: 'The heatbed temperature is abnormal; the heater may have an open circuit, or the thermal switch may be open.' + 00x0300010000010003: 'The heatbed temperature is abnormal; the heater is over temperature.' + 00x0300010000010006: 'The heatbed temperature is abnormal; the sensor may have a short circuit.' + 00x0300010000010007: 'La temperatura del lecho térmico es anormal; es posible que el sensor tenga un circuito abierto.' + 00x0300010000010008: 'An abnormality occurs during the heating process of the heatbed; the heating modules may be broken.' + 00x030001000001000A: 'The heatbed temperature control is abnormal; the AC board may be broken.' + 00x030001000001000C: 'The heatbed has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030001000001000D: 'An abnormality occured in heating modules of heatbed previously. To continue using your printer, please refer to the wiki to troubleshoot.' + 00x030001000001000E: 'The power supply voltage does not match the machine; the heatbed has been disabled.' + 00x030001000002000F: 'The chamber target temperature is set too high, while the heatbed target temperature is set too low. Heatbed cooling has been skipped. It is recommended to set matching chamber and heatbed temperatures.' + 00x0300010000030008: 'The temperature of the heated bed exceeds the limit and automatically adjusts to the limit temperature.' + 00x030001000003000F: 'The chamber temperature is currently high, and the heatbed is cooling down slowly. It is recommended to open the top cover or front door to accelerate the cooling process.' + 00x0300020000010001: 'La temperatura de la boquilla es anormal, el calentador puede estar en cortocircuito.' + 00x0300020000010002: 'La temperatura de la boquilla es anormal, el calentador puede estar en circuito abierto.' + 00x0300020000010003: 'La temperatura de la boquilla es anormal, el calentador está sobrecalentado.' + 00x0300020000010004: 'The right nozzle temperature control is abnormal. The hotend might have structural damage.' + 00x0300020000010006: 'La temperatura de la boquilla es anormal, el sensor puede estar en cortocircuito.' + 00x0300020000010007: 'La temperatura de la boquilla es anormal, el sensor puede estar en circuito abierto.' + 00x0300020000010008: 'The right extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x0300020000010009: 'Nozzle temperature control is abnormal. The hot end may not be installed. To heat the heating assembly without the hotend, enable Maintenance Mode in the settings.' + 00x030002000001000B: 'The right extruder nozzle temperature control is abnormal, possibly due to the hotend not being properly installed or a malfunction of the wireless temperature measurement board.' + 00x0300030000010001: 'La velocidad del ventilador del hotend es demasiado lenta o está parada.' + 00x0300030000020002: 'La velocidad del ventilador del hotend es lenta.' + 00x0300040000020001: 'La velocidad del ventilador de refrigeración de la pieza es demasiado lenta o está parado.' + 00x0300050000010001: 'The motor driver is overheating. Its radiator may be loose, or its cooling fan may be damaged.' + 00x0300060000010001: 'Motor-%s tiene un circuito abierto. Puede haber una conexión suelta o el motor puede haber fallado.' + 00x0300060000010002: 'Motor-%s tiene un cortocircuito. Es posible que haya fallado.' + 00x0300060000010003: 'La resistencia del Motor-%s es anormal, es posible que el motor haya fallado.' + 00x0300090000010001: 'The extruder servo motor has an open circuit. The connection may be loose, or the motor may have failed.' + 00x0300090000010002: 'The extruder servo motor has a short-circuit. It may have failed.' + 00x0300090000010003: 'The resistance of the extruder servo motor is abnormal; the motor may have failed.' + 00x0300090000020001: 'The extrusion motor is overloaded. The extruder may be clogged or the filament may be stuck in the tool head.' + 00x0300090000020002: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead.' + 00x0300090000020003: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip.' + 00x0300090000020004: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead, or the externally mounted filament may be tangled.' + 00x0300090000020005: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip, or the externally mounted filament may be tangled.' + 00x0300090000030007: 'Filament extrusion anomaly detected. Automatically retrying recovery, please wait.' + 00x03000A0000010001: 'La sensibilidad del sensor de fuerza del lecho térmico %s es demasiado alta.' + 00x03000A0000010002: 'La sensibilidad del sensor de fuerza de la cama caliente %s es baja.' + 00x03000A0000010003: 'La sensibilidad del sensor de fuerza de la cama caliente %s es demasiado baja.' + 00x03000A0000010004: 'Se ha detectado una perturbación externa al comprobar la sensibilidad del sensor de fuerza %s. La bandeja de la cama caliente puede haber tocado algo fuera de la cama caliente.' + 00x03000A0000010005: 'El sensor de fuerza %s ha detectado una fuerza continua inesperada.' 00x03000D0000010003: 'La bandeja de impresión no está colocada correctamente. Por favor, ajústela.' 00x03000D0000010004: 'La bandeja de impresión no está colocada correctamente. Por favor, ajústela.' 00x03000D0000010005: 'La bandeja de impresión no está bien colocada. Por favor, ajústela.' @@ -192,133 +237,768 @@ es-ES: 00x03000D0000010009: 'La bandeja de impresión no está colocada correctamente. ' 00x03000D000001000A: 'La bandeja de impresión no está colocada correctamente. Por favor, ajústela.' 00x03000D0000020001: 'Homing anormal del cabezal.' - 00x03000A0000010005: 'El sensor de fuerza %s ha detectado una fuerza continua inesperada.' - 00x03000A0000010004: 'Se ha detectado una perturbación externa al comprobar la sensibilidad del sensor de fuerza %s. La bandeja de la cama caliente puede haber tocado algo fuera de la cama caliente.' - 00x03000A0000010003: 'La sensibilidad del sensor de fuerza de la cama caliente %s es demasiado baja.' - 00x03000A0000010002: 'La sensibilidad del sensor de fuerza de la cama caliente %s es baja.' - 00x03000A0000010001: 'La sensibilidad del sensor de fuerza del lecho térmico %s es demasiado alta.' - 00x0300040000020001: 'La velocidad del ventilador de refrigeración de la pieza es demasiado lenta o está parado.' - 00x0300030000020002: 'La velocidad del ventilador del hotend es lenta.' - 00x0300030000010001: 'La velocidad del ventilador del hotend es demasiado lenta o está parada.' - 00x0300060000010001: 'Motor-%s tiene un circuito abierto. Puede haber una conexión suelta o el motor puede haber fallado.' - 00x0300060000010002: 'Motor-%s tiene un cortocircuito. Es posible que haya fallado.' - 00x0300060000010003: 'La resistencia del Motor-%s es anormal, es posible que el motor haya fallado.' - 00x0300010000010007: 'La temperatura del lecho térmico es anormal; es posible que el sensor tenga un circuito abierto.' - 00x0300130000010001: 'El sensor de corriente del Motor-%s es anormal. Esto puede ser causado por un fallo del circuito de muestreo de hardware.' - 00x0300180000010005: 'El motor del eje Z parece haberse atascado durante el movimiento, por favor, compruebe si hay algún objeto extraño en los sliders Z o en las ruedas de la correa dentada Z.' - 00x0300190000010001: 'El sensor de corriente de Foucault del eje Y no está disponible, el cable debe estar roto.' - 00x0300190000020002: 'La sensibilidad del sensor de corrientes de Foucault del eje Y es demasiado baja.' - 00x0300400000020001: 'La transmisión de datos a través del puerto serie es anormal; el sistema de software puede estar defectuoso.' - 00x0300410000010001: 'El voltaje del sistema es inestable; activando la función de protección de fallo de alimentación.' - 00x0300020000010001: 'La temperatura de la boquilla es anormal, el calentador puede estar en cortocircuito.' - 00x0300020000010002: 'La temperatura de la boquilla es anormal, el calentador puede estar en circuito abierto.' - 00x0300020000010003: 'La temperatura de la boquilla es anormal, el calentador está sobrecalentado.' - 00x0300020000010006: 'La temperatura de la boquilla es anormal, el sensor puede estar en cortocircuito.' - 00x0300020000010007: 'La temperatura de la boquilla es anormal, el sensor puede estar en circuito abierto.' + 00x03000D000001000B: 'El motor del eje Z parece haberse atascado al moverse hacia arriba.' + 00x03000D0000020003: 'The build plate may not be properly placed. If this message appears repeatedly, please check the Wiki for more explanations.' + 00x03000F0000010001: 'Los datos del acelerómetro no están disponibles.' + 00x0300100000020001: 'La frecuencia de resonancia del eje %s es baja. La correa dentada puede estar suelta' + 00x0300100000020002: 'El modo de resonancia mecánica de 1er orden del eje %s difiere mucho de la última calibración, por favor vuelva a ejecutar la calibración de la máquina más tarde.' + 00x0300110000020002: 'The resonance frequency of the Y-axis differs greatly from the last calibration. Please clean the Y-axis liner rod and conduct a calibration after printing.' 00x0300120000020001: 'La cubierta frontal del cabezal se ha caído.' + 00x0300130000010001: 'El sensor de corriente del Motor-%s es anormal. Esto puede ser causado por un fallo del circuito de muestreo de hardware.' + 00x0300160000010001: 'The extruder servo motor''s current sensor is abnormal. A failure of the hardware sampling circuit may cause this.' + 00x0300170000010001: 'The hotend cooling fan speed is too slow or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300170000020002: 'The hotend cooling fan speed is slow. It may be stuck and need cleaning.' 00x0300180000010001: 'El valor del sensor de fuerza de extrusión es bajo, la boquilla parece no estar instalada.' 00x0300180000010002: 'La sensibilidad del sensor de fuerza de extrusión es baja, el hotend puede no estar instalado correctamente.' 00x0300180000010003: 'El sensor de fuerza de extrusión no está disponible, el enlace entre el MC y el TH puede estar roto o el sensor está roto.' - 00x0300180000010004: 'Los datos del sensor de fuerza de extrusión son anormales, el sensor debe estar roto.' + 00x0300180000010005: 'El motor del eje Z parece haberse atascado durante el movimiento, por favor, compruebe si hay algún objeto extraño en los sliders Z o en las ruedas de la correa dentada Z.' + 00x0300180000010006: 'The heatbed leveling data is abnormal. Please check whether there are any foreign objects on the heatbed and Z slider. If so, please remove them and try again.' + 00x0300180000010007: 'The frequency of the extrusion force sensor is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300180000010008: 'The nozzle touches the heatbed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030018000001000B: 'Nozzle presence detection failed: nozzle not installed or improperly installed.' + 00x030018000001000C: 'An anomalous jump in the extruder extrusion force sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x030018000001000D: 'Nozzle clumping detection calibration failed. Excessive force detected on the nozzle. Please ensure the nozzle is installed correctly.' + 00x030018000001000E: 'Nozzle clumping detection calibration failed. The nozzle did not touch the inner wall of the hole. Please clean the nozzle and the steel plate hole at the rear-right side of the heatbed.' + 00x0300180000030009: 'Performing initial High-temperature Bed Leveling.' + 00x0300190000010001: 'El sensor de corriente de Foucault del eje Y no está disponible, el cable debe estar roto.' + 00x0300190000020002: 'La sensibilidad del sensor de corrientes de Foucault del eje Y es demasiado baja.' 00x03001A0000020001: 'La boquilla está envuelta en el filamento o la placa de impresión está mal colocada.' 00x03001A0000020002: 'El sensor de fuerza de extrusión detecta que la boquilla está obstruida.' - 00x0C00010000010001: 'La cámara Micro Lidar está fuera de línea.' - 00x0C00010000020002: 'La cámara Micro Lidar funciona mal.' - 00x0C00010000010003: 'Sincronización Micro Lidar anormal.' - 00x0C00010000010004: 'Lente Micro Lidar sucia.' - 00x0C00010000010005: 'Micro Lidar OTP parámetro anormal.' - 00x0C00010000020006: 'Micro Lidar parámetro extrínseco anormal.' - 00x0C00010000020007: 'Micro Lidar parámetro láser anormal.' - - 00x0C00010000020008: 'Cámara fuera de línea.' - 00x0C00010000010009: 'Cámara sucia.' - 00x0C0001000001000A: 'El LED del Micro Lidar puede estar roto.' - 00x0C0001000002000B: 'Fallo al calibrar el Micro Lidar.' - 00x0C00020000010001: 'Láser no encendido.' - 00x0C00020000020002: 'Láser demasiado grueso.' - 00x0C00020000020003: 'Láser no suficientemente brillante.' - 00x0C00020000020004: 'La altura de la boquilla parece demasiado baja.' - 00x0C00020000010005: 'Se ha detectado un nuevo micro Lidar.' - 00x0C00020000020006: 'La altura de la boquilla parece demasiado alta.' - - 00x0C00030000020001: 'Fallo en la medición de la exposición del filamento.' - 00x0C00030000020002: 'Inspección de la primera capa finalizada debido a datos Lidar anormales.' - 00x0C00030000020004: 'Inspección de la primera capa no compatible con el trabajo de impresión actual.' - 00x0C00030000020005: 'Tiempo de espera de la inspección de la primera capa.' - 00x0C00030000030006: 'Filamentos purgados apilados.' - 00x0C00030000030007: 'Posibles defectos de primera capa.' - 00x0C00030000030008: 'Posibles defectos de espagueti.' - 00x0C00030000010009: 'Módulo de inspección de primera capa reiniciado.' - 00x0C0003000003000B: 'Inspeccionando primera capa.' - 00x0C0003000002000C: 'No se detecta marcador de bandeja de impresión.' - + 00x03001A0000020003: 'The nozzle clumping sensor is malfunctioning; Please refer to the Wiki for troubleshooting.' + 00x03001A0000030004: 'Nozzle clumping detection timed out. The check has been skipped.' + 00x03001B0000010001: 'The signal of the heatbed acceleration sensor is weak. The sensor may have fallen off or been damaged.' + 00x03001B0000010002: 'External disturbance was detected on the heatbed acceleeration sensor. The sensor signal wire may not be affixed.' + 00x03001B0000010003: 'The heatbed acceleration sensor detected unexpected continuous force. The sensor may be stuck, or the analog front end may be broken.' + 00x03001C0000010001: 'The extrusion motor driver is abnormal. The MOSFET may have a short circuit.' + 00x03001D0000010001: 'The position sensor of extrusion motor is abnormal. The connection to the sensor may be loose.' + 00x03001E0000010001: 'The left nozzle temperature is abnormal; the heater may have a short circuit.' + 00x03001E0000010002: 'The left nozzle temperature is abnormal; the heater may have an open circuit.' + 00x03001E0000010003: 'The left nozzle temperature is abnormal; the heater is over temperature.' + 00x03001E0000010006: 'The left nozzle temperature is abnormal; the sensor may have a short circuit, please check whether the connector is properly plugged in.' + 00x03001E0000010007: 'The left nozzle temperature is abnormal; the sensor may have an open circuit.' + 00x03001E0000010008: 'The left extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x03001E0000010009: 'The left nozzle temperature control is abnormal; the hot end may not be installed. If you want to heat the hot end without it being installed, please turn on maintenance mode in the settings page.' + 00x0300200000010001: 'X-axis homing abnormal: please check if the toolhead is stuck or if the resistance on the X-axis linear rail is too high.' + 00x0300200000010002: 'Y-axis homing abnormal: please check if the toolhead is stuck or the Y carriage has too much resistance.' + 00x0300200000010003: 'X axis homing abnormal: the timing belt may be loose.' + 00x0300200000010004: 'Y axis homing abnormal: the timing belt may be loose.' + 00x0300210000010001: 'Auxiliary extruder motor open circuit, possibly due to a loose connection or motor failure.' + 00x0300210000010002: 'Auxiliary extruder motor short circuit, possibly caused by motor failure.' + 00x0300210000010003: 'The resistance of the Auxiliary extruder motor is abnormal; the motor may have failed.' + 00x0300220000010001: 'Auxiliary extruder motor current sensor error, possibly caused by a sampling circuit hardware failure.' + 00x0300250000010001: 'The frequency of the extrusion force sensor of the right extruder is too low. The nozzle may not be installed, or the nozzle heat sink may be too far away from the sensor.' + 00x0300250000010002: 'The sensitivity of the right extruder extrusion force sensor is low; the nozzle may not installed correctly.' + 00x0300250000010003: 'Unable to read data from the right extruder force sensor; there may be a communication break or sensor damage.' + 00x0300250000010004: 'The signal of the extrusion force sensor of the right extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300250000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300250000010007: 'The frequency of the extrusion force sensor of the right extruder is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300250000010008: 'The right nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030025000001000A: 'Nozzle offset calibration failed. Filament sticks to the nozzle, which may affect print quality. Please clean the nozzle and try again.' + 00x030025000001000B: 'Nozzle presence detection failed: Right extruder nozzle not installed or improperly installed.' + 00x030025000001000C: 'An anomalous jump in the right extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300260000010001: 'The frequency of the extrusion force sensor of the left extruder is too low. The sensor may be installed too far, or the sensor may be loose.' + 00x0300260000010002: 'The sensitivity of the left extruder extrusion force sensor is low; the force sensor may not be installed correctly.' + 00x0300260000010003: 'Unable to read data from the left extruder force sensor; there may be a communication break or sensor damage.' + 00x0300260000010004: 'The signal of the extrusion force sensor of the left extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300260000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300260000010007: 'The frequency of the extrusion force sensor of the left extruder is too high. The sensor may be installed too close, or the sensor may be loose.' + 00x0300260000010008: 'The left nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030026000001000B: 'Nozzle presence detection failed: Left extruder nozzle not installed or improperly installed.' + 00x030026000001000C: 'An anomalous jump in the left extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300270000010001: 'The nozzle offset calibration sensor frequency is too low. The sensor may be damaged.' + 00x0300270000010002: 'Too many attempts at nozzle offset calibration, possibly due to purged filament between the nozzle and the heated base, or incorrect installation of the nozzle. Please inspect and retry.' + 00x0300270000010003: 'The nozzle offset calibration result shows significant deviation, possibly due to the heat insulation sheet on the right nozzle heating base not being installed. Please install it correctly and try again.' + 00x0300270000010004: 'The signal of the nozzle offset calibration sensor is abnormal. The sensor may be damaged, or the wiring may not be connected properly.' + 00x0300270000010005: 'The nozzle offset calibration indicates significant deviation, possibly caused by an additional heat insulation sheet installed on the right nozzle heating base. Please verify this and attempt the calibration again.' + 00x0300270000010006: 'The nozzle offset calibration shows significant deviation, possibly due to incorrect installation of the nozzle or heating base. Please inspect and retry.' + 00x0300270000010007: 'The nozzle offset calibration sensor frequency is too high. The sensor may be damaged.' + 00x0300270000010008: 'The nozzle offset calibration sensor signal is too weak. It may be that the nozzle is sticky or the nozzle does not move above the sensor during calibration, causing the distance between the nozzle and the sensor to be too far.' + 00x0300280000010001: 'The data of the force sensor of the Cutting Module is abnormal. The magnet on the Tool Holder may fall off or the force sensor may be damaged.' + 00x0300280000010003: 'Communication failure between cutting module and toolhead during Z-axis homing. Please check if the cutting module signal cable is loose or broken or verify if the force sensor coil is intact.' + 00x0300280000010004: 'The force sensor of the Cutting Module is abnormal. The force sensor cable may be disconnected or the force sensor is damaged.' + 00x0300280000010005: 'Z-axis homing failed in cutting mode. Please check if there are any foreign objects in the Z-axis slider and Z-axis synchronous pulley.' + 00x0300280000010007: 'Communication failure between the Cutting Module and toolhead module. Please check if the Cutting module signal cable is loose or broken. It could also be due to a broken force sensor coil.' + 00x0300280000010008: 'Z-axis homing failed. Please check if the blade holder movement is smooth and ensure no foreign objects are at the contact position on the heatbed.' + 00x0300290000010001: 'Vision encoder patterns can not be recognized; possible reasons include vision encoder pattern distortion, light overexposure, and plate misplacement.' + 00x03002A0000010001: 'The left hotend cooling fan speed is too slow or stopped. The fan may be stuck or the connector may not be plugged in properly.' + 00x03002A0000020002: 'The left hotend cooling fan speed is slow. It may be stuck and need cleaning.' + 00x03002B0000020001: 'Air-door calibration failed. Please check if there is any foreign object blocking the damper.' + 00x03002C0000010001: 'Obstacle detected under the heatbed. Please remove it to ensure proper printing.' + 00x03002D0000010006: 'Heated bed leveling failed, possibly due to foreign objects on the bed or bed tilt. Continuing to print may damage the build plate. Please remove any debris or manually level the bed before retrying.' + 00x03002E0000030001: 'The motor noise cancellation data needs to be updated; please recalibrate.' + 00x0300310000010001: 'The Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300310000020002: 'The Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000010001: 'The Auxiliary Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300320000010002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000020002: 'The Auxiliary Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300330000010001: 'The Chamber Exhaust Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300330000020002: 'The Chamber Exhaust Fan speed is slow. It may be stuck and need cleaning.' + 00x0300350000010001: 'The MC module cooling fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300350000020002: 'The MC module cooling fan speed is slow. It may be stuck and need cleaning.' + 00x0300360000010001: 'The Chamber Heat Circulation Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300360000020002: 'The Chamber Heat Circulation Fan speed is slow. It may be stuck and need cleaning.' + 00x0300390000010001: 'The External Fan on the Toolhead is running too slowly or has stopped, possibly due to debris blockage or a loose connector.' + 00x0300390000020002: 'The External Fan on the Toolhead is running at a low speed, possibly due to debris buildup.' + 00x03003A0000010001: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x03003A0000020002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300400000020001: 'La transmisión de datos a través del puerto serie es anormal; el sistema de software puede estar defectuoso.' + 00x0300410000010001: 'El voltaje del sistema es inestable; activando la función de protección de fallo de alimentación.' + 00x0300420000010001: 'Toolhead power abnormality detected; it may be caused by a damaged TH board or a short circuit in the USB-C cable.' + 00x0300900000010001: 'Chamber heating failed. The heater may not be blowing hot air.' + 00x0300900000010002: 'Chamber heating failed. Possible causes: the chamber is not fully enclosed, ambient temperature is too low, or the power supply heat dissipation vent is blocked.' + 00x0300900000010003: 'Chamber heating failed. The power supply temperature may be too high.' + 00x0300900000010004: 'Chamber heating failed. The speed of the heating fan is too low.' + 00x0300900000010005: 'Chamber heating failed. The thermal resistance is too high.' + 00x0300900000010006: 'Chamber heating failed. The air duct could not switch to chamber temperature heating mode.' + 00x0300900000010007: 'High chamber temperature detected. If the hotend is overheating or emitting smoke, immediately power off the printer. Please refer to the Wiki for detailed troubleshooting instructions.' + 00x0300900000010010: 'The communication of chamber temperature controller is abnormal.' + 00x0300910000010001: 'The temperature of chamber heater %s is abnormal. The heater may have a short circuit.' + 00x0300910000010002: 'The temperature of chamber heater 1 is abnormal. The heater may have an open circuit or the thermal fuse may have burned out.' + 00x0300910000010003: 'The temperature of chamber heater %s is abnormal. The heater is over temperature.' + 00x0300910000010006: 'The temperature of chamber heater %s is abnormal. The sensor may have a short circuit.' + 00x0300910000010007: 'The temperature of chamber heater %s is abnormal. The sensor may have an open circuit.' + 00x0300910000010008: 'The chamber heater failed to reach the target temperature.' + 00x030091000001000A: 'The temperature of chamber heater %s is abnormal. The AC board may be broken.' + 00x030091000001000C: 'The chamber heater 1 has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030091000001000E: 'The power supply voltage does not match the machine; chamber heater 1 has been disabled.' + 00x0300920000010002: 'The temperature of chamber heater 2 is abnormal. The heater may have an open circuit or the thermal fuse may be in effect.' + 00x0300920000010008: 'Chamber heater 2 failed to rise to target temperature.' + 00x0300930000010001: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have a short circuit.' + 00x0300930000010002: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have an open circuit.' + 00x0300930000010003: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have a short circuit.' + 00x0300930000010004: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have an open circuit.' + 00x0300930000010005: 'Chamber temperature is abnormal. The chamber temperature sensor may have a short circuit.' + 00x0300930000010006: 'Chamber temperature is abnormal. The chamber temperature sensor at the air inlet may have an open circuit.' + 00x0300930000010007: 'Chamber temperature is abnormal. The temperature sensor at the power supply may have a short circuit.' + 00x0300930000010008: 'Chamber temperature is abnormal. The temperature sensor at power supply may have an open circuit.' + 00x0300940000020003: 'Chamber failed to reach the desired temperature. The machine will stop waiting for the chamber temperature.' + 00x0300940000030001: 'Chamber cooling may be too slow. You can open the front door or top cover to help cooling if the air in the chamber is non-toxic.' + 00x0300940000030002: 'Chamber temperature setting value exceed the limit, the boundary value will be set.' + 00x0300950000010001: 'The temperature sensor of the Laser Module may have a short circuit.' + 00x0300950000010002: 'The temperature sensor of the Laser Module may have an open circuit.' + 00x0300950000010003: 'Laser Module overheating' + 00x0300950000010004: 'The speed of the Laser Module cooling fan is too low or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300950000010005: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010006: 'Laser Module not detected: the module may have fallen off, or the quick-release lever may not be locked.' + 00x0300950000010007: 'The engraving laser module is abnormal; the laser may have an open circuit or may be damaged.' + 00x0300950000010008: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010009: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor is short-circuited.' + 00x030095000001000A: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor has an open circuit.' + 00x0300960000010001: 'The front door seems to be open; the task has been paused.' + 00x0300960000010002: 'The front door Hall sensor (Upper) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010003: 'The front door Hall sensor (Lower) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010004: 'The Front Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300960000030001: 'The front door is open.' + 00x0300970000010001: 'The top cover seems to be open; the task has been paused' + 00x0300970000010002: 'The top cover Hall sensor (Front Right) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010003: 'The top cover Hall sensor (Rear Left) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010004: 'The Top Laser Protection Plate is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300970000030001: 'The top cover is open.' + 00x0300980000010001: 'The left side window seems to be open, the task has been paused.' + 00x0300980000010002: 'The left side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010003: 'The left side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010004: 'The Left Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300980000030001: 'The left side window seems to be open.' + 00x0300990000010001: 'The right side window seems to be open; the task has been paused.' + 00x0300990000010002: 'The right side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010003: 'The right side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010004: 'The Right Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300990000030001: 'The right side window is detected to be open.' + 00x03009B0000010001: 'Emergency stop button is not installed. Please follow the Wiki to install it.' + 00x03009B0000010002: 'Safety key is not inserted. Please follow the Wiki to install it.' + 00x03009B0000010003: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x03009C0000010001: 'The Air Pump is not detected. Please check whether the connector is plugged in properly.' + 00x03009C0000010002: 'The Air Pump is abnormal and may be damaged.' + 00x03009D0000020001: 'The engrave laser focal point XY calibration has failed. Please clean up the Laser Homing Area on the Laser Platform, and re-run the Laser Module Mount Calibration.' + 00x03009D0000020002: 'The engrave laser focal point XY calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup.' + 00x03009D0000020003: 'The engrave laser focal point Z calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup. If it fails repeatedly, please get in touch with customer support.' + 00x03009E0000030001: 'Open Door Detection level for this print job will be set as ' + 00x0300A10000010001: 'Chamber temperature is too high. Please open the top cover and front door to cool down, or lower the ambient temperature.' + 00x0300A10000020002: 'The ambient temperature is too high. Please lower the temperature, as excessive heat may cause the print to pause.' + 00x0300A20000010001: 'MC module temperature is too high, possibly because of high chamber temperature of the printer. You can try lowering the environmental temperature before use.' + 00x0300A40000010001: 'Heatbed temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010002: 'Hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010003: 'The left hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010004: 'Chamber temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010005: 'The heatbed temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A40000010008: 'The chamber temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A50000010001: 'Flame Sensor %s is abnormal. The sensor may be short-circuited.' + 00x0300A60000010001: 'The Toolhead Enhanced Cooling Fan is not properly installed; it may not be securely fastened or may have fallen off.' + 00x0300A60000010002: 'The Toolhead Enhanced Cooling Fan has lost communication; please check the connector.' + 00x0300A70000030001: 'The chamber temperature is high, and the system has increased the fan speed, which may cause more noise. It''s recommended to lower the room temperature or open the front door/top cover to help cool it down.' + 00x0300A80000010001: 'AMS power supply abnormality, possibly due to AMS damage or a short circuit in the AMS interface, or too many AMS connections. Please check if it is correctly connected.' + 00x0300AB0000010001: 'The right hotend heatbreak temperature is too high, which may cause clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020002: 'The right hotend heatbreak temperature is relatively high, which may cause nozzle clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020003: 'The temperature sensor on the right hotend heatbreak is abnormal. To prevent nozzle clogs, the cooling fan will continue running at high speed. You can troubleshoot the sensor issue when the print is idle.' + 00x0300C00000010001: 'Active Chamber Exhaust air door malfunction: it may be stuck.' + 00x0300C00000010002: 'Filter Switch Flap air door malfunction: it may be stuck.' + 00x0300C00000010003: 'Automatic Top Vent air door malfunction: it may be stuck.' + 00x0300C10000010001: 'Airflow System failed to activate cooling mode; please check the air door status.' + 00x0300C10000010002: 'Airflow System failed to activate heating mode; please check the air door status.' + 00x0300C10000010003: 'Airflow System failed to activate laser mode; please check the air door status.' + 00x0300C10000010004: 'Airflow System failed to activate strong cooling mode; please check the air door status.' + 00x0300C20000010001: 'Hall sensor of Active Chamber Exhaust malfunction: please check if the wiring is loose.' + 00x0300C20000010002: 'Hall sensor of Filter Switch Flap malfunction: please check if the wiring is loose.' + 00x0300C30000010001: 'Current sensor of Active Chamber Exhaust malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010002: 'Current sensor of Filter Switch Flap malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010003: 'Current sensor of Automatic Top Vent malfunction: this may be due to open circuit or a hardware sampling circuit fault.' + 00x0300D00000010001: 'The cutting module base has fallen off; please reinstall it.' + 00x0300D00000010002: 'The blade holder has fallen off; please reinstall it.' + 00x0300D00000010003: 'The cutting module cable has come loose; please check the cable connection.' + 00x0300D10000010001: 'Fire extinguisher motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D10000010002: 'Fire extinguisher motor error. Please power off and then power on to restart the extinguisher.' + 00x0300D10000010003: 'The resistance of the fire extinguisher motor is abnormal; the motor may have failed.' + 00x0300D30000020001: 'Fire extinguisher not detected. Please ensure the signal cable is securely connected and the plug is fully inserted.' + 00x0300D40000010002: 'The fire extinguisher presence detection sensor is malfunctioning. Please check if the sensor cable is loose or damaged.' + 00x0300D40000010003: 'Fire Extinguisher Cylinder presence detection sensor is short-circuited. Please check the sensor connection.' + 00x0300D50000020004: 'Fire extinguisher cylinder not installed. Please confirm on the extinguisher page.' + 00x0300D50000020005: 'The Fire Extinguisher Gas Cylinder is empty. Please replace the gas cylinder and then confirm the replacement on the Auto Fire Extinguishing System page.' + 00x0300D50000030004: 'Gas cylinder of the fire extinguisher is not installed.' + 00x0300D60000010006: 'Fire extinguisher motor reset failed. Please power off and then power on to restart the extinguisher.' + 00x0300D60000010007: 'The fire extinguisher motor reset is jammed. Please gently turn the emergency handwheel left and right until the resistance decreases. Then, power off the fire extinguisher and turn it back on.' + 00x0300D70000020001: 'Laser fourth axis is not connected' + 00x0300D80000010001: 'Laser fourth axis motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D80000010002: 'Laser fourth axis motor error. Please power off and then power on to restart the laser fourth axis.' + 00x0300D90000020001: 'Communication error between the laser fourth axis motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300DA0000020001: 'Laser module detected. Please remove the hotend from the hotend rack to prevent laser processing debris from affecting printing performance.' + 00x0300DB0000020001: 'Laser module detected. Please install the right nozzle correctly to ensure proper Laser Module Mounting Calibration.' + 00x0300E00000010001: 'Hotend holder motor is disconnected or has an open-circuit fault. Please check the motor''s flat cable connection.' + 00x0300E00000010002: 'Inter-phase short circuit on hotend holder motor. If restarting doesn''t resolve the issue, please contact support.' + 00x0300E00000010003: 'Hotend holder motor has abnormal or unbalanced three-phase resistance. If restarting doesn''t help, please contact support.' + 00x0300E00000010004: 'Hotend holder motor is stalled. Please check for foreign objects or collisions with the toolhead.' + 00x0300E10000010001: 'Current sensor fault on hotend holder motor. This may be caused by a sampling circuit failure. If restarting the printer doesn''t resolve the issue, please contact customer support.' + 00x0300E20000020001: 'Communication error between the hotend holder motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300E30000010001: 'The MOS tubes of the Hotend Holder motor drive board are short-circuited. If restarting the printer does not resolve the problem, please contact customer support.' + 00x0300E30000010002: 'MC communication with hotend holder motor driver failed. Please check if the connection cable is properly plugged in.' + 00x050001000001000A: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' 00x0500010000020001: 'El canal multimedia no funciona correctamente.' 00x0500010000020002: 'La cámara USB no está conectada.' 00x0500010000020003: 'La cámara USB no funciona correctamente.' 00x0500010000030004: 'No hay espacio suficiente en la tarjeta SD.' 00x0500010000030005: 'Error en la tarjeta SD.' 00x0500010000030006: 'Tarjeta SD sin formatear.' + 00x0500010000030007: 'Unable to record time-lapse photography without USB flash drive inserted.' 00x0500020000020001: 'Fallo en la conexión a Internet, por favor compruebe la conexión de red.' - 00x0500020000020005: 'Fallo en la conexión a Internet, por favor compruebe la conexión de red.' 00x0500020000020002: 'Fallo en el inicio de sesión del dispositivo.' + 00x0500020000020003: 'Failed to connect to the internet; please check the network connection.' 00x0500020000020004: 'Usuario no autorizado.' + 00x0500020000020005: 'Fallo en la conexión a Internet, por favor compruebe la conexión de red.' 00x0500020000020006: 'El servicio Liveview no funciona correctamente.' - + 00x0500020000020007: 'Liveview service login failed; please check your network connection.' + 00x0500020000020008: 'Time synchronization failed' 00x0500030000010001: 'El módulo MC no funciona correctamente. Reinicie el aparato.' 00x0500030000010002: 'El cabezal no funciona correctamente. Reinicie el aparato.' 00x0500030000010003: 'El módulo AMS no funciona correctamente. Reinicie el aparato.' + 00x0500030000010004: 'The Filament Buffer module is malfunctioning. Please restart the device.' + 00x0500030000010005: 'Internal service is malfunctioning. Please restart the device.' + 00x0500030000010006: 'A system panic occurred. Please restart the device.' + 00x0500030000010007: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x0500030000010008: 'A system hang occurred. Please restart the device.' + 00x0500030000010009: 'A system hang occurred. It has been recovered by automatic restart.' 00x050003000001000A: 'El estado del sistema es anómalo. Restaure la configuración de fábrica.' 00x050003000001000B: 'La pantalla no funciona correctamente.' + 00x050003000001000C: 'The MC motor controller module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000D: 'The induction hotend rack is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000E: 'Some external modules are incompatible with the printer''s firmware version, which may affect normal operation. Please go to the ' + 00x0500030000010021: 'Hardware incompatible; please check the Toolhead Camera.' + 00x0500030000010023: 'The Chamber Temperature Control module is malfunctioning. Please restart the device.' + 00x0500030000010024: 'The current temperature is too low. In order to protect you and your printer, printing tasks, moving an axis and other operations are disabled. Please move the printer to an environment above 10 degrees Celsius.' + 00x0500030000010025: 'The current firmware is abnormal. Please update again.' + 00x0500030000010026: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' 00x050003000002000C: 'Error de hardware inalámbrico: apague/encienda el WiFi o reinicie el dispositivo.' + 00x050003000002000D: 'The SD Card controller is malfunctioning.' + 00x050003000002000E: 'Some modules are incompatible with the printer''s firmware version, which may affect use. Please go to the ' + 00x0500030000020020: 'USB flash drive capacity is insufficient to cache print files.' + 00x0500030000020055: 'User information has expired, please log in again.' + 00x0500030000030022: 'MicroSD Card performance degradation has been detected. It may affect print jobs, logs, and video records. Please format or change the MicroSD card.' 00x0500040000010001: 'No se ha podido descargar el trabajo de impresión. Compruebe la conexión de red.' 00x0500040000010002: 'Error al informar del estado de impresión. Compruebe su conexión de red.' 00x0500040000010003: 'El contenido del archivo de impresión es ilegible. Vuelva a enviar el trabajo de impresión.' 00x0500040000010004: 'El archivo de impresión no está autorizado.' 00x0500040000010006: 'Error al reanudar la impresión anterior.' + 00x0500040000010044: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500040000010046: 'The firmware of Laser Module does not match the printer. Please upgrade it on the ' + 00x0500040000010047: 'The firmware of Air Pump does not match the printer. Please upgrade it on the ' + 00x0500040000010048: 'The firmware of Cutting Module does not match the printer. Please upgrade it on the ' + 00x050004000001004F: 'Unknown module detected, please try updating the firmware to the latest version.' + 00x0500040000010051: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x0500040000010052: 'Safety Key is not inserted. Please follow the Wiki to install it.' 00x0500040000020007: 'La temperatura de la cama supera la temperatura de vitrificación del filamento, lo que puede provocar un atasco de la boquilla...' + 00x0500040000020010: 'The RFID-tag on AMS %s Slot %s cannot be identified.' + 00x0500040000020030: 'The BirdsEye Camera is not installed. Please power off printer and then install the camera.' + 00x0500040000020031: 'Before using a Laser/Cutting Module, the pose of the BirdsEye Camera needs to be determined. Please complete the setup to calibrate the camera.' + 00x0500040000020032: 'Please slide in Laser Module and lock the quick-release lever.' + 00x0500040000020033: 'Please plug in the module connector.' + 00x0500040000020034: 'Laser module detected for the first time. Complete the setup (~4 min) before use for precise cutting and engraving. Also, ensure the H2.0 screw at the back securing the air pump is removed.' + 00x0500040000020035: 'The Laser Module needs calibration to get the focus position. Please perform mounting calibration before use. (about 2 minutes)' + 00x0500040000020036: 'New Cutting Module connected. To ensure more precise cutting, please set it up before use. (about 3 minutes)' + 00x0500040000020037: 'The Cutting Module needs calibration to get the tool position. Please perform the mounting calibration before use. (about 2-4 minutes)' + 00x0500040000020038: 'Please slide in cutting module and fasten the quick release lever. If already installed, the module might not be properly aligned. Please try reinstalling it.' + 00x0500040000020039: 'Please plug in the module connector' + 00x0500040000020041: 'The laser module has been used for a long time. Please clean it promptly to avoid affecting laser processing.' + 00x0500040000020042: 'The Live View Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020043: 'The Toolhead Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020050: 'Laser Safety Window is not installed.' + 00x0500040000030008: 'The door seems to be open.' + 00x0500040000030009: 'The bed temperature exceeds filament''s vitrification temperature, which may cause nozzle clog. Please keep the front door of the printer open. Door open detection has been temporarily turned off.' + 00x0500040000030054: 'Auto Fire Extinguishing System detected. It is recommended to conduct a Fire Drill to become familiar with the operation process.' + 00x0500040000030057: 'The print job has been completed. Automatic air purification is in progress.' + 00x0500050000010001: 'The factory data of the AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010006: 'The factory data of AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010007: 'MQTT Command verification failed. Please update Studio (including the network plugin) or Handy to the latest version, then restart the software and try again.' + 00x050005000001000D: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' + 00x050005000001000E: 'Laser Module firmware does not match the printer. Please upgrade it on the ' + 00x050005000001000F: 'The accessory firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010010: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500050000010011: 'The Air Pump firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010012: 'The Cutting Module firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010013: 'Laser module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010014: 'AMS %s certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010015: 'Air Pump certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010016: 'Cutting module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010018: 'Laser Fourth Axis module certification failed. Please reconnect the module cable or restart the printer.' + 00x0500050000010019: 'Fire Extinguisher module certification failed. Please reconnect the module cable or restart the printer.' + 00x050005000001001A: 'Filament Track Switch certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010020: 'Hotend %s authentication failed. Please switch the hotend or restart the printer.' + 00x0500050000010021: 'Time-lapse kit authentication failed. Please reconnect the cable or restart the printer.' + 00x0500050000010022: 'The External Exhaust Fan certification failed. Please restart the printer or reconnect the fan cable.' + 00x0500050000020023: 'A new version of the Timelapse Kit is available. Please connect to CyberBrick App to update this accessory separately.' + 00x0500050000030002: 'The device is in the engineering state; please pay attention to information security related matters.' + 00x0500060000020001: 'The Toolhead Camera is not in place; please check the hardware connection.' + 00x0500060000020002: 'The Nozzle Camera is not in place; please check the hardware connection.' + 00x0500060000020003: 'BirdsEye Camera is not in place; please check the hardware connection' + 00x0500060000020004: 'The Live View camera is not in place; please check the hardware connection.' + 00x0500060000020031: 'ToolHead Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020032: 'Nozzle Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020033: 'BirdsEye Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020034: 'Live View camera is not connected. Please check the hardware and cable connections.' + 00x05001A0000010001: 'The feeder module is offline. Please check if the feeder module connection cable is loose.' + 00x05001A0000010002: 'A feeder module replacement is detected. Please ensure that the corresponding extrusion gear and nozzle have been replaced, and manually update the nozzle type in the printer.' + 00x0500400000010039: 'Laser module Serial Number error' + 00x0500400000010040: 'Cutting module Serial Number error' + 00x0501040000030002: 'Threaded rods need lubrication now.' + 00x0501040000030003: 'Linear rods need cleaning and lubrication now.' + 00x0501040000030004: 'Please clean and lubricate the X-axis linear rail and YZ-axis linear rods.' + 00x0501040000030005: 'Please clean and lubricate the Induction Hotend Latch and the linear rods of the Hotend Change System.' + 00x0501040000030006: 'The Induction Hotend Latch may be worn. To ensure proper induction hotend switching, please replace the Induction Hotend Latch and clean the rods of Induction Hotend Rack.' + 00x0501040000030010: 'Laser module is dusty and needs cleaning now.' + 00x0580040000010045: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010010: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010017: 'AMS-HT %s certification failed. Please reconnect the cable or restart the printer.' 00x0700010000010001: 'El motor de asistencia de la AMS%s ha patinado, la rueda de extrusión puede estar desgastada o el filamento puede ser demasiado fino.' 00x0700010000010003: 'El control de par del motor de asistencia AMS%s está funcionando mal.El sensor de corriente puede estar defectuoso.' 00x0700010000010004: 'El control de velocidad del motor de asistencia AMS%s está funcionando mal.El sensor de velocidad puede estar defectuoso.' + 00x0700010000010005: 'AMS %s The current sensor of assist motor may be faulty.' + 00x0700010000010011: 'AMS %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700010000020002: 'El motor de asistencia AMS%s está sobrecargado,El filamento puede estar enredado o atascado.' + 00x0700010000020006: 'AMS %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020007: 'AMS %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020008: 'AMS %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x0700010000020009: 'AMS %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x0700010000020010: 'AMS %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x0700010000020011: 'AMS %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700020000010001: 'Error de velocidad y longitud del filamento del AMS%s. La odometría del filamento puede estar defectuosa.' + 00x0700020000020002: 'AMS %s The odometer has no signal. The odometer connector may have poor contact.' + 00x0700020000020003: 'AMS %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' 00x0700100000010001: 'El motor de ranura del AMS%s ha patinado. La rueda de extrusión puede estar funcionando mal o el filamento puede ser demasiado fino.' 00x0700100000010003: 'El control de par del motor AMS%s Ranura%s no funciona correctamente, el sensor de corriente puede estar defectuoso' 00x0700100000020002: 'El motor AMS%s Ranura%s está sobrecargado, el filamento puede estar enredado o atascado.' + 00x0700100000020004: 'AMS %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000010081: 'Failed to read the filament information from AMS %s slot %s. The AMS main board may be malfunctioning.' + 00x0700200000010082: 'Failed to read the filament information from AMS %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x0700200000010083: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged.' + 00x0700200000010084: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x0700200000010085: 'Failed to read the filament information from AMS %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x0700200000010086: 'Failed to read the filament information from AMS %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' 00x0700200000020001: 'El filamento AMS%s Ranura%s se ha agotado' - - 00x1200200000020001: 'El filamento de AMS%s Ranura%s se ha agotado.' 00x0700200000020002: 'La ranura de AMS%s Ranura%s está vacía.' 00x0700200000020003: 'El filamento de AMS%s Ranura%s puede estar roto en AMS.' 00x0700200000020004: 'El filamento de AMS%s Ranura%s puede estar roto en el cabezal.' 00x0700200000020005: 'El filamento de AMS%s Ranura%s se ha agotado, y la purga del filamento viejo se ha realizado de forma anormal; por favor, compruebe si el filamento está atascado en el cabezal.' + 00x0700200000020006: 'AMS %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x0700200000020007: 'AMS %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x0700200000020008: 'AMS %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x0700200000020009: 'Failed to extrude AMS %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x070020000002000A: 'Failed to adjust the filament position of AMS %s slot %s. The filament or buffer may be stuck.' + 00x0700200000020010: 'AMS %s slot %s feeds filament out of AMS timeout.' + 00x0700200000020011: 'AMS %s slot %s pulls filament back to AMS timeout.' + 00x0700200000020012: 'AMS %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x0700200000020013: 'AMS %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000020014: 'AMS %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x0700200000020015: 'AMS %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x0700200000020016: 'AMS %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x0700200000020017: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x0700200000020018: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x0700200000020019: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x0700200000020020: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x0700200000020021: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x0700200000020022: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x0700200000020023: 'AMS %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x0700200000020024: 'AMS %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x0700200000020025: 'AMS %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x0700200000020026: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x0700200000020027: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' 00x0700200000030001: 'El filamento de AMS%s Ranura%s se ha agotado. Por favor, espere mientras se purga el filamento viejo.' 00x0700200000030002: 'El filamento de AMS%s Ranura%s se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento.' + 00x0700250000020001: 'AMS %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x0700260000020001: 'The induction hotend is heating up, and the drying power of AMS %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x0700300000010001: 'The AMS %s RFID 1 board has an error.' + 00x0700300000010004: 'Encryption chip failure' + 00x0700300000020002: 'The RFID-tag on AMS %s slot %s is damaged, or its content cannot be identified.' + 00x0700300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x0700350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x0700350000010002: 'AMS %s The humidity sensor is disconnected, which may be due to poor connector contact.' 00x0700400000020001: 'Se ha perdido la señal del buffer de filamento, el cable o el sensor de posición pueden estar funcionando mal.' 00x0700400000020002: 'Error en la señal de posición de la memoria intermedia de filamento, puede que el sensor de posición no funcione correctamente.' 00x0700400000020003: 'La comunicación del concentrador AMS es anormal, puede que el cable no esté bien conectado.' 00x0700400000020004: 'La señal de la memoria intermedia de filamento es anormal, puede que el muelle esté atascado o que el filamento esté enredado.' - 00x0700450000020001: 'El sensor del cortador de filamento no funciona correctamente. El sensor puede estar desconectado o dañado.' 00x0700450000020002: 'La distancia de corte del cortador de filamento es demasiado grande. El motor XY puede perder pasos.' 00x0700450000020003: 'El mango del cortador de filamento no se ha soltado.El mango o la cuchilla pueden estar atascados.' - 00x0700510000030001: 'El AMS está desactivado; cargue el filamento desde el portacarretes.' 00x0700500000020001: 'La comunicación del AMS%s es anormal; compruebe el cable de conexión.' + 00x0700510000030001: 'El AMS está desactivado; cargue el filamento desde el portacarretes.' + 00x0700550000010002: 'The PTFE tube is incorrectly connected between the toolhead and the buffer. Please connect the buffer''s top to the right extruder and the bottom to the left extruder.' + 00x0700550000010003: 'AMS %s was detected offline during the AMS initialization process.' + 00x0700550000010004: 'The binding between AMS %s and the extruder is incorrect. Please run the AMS Setup.' + 00x0700550000020001: 'A new AMS detected. Please set it up to check which extruder the AMS is connected to.' + 00x0700560000030001: 'AMS %s is undergoing dry cooling; please wait for it to cool down before operating.' 00x0700600000020001: 'La ranura del AMS%s está sobrecargada. El filamento puede estar enredado o la bobina puede estar atascada.' - 00x1200100000020002: 'El motor del AMS%s Ranura%s está sobrecargado. El filamento puede estar enredado o atascado.' - 00x1200800000020001: 'El filamento de AMS%s Ranura%s puede estar enredado o atascado.' + 00x0700700000020001: 'Failed to pull out the AMS %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x0700700000020002: 'Failed to feed the AMS %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020003: 'Failed to extrude the filament. Possible cause: extruder or nozzle clog.' + 00x0700700000020004: 'Failed to pull back the AMS %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020005: 'Failed to feed the AMS %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x0700700000020006: 'Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog.' + 00x0700700000020007: 'AMS %s filament ran out. Please put a new filament into the same slot in AMS %s and resume.' + 00x0700700000020008: 'Failed to get AMS mapping table; please select ' + 00x070070000002000A: 'Failed to get filament-hotend mapping table from the slicing file.' + 00x0700740000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700800000010001: 'AMS %s The current sensor of heater %s is abnormal.' + 00x0700800000010002: 'AMS %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x0700800000010003: 'AMS %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x0700800000010004: 'AMS %s The heater %s is heating abnormally.' + 00x0700860000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700860000010004: 'AMS %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x0700860000020002: 'The AMS has been detected. Please set it up to confirm which side of the Filament Track Switch inlet the AMS is connected to.' + 00x0700860000020003: 'Filament is blocked at the inlet of the filament track switch.' + 00x0700870000020001: 'A filament jam or component damage may have occurred at the Filament Track Switch.' + 00x0700900000010002: 'AMS %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x0700900000010003: 'AMS %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x0700900000010004: 'The current sensor of AMS %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS mainboard.' + 00x0700900000020001: 'AMS %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x0700920000010001: 'AMS %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x0700920000020002: 'AMS %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x0700920000020003: 'The AMS %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x0700940000010001: 'AMS %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x0700940000010002: 'AMS %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x0700960000010001: 'AMS %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x0700960000010003: 'AMS %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x0700960000020002: 'AMS %s Environmental temperature is too low, which will affect the drying capability.' + 00x0700960000020004: 'AMS %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x0700970000030001: 'AMS %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x0700980000020001: 'AMS %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x0700980000020002: 'AMS %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x0700F00000020001: 'Filament and hotend matching failed. Please verify that the hotend in the hotend rack slot %s is correctly installed.' + 00x07FE200000020001: 'External filament of left extruder has run out; please load a new filament.' + 00x07FE200000020002: 'No filament was detected in the left extruder from the external spool; please load the new filament.' + 00x07FE200000020004: 'Please pull the external filament from the left extruder.' + 00x07FE450000020001: 'The left filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FE450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x07FE600000020001: 'External spool connected to left extruder may be tangled or jammed.' + 00x07FE700000020003: 'Please check if the material is coming out of the left nozzle. If not, gently push the material and try to extrude again.' + 00x07FE800000010001: 'The toolhead lift motor works abnormally. Please check whether the connecting cable is loose.' + 00x07FE800000010002: 'The Toolhead Lifting Motor position hall sensor has an open circuit; please check whether the connecting cable is loose.' + 00x07FE800000010003: 'The hall signal of the Toolhead Lifting Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE800000010004: 'The Toolhead Lifting Motor position hall sensor is short-circuited; please check if the Hall sensor is malfunctioning.' + 00x07FE800000010005: 'The extruder''s switching limit angle has drifted significantly. Please check if the flow blocker is jammed or if filament is stuck in the toolhead.' + 00x07FE800000010006: 'The TH board disconnected during the extruder switching process. Please check if the connecting cable is loose.' + 00x07FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x07FE800000020002: 'The position of left hotend is abnormal during printing. Please check whether the flow blocker scratches the printed model.' + 00x07FE800000020003: 'The deviation in the positioning calibration value of the extruder is too large; please recalibrate.' + 00x07FE810000010001: 'The extruder switching motor is working abnormally. Please check whether the connecting cable is loose.' + 00x07FE810000010002: 'The position hall sensor of the Extruder Switching Motor has an open circuit. Please check whether the connecting cable is loose.' + 00x07FE810000010003: 'The hall signal of the Extruder Switching Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE810000010004: 'The position hall sensor of the Extruder Switching Motor has a short circuit; please check if the Hall sensor is malfunctioning.' + 00x07FE810000020001: 'The extruder switching action is abnormal. Please check whether there is something stuck in the toolhead.' + 00x07FEA00000020001: 'The left nozzle cold pulling process has timed out. Please click ' 00x07FF200000020001: 'El filamento externo se ha agotado; por favor, cargue un filamento nuevo.' 00x07FF200000020002: 'Falta filamento externo; por favor, cargue un filamento nuevo.' + 00x07FF200000020003: 'Filament remains were detected in the PTFE tube between the Auxiliary Extruder and the Toolhead. Please refer to the Wiki for removal instructions.' 00x07FF200000020004: 'Por favor, saque el filamento del portabobinas del extrusor.' - - 00x12FF200000020007: 'Fallo al comprobar la ubicación del filamento en el cabezal, por favor haga clic para obtener más ayuda.' + 00x07FF200000020008: 'The Auxiliary Extruder failed to unload the filament, possibly due to slippage caused by worn filament. Please pull out the filament manually, cut off the worn section, and try again.' + 00x07FF200000020009: 'Auxiliary extruder feeding failed, possibly due to a clogged filament tube or worn filament, causing the extruder to slip. Please remove the filament, clear the tube, trim the worn section, and try again.' + 00x07FF200000030007: 'Flushing the remaining filament between the Auxiliary Extruder and the Toolhead. Please wait.' + 00x07FF450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FF600000020001: 'External spool may be tangled or jammed.' + 00x07FF700000020003: 'Please check if the filament is coming out of the nozzle. If not, gently push the material and try to extrude again.' + 00x07FF700000020009: 'Failure to feed material from the right extruder to the toolhead may be due to the filament not being gripped by the extruder or a loose PTFE tube between the extruder and the toolhead.' + 00x07FFA00000020001: 'The nozzle cold pull process has timed out. Please click ' + 00x0C00010000010001: 'La cámara Micro Lidar está fuera de línea.' + 00x0C00010000010003: 'Sincronización Micro Lidar anormal.' + 00x0C00010000010004: 'Lente Micro Lidar sucia.' + 00x0C00010000010005: 'Micro Lidar OTP parámetro anormal.' + 00x0C0001000001000A: 'El LED del Micro Lidar puede estar roto.' + 00x0C0001000001000B: 'Failed to calibrate Micro Lidar. Please make sure the calibration chart is clean and not obscured. Then, run machine calibration again.' + 00x0C00010000010009: 'Cámara sucia.' + 00x0C0001000002000B: 'Fallo al calibrar el Micro Lidar.' + 00x0C0001000001000F: 'The Live View Camera calibration failed. Please restart the devices or update the firmware.' + 00x0C00010000010010: 'The Live View Camera calibration failed. Please check if the heatbed is clear and ensure the camera image is clear and dirt-free. After these steps, please recalibrate.' + 00x0C00010000010011: 'The Live View Camera calibration failed, please recalibrate. Ensure the build plate is empty, and the camera view is clear and properly oriented. Please contact customer support if repeated failures occur.' + 00x0C00010000010012: 'The Live View Camera calibration failed and the calibration result could not be saved. Please try recalibrating. If calibration fails repeatedly, please contact the customer support team.' + 00x0C00010000010013: 'The Live View Camera calibration failed and the Liveview camera serial number cannot be read. Please contact the customer support team.' + 00x0C00010000010018: 'BirdsEye Camera is not certified, and camera-related functions are invalid.' + 00x0C00010000020002: 'La cámara Micro Lidar funciona mal.' + 00x0C00010000020006: 'Micro Lidar parámetro extrínseco anormal.' + 00x0C00010000020007: 'Micro Lidar parámetro láser anormal.' + 00x0C00010000020008: 'Cámara fuera de línea.' + 00x0C00010000020014: 'Nozzle Camera is malfunctioning. If this issue occurs multiple times during printing, please contact customer support.' + 00x0C00010000020017: 'Nozzle camera lens is dirty, which may affect the AI monitoring functionality. Please clean the surface of the nozzle camera lens as soon as possible.' + 00x0C0001000003000C: 'Nozzle Camera''s temperature is too high, causing the AI detection feature to pause. The feature will automatically resume once the temperature returns to normal.' + 00x0C00020000010001: 'Láser no encendido.' + 00x0C00020000010005: 'Se ha detectado un nuevo micro Lidar.' + 00x0C00020000020002: 'Láser demasiado grueso.' + 00x0C00020000020003: 'Láser no suficientemente brillante.' + 00x0C00020000020004: 'La altura de la boquilla parece demasiado baja.' + 00x0C00020000020006: 'La altura de la boquilla parece demasiado alta.' + 00x0C00020000020007: 'The vertical laser is not lit. Please check if it''s covered or hardware connection has a problem.' + 00x0C00020000020008: 'The vertical laser line is too wide. Please check if the heatbed is dirty.' + 00x0C00020000020009: 'The vertical laser is not bright enough at homing position. Please clean or replace the heatbed if this message appears repeatedly.' + 00x0C00030000010009: 'Módulo de inspección de primera capa reiniciado.' + 00x0C0003000001000A: 'Your printer is in factory mode. Please contact Technical Support.' + 00x0C00030000020001: 'Fallo en la medición de la exposición del filamento.' + 00x0C00030000020002: 'Inspección de la primera capa finalizada debido a datos Lidar anormales.' + 00x0C00030000020004: 'Inspección de la primera capa no compatible con el trabajo de impresión actual.' + 00x0C00030000020005: 'Tiempo de espera de la inspección de la primera capa.' + 00x0C0003000002000C: 'No se detecta marcador de bandeja de impresión.' + 00x0C0003000002000E: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002000F: 'Parts skipped before first layer inspection; the inspection is not supported for the current print.' + 00x0C00030000020010: 'Foreign objects detected on heatbed; Please check and clean the heatbed.' + 00x0C00030000020011: 'The high-precision nozzle offset calibration failed; please recalibrate.' + 00x0C00030000020012: 'Foreign object detection is not working. The Live View Camera needs calibration. Please tap ' + 00x0C00030000020013: 'Foreign object detection is not working. Please restart the devices or update the firmware.' + 00x0C00030000020014: 'Foreign object detection accuracy has decreased. If this occurs frequently, perform a Live View Camera calibration ("Settings" > "Calibration" on the printer screen). If a laser or cutting module is installed, remove it before proceeding.' + 00x0C00030000020015: 'Foreign object detection is not working. Detected the Live View Camera has been replaced. If a laser or cutting module is installed, please uninstall the module, tap ' + 00x0C00030000020016: 'Foreign object detection is not working and the Live View camera serial number cannot be read. Please contact the customer support team.' + 00x0C00030000020017: 'Laser engraving Z-axis focus calibration failed. Please check if the Laser Test Material (350g paperboard) is properly placed and its surface is clean and intact.' + 00x0C00030000020018: 'Insufficient system memory was detected, and the foreign object detection function was not working. Please restart the devices or update the firmware after the task is completed' + 00x0C00030000020019: 'The Vision Encoder Plate is either not placed or incorrectly placed. Please ensure it is correctly positioned on the heatbed.' + 00x0C0003000002001C: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002001D: 'Foreign object detection is not working, and images cannot be obtained. Please check the live camera connection.' + 00x0C00030000030006: 'Filamentos purgados apilados.' + 00x0C00030000030007: 'Posibles defectos de primera capa.' + 00x0C00030000030008: 'Posibles defectos de espagueti.' + 00x0C0003000003000B: 'Inspeccionando primera capa.' + 00x0C0003000003000D: 'Detected that the extruder may not be extruding normally. Please check and decide if printing should be stopped.' + 00x0C00030000030010: 'Your printer seems to be printing without extruding.' + 00x0C0003000003001A: 'Foreign object detection did not work, possibly due to manual interruption (e.g., tapping stop or opening the door in laser mode). You can ignore this if that''s the case. Otherwise, try restarting the printer or updating the firmware to restore the function.' + 00x0C0003000003001B: 'Possible spaghetti defects were detected. Please check the print quality and decide if the job should be stopped.' + 00x0C00040000010005: 'BirdsEye Camera malfunction: please contact customer support.' + 00x0C00040000010010: 'Failed to measure material thickness due to laser module malfunction.' + 00x0C00040000010011: 'Failed to measure material thickness: device parameters abnormal; please setup BirdsEye Camera again.' + 00x0C00040000010012: 'Live View Camera data link is abnormal.' + 00x0C00040000010013: 'The exposure parameters of the BirdsEye Camera are not effective; please try again.' + 00x0C00040000010014: 'Cutting Protection Base not detected, which may lead to heatbed damage. Please place it and continue.' + 00x0C00040000010015: 'Laser Protective Insert not detected. Please place it and continue.' + 00x0C00040000010016: 'Quick-release Lever is not locked. Please push it down to secure.' + 00x0C00040000010020: 'The visual marker on the heatbed is damaged, please contact after-sales.' + 00x0C00040000010025: 'The device malfunctioned; please restart.' + 00x0C00040000020002: 'Cutting Platform not detected. Please place the required mat for the task and continue.' + 00x0C00040000020003: 'The Laser Platform is not properly aligned. Please ensure all four corners are aligned with the heatbed.' + 00x0C00040000020004: 'The type of platform is not supported for this task. Please use the correct platform to continue.' + 00x0C00040000020007: 'BirdsEye Camera is setting up. Please clear all objects and remove the mat. Make sure the marker is not obstructed. Meanwhile, clean both the BirdsEye Camera and Toolhead Camera, and remove any foreign objects blocking their view.' + 00x0C00040000020008: 'Material not detected. Please confirm placement and continue.' + 00x0C00040000020017: 'The visual marker was not detected during PrintThenCut; please re-paste the material to the correct position. Meanwhile, please clean the Toolhead Camera to prevent contamination and remove any objects that may obstruct its view.' + 00x0C00040000020018: 'The Cutting Blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Assistant to check if the blade tip is worn.' + 00x0C00040000020019: 'The Birdseye Camera is installed offset. Please refer to the Wiki to reinstall it.' + 00x0C00040000020023: 'Thickness measurement failed, the Toolhead Camera was unable to detect the material surface.' + 00x0C00040000020026: 'Liveview Camera initialization failed, and some AI functions such as Spaghetti Detection will be disabled. Please restart the printer. If the problem persists, please contact customer support.' + 00x0C00040000020029: 'The Laser or Cutting module has not been calibrated. Please calibrate it on the printer first.' + 00x0C00040000020030: 'The rotary engraving accessory is placed incorrectly. Please adjust and reposition it.' + 00x0C00040000030018: 'The Cutting blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Wiki to check if the blade tip is worn.' + 00x0C00040000030024: 'The BirdsEye Camera position is detected to be offset. To ensure engraving accuracy, it is recommended to rerun the BirdsEye Camera Setup.' + 00x0C00040000030026: 'To improve flame detection accuracy, the right chamber light has been automatically turned off.' + 00x0C00040000030028: 'The Cutting Module offset calibration failed, which may result in inaccurate cuts. Please ensure the 80g white printer paper(letter paper thickness) is properly positioned and check whether the cutting blade tip is worn.' + 00x1200100000010001: 'The AMS %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1200100000010003: 'The AMS %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1200100000020002: 'El motor del AMS%s Ranura%s está sobrecargado. El filamento puede estar enredado o atascado.' + 00x1200200000020001: 'El filamento de AMS%s Ranura%s se ha agotado.' + 00x1200200000020002: 'AMS %s slot %s is empty; please insert a new filament.' + 00x1200200000020003: 'AMS %s slot %s filament may be broken in the PTFE tube.' + 00x1200200000020004: 'AMS %s slot %s filament may be broken in the tool head.' + 00x1200200000020005: 'AMS %s slot %s filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead.' 00x1200200000020006: 'Fallo al extruir filamento AMS%s Ranura%s, el extrusor puede estar obstruido, o el filamento puede ser demasiado fino, causando el deslizamiento en el extrusor.' + 00x1200200000030001: 'AMS %s slot %s filament has run out. Purging the old filament; please wait.' 00x1200200000030002: 'AMS%s Ranura%s filament has run out and automatically switched to the Ranura with the same filament.' #NOTIFY END #CONTROL + 00x1200300000010001: 'AMS %s slot %s RFID coil is broken or the RF hardware circuit has an error.' + 00x1200300000010004: 'RFID cannot be read because of an encryption chip failure in AMS %s.' + 00x1200300000020002: 'The RFID-tag on AMS %s slot %s is damaged.' + 00x1200300000030003: 'AMS %s slot %s RFID cannot be read because of a structural error.' + 00x1200450000020001: 'The filament cutter sensor is malfunctioning. Please check whether the connector is properly plugged in.' + 00x1200450000020002: 'The filament cutter''s cutting distance is too large. The X motor may lose steps.' + 00x1200500000020001: 'AMS %s communication is abnormal; please check the connection cable.' + 00x1200510000030001: 'AMS is disabled; please load filament from spool holder.' + 00x1200700000010001: 'AMS %s Filament speed and length error: The slot %s filament odometry may be faulty.' + 00x1200800000020001: 'El filamento de AMS%s Ranura%s puede estar enredado o atascado.' + 00x12FF200000020001: 'Filament at the spool holder has run out; please insert a new filament.' + 00x12FF200000020002: 'Filament on the spool holder is empty; please insert a new filament.' + 00x12FF200000020004: 'Please pull the filament on the spool holder out from the extruder.' + 00x12FF200000020005: 'Filament may be broken in the tool head.' + 00x12FF200000020006: 'Failed to extrude the filament; the extruder may be clogged.' + 00x12FF200000020007: 'Fallo al comprobar la ubicación del filamento en el cabezal, por favor haga clic para obtener más ayuda.' + 00x12FF200000030007: 'Checking the filament location of all AMS slots, please wait.' + 00x12FF800000020001: 'The filament on the spool holder may be tangled or stuck.' + 00x1800010000010001: 'The AMS-HT %s assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin.' + 00x1800010000010003: 'The AMS-HT %s assist motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800010000010004: 'The AMS-HT %s assist motor speed control is malfunctioning. The speed sensor may be faulty.' + 00x1800010000010005: 'AMS-HT %s The current sensor of assist motor may be faulty.' + 00x1800010000010011: 'AMS-HT %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800010000020002: 'The AMS-HT %s assist motor is overloaded. The filament may be tangled or stuck.' + 00x1800010000020006: 'AMS-HT %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020007: 'AMS-HT %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020008: 'AMS-HT %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x1800010000020009: 'AMS-HT %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x1800010000020010: 'AMS-HT %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x1800010000020011: 'AMS-HT %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800020000010001: 'AMS-HT %s Filament speed and length error: The filament odometry may be faulty.' + 00x1800020000020002: 'AMS-HT %s The odometer has no signal. The odometer connector may have poor contact.' + 00x1800020000020003: 'AMS-HT %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' + 00x1800100000010001: 'The AMS-HT %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1800100000010003: 'The AMS-HT %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800100000020002: 'The AMS-HT %s slot %s motor is overloaded. The filament may be tangled or stuck.' + 00x1800100000020004: 'AMS-HT %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000010081: 'Failed to read the filament information from AMS-HT %s slot %s. The AMS main board may be malfunctioning.' + 00x1800200000010082: 'Failed to read the filament information from AMS-HT %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x1800200000010083: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged.' + 00x1800200000010084: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x1800200000010085: 'Failed to read the filament information from AMS-HT %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x1800200000010086: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' + 00x1800200000020001: 'AMS-HT %s slot %s filament has run out. Please insert a new filament.' + 00x1800200000020002: 'AMS-HT %s slot %s is empty; please insert a new filament.' + 00x1800200000020003: 'AMS-HT %s slot %s''s filament may be broken in AMS-HT.' + 00x1800200000020004: 'AMS-HT %s slot %s filament may be broken in the tool head.' + 00x1800200000020005: 'AMS-HT %s slot %s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' + 00x1800200000020006: 'AMS-HT %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x1800200000020007: 'AMS-HT %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x1800200000020008: 'AMS-HT %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x1800200000020009: 'Failed to extrude AMS-HT %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x180020000002000A: 'Failed to adjust the filament position of AMS-HT %s slot %s. The filament or buffer may be stuck.' + 00x1800200000020010: 'AMS-HT %s slot %s feeds filament out of AMS timeout.' + 00x1800200000020011: 'AMS-HT %s slot %s pulls filament back to AMS timeout.' + 00x1800200000020012: 'AMS-HT %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x1800200000020013: 'AMS-HT %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000020014: 'AMS-HT %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x1800200000020015: 'AMS-HT %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x1800200000020016: 'AMS-HT %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x1800200000020017: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x1800200000020018: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x1800200000020019: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x1800200000020020: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x1800200000020021: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x1800200000020022: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x1800200000020023: 'AMS-HT %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x1800200000020024: 'AMS-HT %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x1800200000020025: 'AMS-HT %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x1800200000020026: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x1800200000020027: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' + 00x1800200000030001: 'AMS-HT %s slot %s filament has run out. Please wait while old filament is purged.' + 00x1800200000030002: 'AMS-HT %s slot %s filament has run out and automatically switched to the slot with the same filament.' + 00x1800240000010007: 'AMS-HT %s door detection is abnormal, the Hall sensor connection may be loose or disconnected.' + 00x1800240000020009: 'AMS-HT %s front cover is open. This may affect the drying performance or cause the filament to absorb moisture.' + 00x1800250000020001: 'AMS-HT %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x1800260000020001: 'The induction hotend is heating up, and the drying power of AMS-HT %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x1800300000010001: 'The AMS-HT %s RFID 1 board has an error.' + 00x1800300000010004: 'Encryption chip failure' + 00x1800300000020002: 'The RFID-tag on AMS-HT %s slot %s is damaged, or its content cannot be identified.' + 00x1800300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x1800350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x1800350000010002: 'AMS-HT %s The humidity sensor is disconnected, which may be due to poor connector contact.' + 00x1800400000020001: 'AMS-HT %s Filament buffer position signal lost: the cable or position sensor may be malfunctioning.' + 00x1800450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x1800450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x1800500000020001: 'AMS-HT %s communication is abnormal; please check the connection cable.' + 00x1800510000030001: 'The AMS is disabled; please load filament from the spool holder.' + 00x1800550000010003: 'AMS-HT %s was detected offline during the AMS initialization process.' + 00x1800550000010004: 'The binding between AMS-HT %s and the extruder is incorrect. Please run the AMS Setup.' + 00x1800550000020001: 'A new AMS-HT detected. Please set it up to check which extruder the AMS-HT is connected to.' + 00x1800560000030001: 'AMS-HT %s is undergoing dry cooling; please wait for it to cool down before operating.' + 00x1800600000020001: 'The AMS-HT %s slot %s is overloaded. The filament may be tangled or the filament buffer may be stuck.' + 00x1800700000020001: 'Failed to pull out the AMS-HT %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x1800700000020002: 'Failed to feed the AMS-HT %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020004: 'Failed to pull back the AMS-HT %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020005: 'Failed to feed the AMS-HT %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x1800700000020007: 'AMS-HT %s filament ran out. Please put a new filament into the same slot in AMS-HT %s and resume.' + 00x1800800000010001: 'AMS-HT %s The current sensor of heater %s is abnormal.' + 00x1800800000010002: 'AMS-HT %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x1800800000010003: 'AMS-HT %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x1800800000010004: 'AMS-HT %s The heater %s is heating abnormally.' + 00x1800860000010004: 'AMS-HT %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x1800900000010002: 'AMS-HT %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x1800900000010003: 'AMS-HT %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x1800900000010004: 'The current sensor of AMS-HT %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS-HT mainboard.' + 00x1800900000020001: 'AMS-HT %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x1800920000010001: 'AMS-HT %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x1800920000020002: 'AMS-HT %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x1800920000020003: 'The AMS-HT %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x1800940000010001: 'AMS-HT %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x1800940000010002: 'AMS-HT %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x1800960000010001: 'AMS-HT %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x1800960000010003: 'AMS-HT %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x1800960000020002: 'AMS-HT %s Environmental temperature is too low, which will affect the drying capability.' + 00x1800960000020004: 'AMS-HT %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x1800970000030001: 'AMS-HT %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x1800980000020001: 'AMS-HT %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x1800980000020002: 'AMS-HT %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x18FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x18FF200000020001: 'External filament has run out; please load a new filament.' + 00x18FF200000020002: 'External filament is missing; please load a new filament.' + 00x18FF200000020004: 'Please pull the external filament from the extruder.' + 00x18FF700000020003: 'Please check if the material is coming out of the right nozzle. If not, gently push the material and try to extrude again.' + 00x1A00010000020001: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has no hotend installed, the corresponding rack slot contains a hotend, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020002: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has a hotend installed, the corresponding rack slot is empty, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020003: 'Error detected before induction hotend replacement: no hotend installed in slot %s on the rack.' + 00x1A00010000020004: 'Error detected before induction hotend replacement: a hotend is already installed in slot %s on the rack. Please remove it before continuing.' + 00x1A00010000020020: 'Abnormal condition detected while nesting the hotend in slot %s: a hotend is already installed. Please remove the existing one before clicking "Continue."' + 00x1A00010000020021: 'Abnormal condition detected while nesting the hotend in slot %s: no hotend detected on the toolhead. Please mount the hotend onto the toolhead before clicking "Continue."' + 00x1A00010000020022: 'Abnormal condition detected while nesting the hotend in slot %s. Please ensure no hotend is mounted on the toolhead and that a hotend is present in slot %s on the rack before clicking "Continue."' + 00x1A00010000020023: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detect the hotend on the toolhead. Please check whether there is any debris on the hotend heatsink surface or if the front magnet has fallen off. If not, recalibrate the induction hotend rack.' + 00x1A00010000020024: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detach the hotend from the toolhead. Please make sure the locking lever is in the released position.' + 00x1A00010000020025: 'Abnormal condition detected while nesting the hotend in slot %s: the hotend has dropped. Please check for excessive filament remaining at the top of the hotend, trim the residue, reinstall the hotend into slot %s on the rack, and then click "Continue."' + 00x1A00010000020026: 'Abnormal condition detected while nesting the hotend in slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020027: 'Abnormal condition detected while nesting the hotend in slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00010000020030: 'Abnormal condition detected while fetching the hotend from slot %s: no hotend found in this position. Please install a hotend in the corresponding slot before clicking "Continue."' + 00x1A00010000020031: 'Abnormal condition detected while fetching the hotend from slot %s: a hotend is already mounted on the toolhead. Please remove the hotend from the toolhead before clicking "Continue."' + 00x1A00010000020032: 'Error detected while fetching the hotend from slot %s: the toolhead failed to detect the hotend on the rack. Please check for any debris in the induction hotend mounting slot on the toolhead. If none is found, recalibrate the induction hotend rack.' + 00x1A00010000020033: 'Error detected while fetching the hotend from slot %s: the rack failed to mount the hotend properly. Please check for excessive filament at the top of the hotend, debris in the contact area between the toolhead and the hotend, or if the locking lever is in the released position. After resolving the issue, click "Continue."' + 00x1A00010000020034: 'Error detected while fetching the hotend from slot %s: the hotend has dropped. Please check for excessive filament or other debris at the top of the hotend, trim or remove it, then reinstall the hotend into slot %s on the rack and click "Continue."' + 00x1A00010000020035: 'Error detected while fetching the hotend from slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020036: 'Error detected while fetching the hotend from slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00100000020001: 'Toolhead XY axis or hotend rack has not finished homing. Hotend replacement cannot proceed.' + 00x1A00110000020002: 'Hotend rack coarse homing failed. Please check for any obstructions.' + 00x1A00110000020003: 'Induction Hotend Rack coarse homing failed due to excessive travel. Please check the timing belt condition.' + 00x1A00120000020001: 'Induction hotend rack calibration failed: camera position calibration error. Please clean any debris from the thermal paper surface at the rear of the build plate and remove residue from the nozzle.' + 00x1A00120000020002: 'Induction hotend rack calibration failed: the white marker on the rack''s induction hotend docking module was not detected. Please refer to the Wiki to check if the marker is damaged or covered by dirt.' + 00x1A00120000020003: 'Induction hotend rack calibration failed: abnormal calibration result. Please refer to the Wiki to check if the rack structure is deformed.' + 00x1A00120000020004: 'Hotend rack height calibration is abnormal. Please check for any foreign objects that may be causing the rack to jam.' + 00x1A00120000020007: 'The hotend rack motion timed out. Please check for any foreign objects or obstructions that may be causing the rack to jam.' + 00x1A00120000020008: 'The hotend rack tool lock rod position is abnormal. Please check for any foreign objects or obstructions that may be causing the lock rod to jam.' + 00x1A00120000020009: 'Induction hotend locking lever or rack lever release mechanism error. Please refer to the Wiki for inspection.' + 00x1A00120000020010: 'The Induction Hotend Rack has not been set up. Please follow the instructions to complete the setup before using its functions.' + 00x1A00120000020011: 'Induction hotend not detected before locking. Please check its installation on the toolhead.' + 00x1A00130000020001: 'The hotend rack is fully occupied. Please remove at least one hotend before proceeding.' + 00x1A00200000020001: 'Power outage occurred during hotend replacement. Please follow the Wiki guide to restore the setup, otherwise printing may fail.' + 00x1A00210000010001: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend back to slot %s on the rack, then move the toolhead to the center of the build plate.' + 00x1A00210000010002: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend from slot %s on the rack back onto the toolhead, then move the toolhead to the center of the build plate.' + 00x1A00210000020001: 'Power loss occurred while fetching/nesting hotend. Check if the hotend is in slot %s on the rack. If not, nest it back to that slot and move the toolhead to the center of the build plate.' + 00x1A00210000020002: 'Power loss occurred while fetching/nesting the hotend. Check if it''s mounted on the toolhead. If not, fetch it from slot %s on the rack, nest it onto the toolhead, and move the toolhead to the center of the build plate.' + 00x1A00E00000010005: 'The Induction Hotend Rack is blocked by an obstacle during homing. Please clear any obstructions from its movement path.' + 00x1A00E00000010006: 'Induction Hotend Rack homing distance is too long. The timing belt may be loose. Please check and tighten.' ctl_top_t_temp_axis: 'Temperatura/Eje' ctl_top_t_filament: 'Filamento' + ctl_top_t_hello: 'Hola mundo' ctl_t_part: 'Pieza' ctl_t_aux: 'Aux' ctl_t_chamber: 'Cámara' @@ -364,7 +1044,7 @@ es-ES: mqtt_never_connected: | ¡No se puede conectar a la impresora! Asegúrese de que la impresora está encendida y en la misma LAN que el Panda Touch o haz clic en "Editar" para comprobar y volver a editar la "IP" y el "SN". - Para solucionar problemas de conexión, escanee el código QR. + Para solucionar problemas de conexión, escanee el código QR. mqtt_master_changed: | ¡No se puede conectar a la impresora! Asegúrese de que la impresora está encendida y en la misma red LAN que el Panda Touch o haz clic en "Editar" para comprobar y volver a editar la "IP" y el "SN". @@ -375,11 +1055,11 @@ es-ES: ¡No se puede conectar a la impresora! Asegúrese de que la impresora está encendida y en la misma red LAN que el Panda Touch o haz clic en "Editar" para comprobar y volver a editar la "IP" y la "SN". Dado que se trata de la "Master" y no hay otras impresoras conectadas disponibles en el grupo, no podrá utilizar el Panda Touch hasta que se resuelva este problema. - Para solucionar problemas de conexión, escanee el código QR. + Para solucionar problemas de conexión, escanee el código QR. mqtt_slave: | ¡No se puede conectar a la impresora! Asegúrese de que la impresora está encendida y en la misma LAN que el Panda Touch o haz clic en "Editar" para comprobar y volver a editar la "IP" y el "SN". - Esta impresora no es la "Maestra", por lo que no será accesible ni podrá seguir a la "Maestra" si está en un grupo. Si ha apagado la impresora, ignore este mensaje. Para solucionar problemas de conexión, escanee el código QR. + Esta impresora no es la "Maestra", por lo que no será accesible ni podrá seguir a la "Maestra" si está en un grupo. Si ha apagado la impresora, ignore este mensaje. Para solucionar problemas de conexión, escanee el código QR. mqtt_not_online: | ¡No se puede conectar a la impresora! Asegúrese de que la impresora está encendida y en la misma red LAN que Panda Touch Para solucionar problemas de conexión, escanee el código QR. @@ -408,7 +1088,7 @@ es-ES: guid_c_get_sn_enter: 'Seleccione el dispositivo utilizando el teclado D, pulse OK para entrar.' guid_c_get_sn_enter_code: 'Este es el código SN, introdúzcalo en el cuadro de entrada correspondiente en Panda Touch.' guid_t_completed: | - ; ) ¡Enhorabuena! Ha completado el tutorial de Panda Touch. Pruebe las funciones. + ; ) ¡Enhorabuena! Ha completado el tutorial de Panda Touch. Pruebe las funciones. guid_c_completed: 'Haga clic en el área en blanco de la pantalla para volver a la interfaz de conexión. Puede añadir información de la impresora para realizar un seguimiento del estado.' sn: 'SN:' guid_unable_find: '¿No se puede encontrar la configuración de la impresora?' @@ -418,7 +1098,7 @@ es-ES: Utilice un ordenador en la misma red WiFi, que puede ser un ordenador o un dispositivo móvil que ejecute un sistema operativo como iOS o Android. • Introduzca la dirección IP de Panda Touch en el navegador del ordenador para acceder a la interfaz web y, a continuación, haz clic en el botón "Actualizar archivo". • Haga clic en el botón "Elegir archivo" y, a continuación, seleccione el archivo .img descargado. - • Panda Touch comenzará a actualizarse automáticamente. + • Panda Touch comenzará a actualizarse automáticamente. guid_ota_connect_wifi: 'Conéctese a Internet seleccionando la red WiFi de la derecha e introduciendo la contraseña. Si la red a la que desea conectarse no aparece, haga clic en el botón Actualizar.' #GUID END @@ -440,7 +1120,7 @@ es-ES: tip_login_ok: | ¡Inicio de sesión en la nube correcto! - ¿Desea convertir todas las impresoras existentes al modo nube? Sólo seleccione sí si no está utilizando ninguna impresora en "modo LAN". Si está utilizando impresoras en "modo LAN", añada cada impresora manualmente a la nube editando la configuración del modo. + ¿Desea convertir todas las impresoras existentes al modo nube? Sólo seleccione sí si no está utilizando ninguna impresora en "modo LAN". Si está utilizando impresoras en "modo LAN", añada cada impresora manualmente a la nube editando la configuración del modo. tip_account_sync_ok: 'Las impresoras fueron convertidas exitosamente al modo nube. Puedes ver el estado actual del modo de cada impresora en la página multidispositivo.' tip_account_sync_error: 'Algunas impresoras no pudieron ser convertidas al modo nube. Por favor, compruebe su WiFi y la configuración del modo nube e inténtelo de nuevo.' tip_account_sync_zero: 'No hay impresoras en la nube en la cuenta actual. Por favor, añada una impresora a esta cuenta y vuelva a iniciar sesión.' @@ -456,7 +1136,7 @@ es-ES: tip_printer_work_in_local: 'La impresora funciona en modo LAN.' tip_ftp_ip_invalid: | Por favor, asegúrese de que la impresora está en la misma LAN que el Panda Touch. - Por favor, compruebe y reedite la "IP" o el "Código de acceso". + Por favor, compruebe y reedite la "IP" o el "Código de acceso". tip_ftp_not_find: 'Archivo no encontrado en el directorio raíz.' tip_group_printer_cloud_mode: 'Impresora %d: %s está trabajando en modo nube.' tip_group_printer_local_mode: 'Impresora %d: %s está trabajando en modo LAN.' @@ -469,7 +1149,7 @@ es-ES: tip_one_master_at_least: 'Debería mantener al menos una impresora maestra en un grupo.' tip_one_select_at_least: | Por favor, mantenga una impresora maestra en un grupo. - si quiere eliminar el grupo, puede pulsar el botón atrás y eliminarlo mediante el botón eliminar. + si quiere eliminar el grupo, puede pulsar el botón atrás y eliminarlo mediante el botón eliminar. tip_remove_group_confirm: 'Por favor, confirme que quiere eliminar este grupo de impresoras del Panda Touch.' tip_group_same_name: 'Existe el mismo grupo, por favor renómbralo.' tip_printer_in_group: 'La impresora ha sido seleccionada en el grupo, por favor elimínela del grupo.' @@ -489,11 +1169,15 @@ es-ES: tip_group_temp_too_high_confirm: 'Hay algunas impresoras en el grupo con una temperatura del hotend superior a 50 grados. Apagar la impresora puede causar un bloqueo. Por favor, espere a que el hotend se enfríe antes de apagar la impresora. ¿Desea continuar?' t_is_printing: 'Imprimiendo' t_is_idle: 'Inactivo' + t_table_header_index: 'N.º' + t_table_header_device_name: 'Nombre del dispositivo' + t_table_header_status_task: 'Estado / tarea' + t_table_header_actions_connection: 'Acciones y conexión' tip_enter_group_name: 'Por favor, introduzca un nombre de grupo:' tip_move_confirm: 'La impresora/grupo de impresoras está imprimiendo actualmente y no se puede mover.' tip_always_sleep: 'Esta operación dañará la pantalla. ¿Desea continuar?' tip_bind_power: | - Por favor, mantenga pulsado el botón Panda PWR hasta que la luz azul empiece a parpadear, después coloque el Panda Touch contra la carcasa del Panda PWR para conectarlo. + Por favor, mantenga pulsado el botón Panda PWR hasta que la luz azul empiece a parpadear, después coloque el Panda Touch contra la carcasa del Panda PWR para conectarlo. tip_remove_keep_one: 'Por favor, mantenga al menos una impresora.' tip_remove_printer_with_power: 'Esta impresora está vinculada al Panda PWR. ¿Desea seguir borrándola?' tip_about_power: | @@ -549,15 +1233,25 @@ es-ES: tip_loading_thumbnail: 'La comunicación con la impresora está ocupada en este momento. Por favor, espere un segundo.' t_sd_enhanced_load_thumbnails: 'Enhanced thumbnail display' tip_enhanced_load_effect: 'start printing from USB stick or click sd-card panel will cause a long delay and it will takes effect after reboot, continue?' - tip_not_higher: 'Not higher than %d.' - tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' - tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' - tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' - tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' - tip_dry_completed: 'Drying completed.' - tip_dry_not_support: 'Not support for A1, A1-mini, P1P.' + tip_not_higher: 'Not higher than %d.' + tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' + tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' + tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' + tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' + tip_ams_dry_stop: 'Seguro que desea detener el secado AMS?' + tip_dry_completed: 'Drying completed.' + tip_dry_not_support: 'Not support for A1, A1-mini, P1P.' tip_dry_printer_printing: 'The printer is printing.' tip_skip_obj_selected: '#ff0000 %d# objects is selected' tip_dry_ing: 'Drying' tip_dry_prepare_ok: 'Ready, please check if the printer tool head has returned to the preset position before clicking start.' #NEW ADD END + +# AUTO-FILLED MISSING KEYS START + tip_firmware_incompatible: | + Your Bambu machine is running firmware version %s or above + This firmware implements an authentication mechanism that requires Bambu to approve who can send control commands to your machines if you are operating in cloud mode. + To regain full control of your machine using the Panda Touch, please change to LAN-only, developer mode from your stock bambu screen. + Alternately, you can roll back to an earlier firmware version using the bambu handy app. + tip_firmware_incompatible_reduced: 'Modo de solo lectura. Cambie a LAN-only developer mode o vuelva a una version anterior del firmware para obtener control completo.' +# AUTO-FILLED MISSING KEYS END diff --git a/Translation/fr-FR/fr-FR.yml b/Translation/fr-FR/fr-FR.yml new file mode 100644 index 0000000..f055a28 --- /dev/null +++ b/Translation/fr-FR/fr-FR.yml @@ -0,0 +1,1262 @@ +fr-FR: + lang_name_t: 'Français' + min_time_t_1: '1min' + min_time_t_2: '2min' + min_time_t_3: '3min' + min_time_t_5: '5min' + min_time_t_10: '10min' + min_time_t_15: '15min' + min_time_t_60: '60min' + sleep_time_t_always: 'Toujours allumé' + setting_gen_t: 'Général' + setting_net_t: 'Réseau' + setting_gen_t_dev: 'Appareil:' + setting_gen_t_man: 'Fabricant:' + setting_gen_t_lang: 'Langue:' + setting_gen_t_fw: 'Micrologiciel:' + setting_gen_t_slp: 'Mise en veille automatique:' + setting_gen_t_readonly: 'Mode lecture seule:' + setting_gen_t_wake_on_print: 'Reveiller au demarrage de l''impression' + setting_gen_t_on_while_print: 'Rester actif pendant l''impression' + setting_gen_t_backlight: 'Luminosité du rétroéclairage:' + setting_gen_t_reb: 'Redémarrage' + setting_gen_t_rst: 'Restaurer les paramètres d''usine' +#SETTING PAGE END + +#BUTTONS + btn_cancel: 'Annuler' + btn_ok: 'OK' + btn_restart: 'Redémarrage' + btn_refresh: 'Rafraîchir' + btn_confirm: 'Confirmer' + btn_next: 'Suivant' + btn_back: 'Retour' + btn_del: 'Supprimer' + btn_scan: 'Scan' + btn_factory: 'Réinitialisation d''usine' + btn_close: 'Fermer' + btn_ignore_all: 'Ignorer tout' + btn_load: 'Charger' + btn_unload: 'Décharger' + btn_retry: 'Réessayer' + btn_reread: 'Relire' + btn_abort: 'Abandonner' + btn_print: 'Imprimer' + btn_remove: 'Supprimer' + btn_stop: 'Stop' + btn_pause: 'Pause' + btn_resume: 'Reprendre' + btn_filament: 'Filament' + btn_done: 'Fait' + btn_stop_all: 'Arrêtez tout' + btn_format: 'Formater' + btn_disconnect: 'Déconnecter' + btn_edit: 'Modifier' + btn_yes: 'Oui' + btn_no: 'Non' + btn_reset: 'Réinitialiser' + btn_add_printer: 'Ajouter une imprimante' + btn_add_group: 'Ajouter un groupe' + btn_goto_printers: 'Accéder à la page multi-appareils' + btn_printer_view_list: 'Liste' + btn_printer_view_card: 'Carte' + btn_goto_wifi: 'Accéder au réseau Wi-Fi' + btn_ignore: 'Ignorer' + btn_goto_login: 'Accéder à la page de connexion' + btn_dry: 'Séchage' + btn_dry_prepare: 'Préparer' + btn_dry_start: 'Commencer le séchage' +#BUTTONS END + label_dry_time: 'Duree de sechage' + label_dry_temp: 'Temperature' + tip_ams_dry_setup: 'Configuration du sechage AMS' + btn_skip_obj: 'Ignorer' + set_net_wifi_scaned: 'WiFi scanné' + welcome_tip: 'Connectez-vous à Internet en sélectionnant le réseau Wi-Fi à droite, puis en saisissant le mot de passe. Appuyez sur Actualiser si vous ne voyez pas le réseau souhaité. Appuyez sur Suivant une fois que vous êtes connecté au réseau souhaité.' + tip_scan_qrcode: 'Veuillez utiliser votre téléphone pour scanner le code QR pour accéder au manuel en ligne.' + loading: 'Chargement...' + top_wifi_connect: 'Connexion au WiFi %s' + top_wifi_connect_fail: 'Échec de la connexion au WiFi: %s' + top_wifi_disconnected: 'Déconnecté du WiFi: %s' + top_print_connecting: 'Connexion à l''imprimante %d: %s' + top_print_connected: 'Connexion réussie à l''imprimante %d: %s' + top_print_connect_fail: 'Échec de la connexion à l''imprimante %d: %s' +#PRINT + panda_touch: 'Panda Touch' + printer_model: 'Modèle:' + printer_name: 'Nom:' + scan_print_t_acescd: 'Code d''accès:' + scan_print_t_ip: 'IP de l''imprimante:' + filament_t_color: 'Couleur du filament:' + filament_t_matrl: 'Matériau du filament:' + nozzle_t_diameter: 'Diamètre de la buse:' + nozzle_t_matrl: 'Matériau de la buse:' + wifi_c_wait_cancel: 'En attente d''annulation...' + print_bed_leveling: 'Mise à niveau du lit' + print_flow_calibration: 'Étalonnage du débit' + print_timelapse: 'Timelapse' + prints_in_sync: 'Imprimantes synchronisées: %d' + start_print_confirm: | + Avant de commencer l'impression, veuillez prendre note des points suivants: + 1. Assurez-vous que le fichier a été découpé pour les imprimantes sélectionnées. + 2. Assurez-vous que les paramètres du filament dans le fichier découpé correspondent au filament chargé dans les emplacements AMS. + print_using_ams: 'Utiliser AMS' + print_ams: 'Porte-bobine' + print_canceled: 'Annulé' + print_finished: 'Fini' + print_reprint: 'Réimpression' + bed_preheating: 'Préchauffage du lit chauffant' + nozzle_clean: 'Nettoyage de la pointe de la buse' + bed_auto_leveing: 'Mise à niveau automatique du lit' + print_preparing: 'Préparation de l''impression' + print_t: 'Imprimante' + print_not_find: 'Aucune imprimante trouvée, vérifiez votre réseau et scannez à nouveau' + filament_unknown: 'Le type de filament est inconnu, mais il est nécessaire pour effectuer cette action. Voulez-vous modifier les informations du filament ?' + printer_add_repeat: 'Cette imprimante a déjà été ajoutée au Panda Touch et ne peut pas être ajoutée à nouveau.' + printer_has_add: 'Déjà ajouté' + printer_busy: | + + + Busy Printing + nozzle_temperature: 'Température de la buse' + bambu_info_readonly: 'Les informations des filaments Bambu sont stockées dans le RFID et sont en lecture seule.' + setting_slot_not_sup: 'La définition des informations d''emplacement pendant l''impression n''est pas prise en charge.' + filament_minimum: 'Minimum' + filament_maximum: 'Maximum' + filament_unknown_type: 'Inconnu' +#PRINT +#TIPS + tip_input_optional: '(Facultatif)' + tip_input_name: '(Obligatoire) Saisissez le nom de votre imprimante' + tip_input_ip: '(Obligatoire) Saisissez l''adresse IP de votre imprimante' + tip_input_acescd: '(Obligatoire) Entrez votre code d''accès' + tip_input_sn: '(Obligatoire) Saisissez votre numéro de série' + pop_tip_add_dev: 'Veuillez confirmer que vous souhaitez ajouter cette imprimante au Panda Touch' + pop_tip_restart: 'Veuillez confirmer que vous souhaitez redémarrer le Panda Touch.' + pop_tip_input_password: 'Entrez le mot de passe' + pop_tip_factory: 'Veuillez confirmer que vous souhaitez restaurer les paramètres d''usine. Le Panda Touch oubliera les paramètres Wi-Fi et toutes les imprimantes ajoutées. Un redémarrage sera effectué une fois terminé.' + new_tip_get_info: 'Comment obtenir l''IP, le code d''accès et le numéro de série.' + pop_tip_print_abort: 'Veuillez confirmer si vous souhaitez interrompre les tâches de téléchargement et d’impression en cours et suivantes.' + tip_not_insert_sdcard: 'La carte MicroSD n''est pas insérée dans l''imprimante.' + tip_not_insert_usb_flash: 'Clé USB non insérée.' + tip_not_select_print: 'Aucune imprimante n''est sélectionnée, veuillez sélectionner au moins une imprimante pour démarrer l''impression.' + tip_remove_refuse: 'Seules les imprimantes « Déconnectées » peuvent être supprimées.' + tip_remove_confirm: 'Veuillez confirmer que vous souhaitez supprimer cette imprimante de Panda Touch.' + tip_master_must: 'Au moins une imprimante doit être définie comme « Maître ».' + tip_mainly_query: 'Une seule imprimante peut être définie comme « Maître ». Voulez-vous définir cette imprimante comme « Maître » et définir l''ancienne imprimante « Maître » sur « Synchronisation » ?' + tip_printer_max: 'Actuellement, Panda Touch ne prend en charge que la connexion de « %d » imprimantes. Vous pouvez utiliser une deuxième unité Panda Touch pour contrôler des imprimantes supplémentaires.' + tip_pause_all: 'Êtes-vous sûr de vouloir suspendre toutes les impressions en cours ?' + tip_stop_all: 'Une fois que vous avez arrêté une impression, vous ne pouvez pas la reprendre. Êtes-vous sûr de vouloir arrêter toutes les impressions en cours ?' + tip_faild_upload: | + Échec du téléchargement du fichier, veuillez vérifier les éléments suivants : + 1. L'imprimante est-elle correctement branchée avec une carte SD et la carte SD a-t-elle une capacité suffisante ? + 2. Assurez-vous que la clé USB est bien insérée dans le Panda Touch. + 3. Déplacez-vous vers un endroit avec un meilleur signal Wi-Fi. + 4. En mode cloud, veuillez vérifier et rééditer l'« IP » ou le « code d'accès ». + tip_wifi_disconnected: 'La connexion Wi-Fi a été perdue. Veuillez vous assurer que vous vous trouvez dans une zone avec une puissance de signal suffisante.' + tip_wifi_error: 'Échec de la connexion au Wi-Fi actuel. Veuillez vérifier la force du signal et le mot de passe saisi, puis reconnectez-vous.' + tip_unload_has_filament: 'Veuillez retirer le filament du support de bobine de l''extrudeur ou vérifier s''il y a un filament cassé dans l''extrudeur. Si l''AMS doit être utilisé ultérieurement, veuillez connecter le tube PTFE au coupleur.' + tip_unload_has_filament_l: 'Veuillez retirer le filament du support de bobine de l''extrudeur ou vérifier s''il y a un filament cassé dans l''extrudeur. Si l''AMS doit être utilisé ultérieurement, veuillez connecter le tube PTFE au coupleur et cliquer sur le bouton « Réessayer ».' + tip_load_no_filament: 'Veuillez alimenter le support de bobine jusqu''à ce que le capteur de filament de la tête de l''outil soit déclenché.' + tip_load_no_filament_l: 'Veuillez alimenter le support de bobine jusqu''à ce que le capteur de filament de la tête de l''outil soit déclenché et cliquez sur le bouton « Réessayer ».' + tip_load_filament: 'Veuillez observer la buse. Si le filament a été extrudé, cliquez sur « Terminé » ; si ce n''est pas le cas, poussez légèrement le filament vers l''avant, puis cliquez sur « Réessayer ».' + tip_heatbreak_fan: 'La vitesse du ventilateur du Heatbreak est anormale.' + tip_parsing_gcode: 'Un problème est survenu lors de l''analyse de gcode.3mf. Veuillez renvoyer la tâche d''impression.' + tip_nozzle_temp_malf: 'Dysfonctionnement de la température de la buse.' + tip_front_cover: 'L''impression a été interrompue car le capot avant de la tête d''impression est tombé. Veuillez le remonter et cliquer sur l''icône de reprise pour reprendre l''impression.' + tip_filament_runout: 'Le filament est épuisé. Veuillez charger un nouveau filament dans « Filament » et appuyez sur « Reprendre » pour reprendre l''impression.' + tip_pause_print: 'Êtes-vous sûr de vouloir suspendre l’impression en cours ?' + tip_stop_print: 'Une fois que vous avez arrêté une impression, vous ne pouvez pas la reprendre. Êtes-vous sûr de vouloir arrêter l''impression en cours ?' + tip_ams_runout: 'Le filament AMS est épuisé. Veuillez insérer un nouveau filament dans l''AMS et cliquer sur le bouton « Réessayer ».' + tip_ams_overload: 'Le moteur d''assistance AMS est surchargé. Veuillez vérifier si la bobine ou le filament est bloqué. Après le dépannage, cliquez sur le bouton « Réessayer ».' + tip_failed_feed: 'Impossible d''introduire le filament dans la tête d''outil. Veuillez vérifier si le filament ou la bobine est bloqué. Après le dépannage, cliquez sur le bouton « Réessayer ».' + tip_failed_pull: 'Impossible de retirer le filament de l''extrudeur. Veuillez vérifier si l''extrudeur est obstrué ou si le filament est cassé à l''intérieur. Après le dépannage, cliquez sur le bouton « Réessayer ».' + tip_failed_extrude: 'Échec de l''extrusion du filament. Veuillez vérifier si l''extrudeur est obstrué. Après le dépannage, cliquez sur le bouton « Réessayer ».' + tip_failed_feed_outside: 'Impossible d''insérer le filament à l''extérieur de l''AMS. Veuillez couper l''extrémité du filament à plat et vérifier si la bobine est bloquée. Après le dépannage, cliquez sur le bouton « Réessayer ».' + tip_select_model: 'Veuillez sélectionner le modèle de l''imprimante' + tip_ams_busy: 'Impossible de lire les informations du filament ; l''AMS est occupé. Veuillez réessayer plus tard.' + tip_ams_reading: 'L''AMS est occupé à lire les informations du filament ; veuillez réessayer plus tard.' + tip_ams_tray_empty: 'Ce plateau est vide. Veuillez réessayer après avoir inséré le filament.' + tip_firmware: 'Veuillez scanner le code pour afficher l''historique des versions du micrologiciel et les instructions sur la façon de mettre à jour le micrologiciel.' +#TIPS END +#NOTIFY + notify_center_t: 'Centre de notifications' + notify_cnt_t: 'nombre de notifications:' + notify_remind: 'Veuillez scanner le code pour voir les solutions possibles, ou cliquez sur le bouton « Aller à l''imprimante » pour définir cette imprimante comme imprimante « maître »' + notify_remind_go_print: 'Aller à l''imprimante' + notify_unknow_state: 'Code d''état inconnu de Panda Touch.' + 00x0300010000010001: 'The heatbed temperature is abnormal; the heater may have a short circuit.' + 00x0300010000010002: 'The heatbed temperature is abnormal; the heater may have an open circuit, or the thermal switch may be open.' + 00x0300010000010003: 'The heatbed temperature is abnormal; the heater is over temperature.' + 00x0300010000010006: 'The heatbed temperature is abnormal; the sensor may have a short circuit.' + 00x0300010000010007: 'La température du lit chauffant est anormale ; le capteur peut avoir un circuit ouvert.' + 00x0300010000010008: 'An abnormality occurs during the heating process of the heatbed; the heating modules may be broken.' + 00x030001000001000A: 'The heatbed temperature control is abnormal; the AC board may be broken.' + 00x030001000001000C: 'The heatbed has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030001000001000D: 'An abnormality occured in heating modules of heatbed previously. To continue using your printer, please refer to the wiki to troubleshoot.' + 00x030001000001000E: 'The power supply voltage does not match the machine; the heatbed has been disabled.' + 00x030001000002000F: 'The chamber target temperature is set too high, while the heatbed target temperature is set too low. Heatbed cooling has been skipped. It is recommended to set matching chamber and heatbed temperatures.' + 00x0300010000030008: 'The temperature of the heated bed exceeds the limit and automatically adjusts to the limit temperature.' + 00x030001000003000F: 'The chamber temperature is currently high, and the heatbed is cooling down slowly. It is recommended to open the top cover or front door to accelerate the cooling process.' + 00x0300020000010001: 'La température de la buse est anormale, le chauffage peut être en court-circuit.' + 00x0300020000010002: 'La température de la buse est anormale, le chauffage peut être en circuit ouvert.' + 00x0300020000010003: 'La température de la buse est anormale, le chauffage est en surchauffe.' + 00x0300020000010004: 'The right nozzle temperature control is abnormal. The hotend might have structural damage.' + 00x0300020000010006: 'La température de la buse est anormale, le capteur peut être en court-circuit.' + 00x0300020000010007: 'La température de la buse est anormale, le capteur peut être en circuit ouvert.' + 00x0300020000010008: 'The right extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x0300020000010009: 'Nozzle temperature control is abnormal. The hot end may not be installed. To heat the heating assembly without the hotend, enable Maintenance Mode in the settings.' + 00x030002000001000B: 'The right extruder nozzle temperature control is abnormal, possibly due to the hotend not being properly installed or a malfunction of the wireless temperature measurement board.' + 00x0300030000010001: 'La vitesse du ventilateur du hotend est trop lente ou arrêtée.' + 00x0300030000020002: 'La vitesse du ventilateur du hotend est lente.' + 00x0300040000020001: 'La vitesse du ventilateur de refroidissement de la pièce est trop lente ou arrêtée.' + 00x0300050000010001: 'The motor driver is overheating. Its radiator may be loose, or its cooling fan may be damaged.' + 00x0300060000010001: 'Le moteur-%s présente un circuit ouvert. Il peut y avoir une mauvaise connexion ou le moteur est peut-être en panne.' + 00x0300060000010002: 'Le moteur-%s présente un court-circuit. Il est peut-être en panne.' + 00x0300060000010003: 'La résistance du moteur-%s est anormale, le moteur est peut-être en panne.' + 00x0300090000010001: 'The extruder servo motor has an open circuit. The connection may be loose, or the motor may have failed.' + 00x0300090000010002: 'The extruder servo motor has a short-circuit. It may have failed.' + 00x0300090000010003: 'The resistance of the extruder servo motor is abnormal; the motor may have failed.' + 00x0300090000020001: 'The extrusion motor is overloaded. The extruder may be clogged or the filament may be stuck in the tool head.' + 00x0300090000020002: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead.' + 00x0300090000020003: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip.' + 00x0300090000020004: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead, or the externally mounted filament may be tangled.' + 00x0300090000020005: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip, or the externally mounted filament may be tangled.' + 00x0300090000030007: 'Filament extrusion anomaly detected. Automatically retrying recovery, please wait.' + 00x03000A0000010001: 'La sensibilité du capteur de force du lit chauffant %s est trop élevée.' + 00x03000A0000010002: 'La sensibilité du capteur de force du lit chauffant %s est faible.' + 00x03000A0000010003: 'La sensibilité du capteur de force du lit chauffant %s est trop faible.' + 00x03000A0000010004: 'Une perturbation externe a été détectée lors du test de la sensibilité du capteur de force. La plaque chauffante a peut-être touché quelque chose à l''extérieur du lit chauffant.' + 00x03000A0000010005: 'Le capteur de force %s a détecté une force continue inattendue. Le plateau chauffant est peut-être bloqué ou le frontal analogique est peut-être cassé.' + 00x03000D0000010003: 'La plaque de construction n''est pas correctement placée. Veuillez l''ajuster.' + 00x03000D0000010004: 'La plaque de construction n''est pas correctement placée. Veuillez l''ajuster.' + 00x03000D0000010005: 'La plaque de construction n''est pas correctement placée. Veuillez l''ajuster.' + 00x03000D0000010006: 'La plaque de construction n''est pas correctement placée. Veuillez l''ajuster.' + 00x03000D0000010007: 'La plaque de construction n''est pas correctement placée. Veuillez l''ajuster.' + 00x03000D0000010008: 'La plaque de construction n''est pas correctement placée. Veuillez l''ajuster.' + 00x03000D0000010009: 'La plaque de construction n''est pas correctement placée. Veuillez l''ajuster.' + 00x03000D000001000A: 'La plaque de construction n''est pas correctement placée. Veuillez l''ajuster.' + 00x03000D0000020001: 'Le lit chauffant se déplace de manière anormale.' + 00x03000D000001000B: 'Le moteur de l''axe Z semble bloqué lors du déplacement vers le haut.' + 00x03000D0000020003: 'The build plate may not be properly placed. If this message appears repeatedly, please check the Wiki for more explanations.' + 00x03000F0000010001: 'Les données de l''accéléromètre ne sont pas disponibles.' + 00x0300100000020001: 'La fréquence de résonance de l''axe %s est faible. La courroie de distribution est peut-être desserrée.' + 00x0300100000020002: 'Le mode de résonance mécanique du 1er ordre de l''axe %s diffère beaucoup du dernier étalonnage, veuillez réexécuter l''étalonnage de la machine ultérieurement.' + 00x0300110000020002: 'The resonance frequency of the Y-axis differs greatly from the last calibration. Please clean the Y-axis liner rod and conduct a calibration after printing.' + 00x0300120000020001: 'Le capot avant de la tête d''outil est tombé.' + 00x0300130000010001: 'Le capteur de courant du moteur-%s est anormal. Cela peut être dû à une défaillance du circuit d''échantillonnage matériel.' + 00x0300160000010001: 'The extruder servo motor''s current sensor is abnormal. A failure of the hardware sampling circuit may cause this.' + 00x0300170000010001: 'The hotend cooling fan speed is too slow or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300170000020002: 'The hotend cooling fan speed is slow. It may be stuck and need cleaning.' + 00x0300180000010001: 'La valeur du capteur de force d''extrusion est faible, la buse semble ne pas être installée.' + 00x0300180000010002: 'La sensibilité du capteur de force d''extrusion est faible, il se peut que le hotend ne soit pas installé correctement.' + 00x0300180000010003: 'Le capteur de force d''extrusion n''est pas disponible, le lien entre le MC et le TH peut être rompu ou le capteur est cassé.' + 00x0300180000010004: 'Les données du capteur de force d''extrusion sont anormales, le capteur doit être cassé.' + 00x0300180000010005: 'Le moteur de l''axe Z semble bloqué pendant le mouvement, veuillez vérifier s''il y a des corps étrangers sur les curseurs Z ou les roues de la courroie de distribution Z.' + 00x0300180000010006: 'The heatbed leveling data is abnormal. Please check whether there are any foreign objects on the heatbed and Z slider. If so, please remove them and try again.' + 00x0300180000010007: 'The frequency of the extrusion force sensor is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300180000010008: 'The nozzle touches the heatbed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030018000001000B: 'Nozzle presence detection failed: nozzle not installed or improperly installed.' + 00x030018000001000C: 'An anomalous jump in the extruder extrusion force sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x030018000001000D: 'Nozzle clumping detection calibration failed. Excessive force detected on the nozzle. Please ensure the nozzle is installed correctly.' + 00x030018000001000E: 'Nozzle clumping detection calibration failed. The nozzle did not touch the inner wall of the hole. Please clean the nozzle and the steel plate hole at the rear-right side of the heatbed.' + 00x0300180000030009: 'Performing initial High-temperature Bed Leveling.' + 00x0300190000010001: 'Le capteur de courant sur l''axe Y n''est pas disponible, le fil doit être cassé.' + 00x0300190000020002: 'La sensibilité du capteur de courant de l''axe Y est trop faible.' + 00x03001A0000020001: 'La buse est enveloppée dans le filament ou la plaque de construction est mal placée.' + 00x03001A0000020002: 'Le capteur de force d''extrusion détecte que la buse est obstruée.' + 00x03001A0000020003: 'The nozzle clumping sensor is malfunctioning; Please refer to the Wiki for troubleshooting.' + 00x03001A0000030004: 'Nozzle clumping detection timed out. The check has been skipped.' + 00x03001B0000010001: 'The signal of the heatbed acceleration sensor is weak. The sensor may have fallen off or been damaged.' + 00x03001B0000010002: 'External disturbance was detected on the heatbed acceleeration sensor. The sensor signal wire may not be affixed.' + 00x03001B0000010003: 'The heatbed acceleration sensor detected unexpected continuous force. The sensor may be stuck, or the analog front end may be broken.' + 00x03001C0000010001: 'The extrusion motor driver is abnormal. The MOSFET may have a short circuit.' + 00x03001D0000010001: 'The position sensor of extrusion motor is abnormal. The connection to the sensor may be loose.' + 00x03001E0000010001: 'The left nozzle temperature is abnormal; the heater may have a short circuit.' + 00x03001E0000010002: 'The left nozzle temperature is abnormal; the heater may have an open circuit.' + 00x03001E0000010003: 'The left nozzle temperature is abnormal; the heater is over temperature.' + 00x03001E0000010006: 'The left nozzle temperature is abnormal; the sensor may have a short circuit, please check whether the connector is properly plugged in.' + 00x03001E0000010007: 'The left nozzle temperature is abnormal; the sensor may have an open circuit.' + 00x03001E0000010008: 'The left extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x03001E0000010009: 'The left nozzle temperature control is abnormal; the hot end may not be installed. If you want to heat the hot end without it being installed, please turn on maintenance mode in the settings page.' + 00x0300200000010001: 'X-axis homing abnormal: please check if the toolhead is stuck or if the resistance on the X-axis linear rail is too high.' + 00x0300200000010002: 'Y-axis homing abnormal: please check if the toolhead is stuck or the Y carriage has too much resistance.' + 00x0300200000010003: 'X axis homing abnormal: the timing belt may be loose.' + 00x0300200000010004: 'Y axis homing abnormal: the timing belt may be loose.' + 00x0300210000010001: 'Auxiliary extruder motor open circuit, possibly due to a loose connection or motor failure.' + 00x0300210000010002: 'Auxiliary extruder motor short circuit, possibly caused by motor failure.' + 00x0300210000010003: 'The resistance of the Auxiliary extruder motor is abnormal; the motor may have failed.' + 00x0300220000010001: 'Auxiliary extruder motor current sensor error, possibly caused by a sampling circuit hardware failure.' + 00x0300250000010001: 'The frequency of the extrusion force sensor of the right extruder is too low. The nozzle may not be installed, or the nozzle heat sink may be too far away from the sensor.' + 00x0300250000010002: 'The sensitivity of the right extruder extrusion force sensor is low; the nozzle may not installed correctly.' + 00x0300250000010003: 'Unable to read data from the right extruder force sensor; there may be a communication break or sensor damage.' + 00x0300250000010004: 'The signal of the extrusion force sensor of the right extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300250000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300250000010007: 'The frequency of the extrusion force sensor of the right extruder is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300250000010008: 'The right nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030025000001000A: 'Nozzle offset calibration failed. Filament sticks to the nozzle, which may affect print quality. Please clean the nozzle and try again.' + 00x030025000001000B: 'Nozzle presence detection failed: Right extruder nozzle not installed or improperly installed.' + 00x030025000001000C: 'An anomalous jump in the right extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300260000010001: 'The frequency of the extrusion force sensor of the left extruder is too low. The sensor may be installed too far, or the sensor may be loose.' + 00x0300260000010002: 'The sensitivity of the left extruder extrusion force sensor is low; the force sensor may not be installed correctly.' + 00x0300260000010003: 'Unable to read data from the left extruder force sensor; there may be a communication break or sensor damage.' + 00x0300260000010004: 'The signal of the extrusion force sensor of the left extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300260000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300260000010007: 'The frequency of the extrusion force sensor of the left extruder is too high. The sensor may be installed too close, or the sensor may be loose.' + 00x0300260000010008: 'The left nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030026000001000B: 'Nozzle presence detection failed: Left extruder nozzle not installed or improperly installed.' + 00x030026000001000C: 'An anomalous jump in the left extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300270000010001: 'The nozzle offset calibration sensor frequency is too low. The sensor may be damaged.' + 00x0300270000010002: 'Too many attempts at nozzle offset calibration, possibly due to purged filament between the nozzle and the heated base, or incorrect installation of the nozzle. Please inspect and retry.' + 00x0300270000010003: 'The nozzle offset calibration result shows significant deviation, possibly due to the heat insulation sheet on the right nozzle heating base not being installed. Please install it correctly and try again.' + 00x0300270000010004: 'The signal of the nozzle offset calibration sensor is abnormal. The sensor may be damaged, or the wiring may not be connected properly.' + 00x0300270000010005: 'The nozzle offset calibration indicates significant deviation, possibly caused by an additional heat insulation sheet installed on the right nozzle heating base. Please verify this and attempt the calibration again.' + 00x0300270000010006: 'The nozzle offset calibration shows significant deviation, possibly due to incorrect installation of the nozzle or heating base. Please inspect and retry.' + 00x0300270000010007: 'The nozzle offset calibration sensor frequency is too high. The sensor may be damaged.' + 00x0300270000010008: 'The nozzle offset calibration sensor signal is too weak. It may be that the nozzle is sticky or the nozzle does not move above the sensor during calibration, causing the distance between the nozzle and the sensor to be too far.' + 00x0300280000010001: 'The data of the force sensor of the Cutting Module is abnormal. The magnet on the Tool Holder may fall off or the force sensor may be damaged.' + 00x0300280000010003: 'Communication failure between cutting module and toolhead during Z-axis homing. Please check if the cutting module signal cable is loose or broken or verify if the force sensor coil is intact.' + 00x0300280000010004: 'The force sensor of the Cutting Module is abnormal. The force sensor cable may be disconnected or the force sensor is damaged.' + 00x0300280000010005: 'Z-axis homing failed in cutting mode. Please check if there are any foreign objects in the Z-axis slider and Z-axis synchronous pulley.' + 00x0300280000010007: 'Communication failure between the Cutting Module and toolhead module. Please check if the Cutting module signal cable is loose or broken. It could also be due to a broken force sensor coil.' + 00x0300280000010008: 'Z-axis homing failed. Please check if the blade holder movement is smooth and ensure no foreign objects are at the contact position on the heatbed.' + 00x0300290000010001: 'Vision encoder patterns can not be recognized; possible reasons include vision encoder pattern distortion, light overexposure, and plate misplacement.' + 00x03002A0000010001: 'The left hotend cooling fan speed is too slow or stopped. The fan may be stuck or the connector may not be plugged in properly.' + 00x03002A0000020002: 'The left hotend cooling fan speed is slow. It may be stuck and need cleaning.' + 00x03002B0000020001: 'Air-door calibration failed. Please check if there is any foreign object blocking the damper.' + 00x03002C0000010001: 'Obstacle detected under the heatbed. Please remove it to ensure proper printing.' + 00x03002D0000010006: 'Heated bed leveling failed, possibly due to foreign objects on the bed or bed tilt. Continuing to print may damage the build plate. Please remove any debris or manually level the bed before retrying.' + 00x03002E0000030001: 'The motor noise cancellation data needs to be updated; please recalibrate.' + 00x0300310000010001: 'The Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300310000020002: 'The Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000010001: 'The Auxiliary Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300320000010002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000020002: 'The Auxiliary Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300330000010001: 'The Chamber Exhaust Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300330000020002: 'The Chamber Exhaust Fan speed is slow. It may be stuck and need cleaning.' + 00x0300350000010001: 'The MC module cooling fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300350000020002: 'The MC module cooling fan speed is slow. It may be stuck and need cleaning.' + 00x0300360000010001: 'The Chamber Heat Circulation Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300360000020002: 'The Chamber Heat Circulation Fan speed is slow. It may be stuck and need cleaning.' + 00x0300390000010001: 'The External Fan on the Toolhead is running too slowly or has stopped, possibly due to debris blockage or a loose connector.' + 00x0300390000020002: 'The External Fan on the Toolhead is running at a low speed, possibly due to debris buildup.' + 00x03003A0000010001: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x03003A0000020002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300400000020001: 'La transmission de données sur le port série est anormale ; le système logiciel peut être défectueux.' + 00x0300410000010001: 'La tension du système est instable, ce qui déclenche la fonction de protection contre les pannes de courant.' + 00x0300420000010001: 'Toolhead power abnormality detected; it may be caused by a damaged TH board or a short circuit in the USB-C cable.' + 00x0300900000010001: 'Chamber heating failed. The heater may not be blowing hot air.' + 00x0300900000010002: 'Chamber heating failed. Possible causes: the chamber is not fully enclosed, ambient temperature is too low, or the power supply heat dissipation vent is blocked.' + 00x0300900000010003: 'Chamber heating failed. The power supply temperature may be too high.' + 00x0300900000010004: 'Chamber heating failed. The speed of the heating fan is too low.' + 00x0300900000010005: 'Chamber heating failed. The thermal resistance is too high.' + 00x0300900000010006: 'Chamber heating failed. The air duct could not switch to chamber temperature heating mode.' + 00x0300900000010007: 'High chamber temperature detected. If the hotend is overheating or emitting smoke, immediately power off the printer. Please refer to the Wiki for detailed troubleshooting instructions.' + 00x0300900000010010: 'The communication of chamber temperature controller is abnormal.' + 00x0300910000010001: 'The temperature of chamber heater %s is abnormal. The heater may have a short circuit.' + 00x0300910000010002: 'The temperature of chamber heater 1 is abnormal. The heater may have an open circuit or the thermal fuse may have burned out.' + 00x0300910000010003: 'The temperature of chamber heater %s is abnormal. The heater is over temperature.' + 00x0300910000010006: 'The temperature of chamber heater %s is abnormal. The sensor may have a short circuit.' + 00x0300910000010007: 'The temperature of chamber heater %s is abnormal. The sensor may have an open circuit.' + 00x0300910000010008: 'The chamber heater failed to reach the target temperature.' + 00x030091000001000A: 'The temperature of chamber heater %s is abnormal. The AC board may be broken.' + 00x030091000001000C: 'The chamber heater 1 has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030091000001000E: 'The power supply voltage does not match the machine; chamber heater 1 has been disabled.' + 00x0300920000010002: 'The temperature of chamber heater 2 is abnormal. The heater may have an open circuit or the thermal fuse may be in effect.' + 00x0300920000010008: 'Chamber heater 2 failed to rise to target temperature.' + 00x0300930000010001: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have a short circuit.' + 00x0300930000010002: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have an open circuit.' + 00x0300930000010003: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have a short circuit.' + 00x0300930000010004: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have an open circuit.' + 00x0300930000010005: 'Chamber temperature is abnormal. The chamber temperature sensor may have a short circuit.' + 00x0300930000010006: 'Chamber temperature is abnormal. The chamber temperature sensor at the air inlet may have an open circuit.' + 00x0300930000010007: 'Chamber temperature is abnormal. The temperature sensor at the power supply may have a short circuit.' + 00x0300930000010008: 'Chamber temperature is abnormal. The temperature sensor at power supply may have an open circuit.' + 00x0300940000020003: 'Chamber failed to reach the desired temperature. The machine will stop waiting for the chamber temperature.' + 00x0300940000030001: 'Chamber cooling may be too slow. You can open the front door or top cover to help cooling if the air in the chamber is non-toxic.' + 00x0300940000030002: 'Chamber temperature setting value exceed the limit, the boundary value will be set.' + 00x0300950000010001: 'The temperature sensor of the Laser Module may have a short circuit.' + 00x0300950000010002: 'The temperature sensor of the Laser Module may have an open circuit.' + 00x0300950000010003: 'Laser Module overheating' + 00x0300950000010004: 'The speed of the Laser Module cooling fan is too low or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300950000010005: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010006: 'Laser Module not detected: the module may have fallen off, or the quick-release lever may not be locked.' + 00x0300950000010007: 'The engraving laser module is abnormal; the laser may have an open circuit or may be damaged.' + 00x0300950000010008: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010009: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor is short-circuited.' + 00x030095000001000A: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor has an open circuit.' + 00x0300960000010001: 'The front door seems to be open; the task has been paused.' + 00x0300960000010002: 'The front door Hall sensor (Upper) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010003: 'The front door Hall sensor (Lower) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010004: 'The Front Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300960000030001: 'The front door is open.' + 00x0300970000010001: 'The top cover seems to be open; the task has been paused' + 00x0300970000010002: 'The top cover Hall sensor (Front Right) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010003: 'The top cover Hall sensor (Rear Left) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010004: 'The Top Laser Protection Plate is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300970000030001: 'The top cover is open.' + 00x0300980000010001: 'The left side window seems to be open, the task has been paused.' + 00x0300980000010002: 'The left side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010003: 'The left side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010004: 'The Left Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300980000030001: 'The left side window seems to be open.' + 00x0300990000010001: 'The right side window seems to be open; the task has been paused.' + 00x0300990000010002: 'The right side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010003: 'The right side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010004: 'The Right Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300990000030001: 'The right side window is detected to be open.' + 00x03009B0000010001: 'Emergency stop button is not installed. Please follow the Wiki to install it.' + 00x03009B0000010002: 'Safety key is not inserted. Please follow the Wiki to install it.' + 00x03009B0000010003: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x03009C0000010001: 'The Air Pump is not detected. Please check whether the connector is plugged in properly.' + 00x03009C0000010002: 'The Air Pump is abnormal and may be damaged.' + 00x03009D0000020001: 'The engrave laser focal point XY calibration has failed. Please clean up the Laser Homing Area on the Laser Platform, and re-run the Laser Module Mount Calibration.' + 00x03009D0000020002: 'The engrave laser focal point XY calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup.' + 00x03009D0000020003: 'The engrave laser focal point Z calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup. If it fails repeatedly, please get in touch with customer support.' + 00x03009E0000030001: 'Open Door Detection level for this print job will be set as ' + 00x0300A10000010001: 'Chamber temperature is too high. Please open the top cover and front door to cool down, or lower the ambient temperature.' + 00x0300A10000020002: 'The ambient temperature is too high. Please lower the temperature, as excessive heat may cause the print to pause.' + 00x0300A20000010001: 'MC module temperature is too high, possibly because of high chamber temperature of the printer. You can try lowering the environmental temperature before use.' + 00x0300A40000010001: 'Heatbed temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010002: 'Hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010003: 'The left hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010004: 'Chamber temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010005: 'The heatbed temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A40000010008: 'The chamber temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A50000010001: 'Flame Sensor %s is abnormal. The sensor may be short-circuited.' + 00x0300A60000010001: 'The Toolhead Enhanced Cooling Fan is not properly installed; it may not be securely fastened or may have fallen off.' + 00x0300A60000010002: 'The Toolhead Enhanced Cooling Fan has lost communication; please check the connector.' + 00x0300A70000030001: 'The chamber temperature is high, and the system has increased the fan speed, which may cause more noise. It''s recommended to lower the room temperature or open the front door/top cover to help cool it down.' + 00x0300A80000010001: 'AMS power supply abnormality, possibly due to AMS damage or a short circuit in the AMS interface, or too many AMS connections. Please check if it is correctly connected.' + 00x0300AB0000010001: 'The right hotend heatbreak temperature is too high, which may cause clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020002: 'The right hotend heatbreak temperature is relatively high, which may cause nozzle clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020003: 'The temperature sensor on the right hotend heatbreak is abnormal. To prevent nozzle clogs, the cooling fan will continue running at high speed. You can troubleshoot the sensor issue when the print is idle.' + 00x0300C00000010001: 'Active Chamber Exhaust air door malfunction: it may be stuck.' + 00x0300C00000010002: 'Filter Switch Flap air door malfunction: it may be stuck.' + 00x0300C00000010003: 'Automatic Top Vent air door malfunction: it may be stuck.' + 00x0300C10000010001: 'Airflow System failed to activate cooling mode; please check the air door status.' + 00x0300C10000010002: 'Airflow System failed to activate heating mode; please check the air door status.' + 00x0300C10000010003: 'Airflow System failed to activate laser mode; please check the air door status.' + 00x0300C10000010004: 'Airflow System failed to activate strong cooling mode; please check the air door status.' + 00x0300C20000010001: 'Hall sensor of Active Chamber Exhaust malfunction: please check if the wiring is loose.' + 00x0300C20000010002: 'Hall sensor of Filter Switch Flap malfunction: please check if the wiring is loose.' + 00x0300C30000010001: 'Current sensor of Active Chamber Exhaust malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010002: 'Current sensor of Filter Switch Flap malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010003: 'Current sensor of Automatic Top Vent malfunction: this may be due to open circuit or a hardware sampling circuit fault.' + 00x0300D00000010001: 'The cutting module base has fallen off; please reinstall it.' + 00x0300D00000010002: 'The blade holder has fallen off; please reinstall it.' + 00x0300D00000010003: 'The cutting module cable has come loose; please check the cable connection.' + 00x0300D10000010001: 'Fire extinguisher motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D10000010002: 'Fire extinguisher motor error. Please power off and then power on to restart the extinguisher.' + 00x0300D10000010003: 'The resistance of the fire extinguisher motor is abnormal; the motor may have failed.' + 00x0300D30000020001: 'Fire extinguisher not detected. Please ensure the signal cable is securely connected and the plug is fully inserted.' + 00x0300D40000010002: 'The fire extinguisher presence detection sensor is malfunctioning. Please check if the sensor cable is loose or damaged.' + 00x0300D40000010003: 'Fire Extinguisher Cylinder presence detection sensor is short-circuited. Please check the sensor connection.' + 00x0300D50000020004: 'Fire extinguisher cylinder not installed. Please confirm on the extinguisher page.' + 00x0300D50000020005: 'The Fire Extinguisher Gas Cylinder is empty. Please replace the gas cylinder and then confirm the replacement on the Auto Fire Extinguishing System page.' + 00x0300D50000030004: 'Gas cylinder of the fire extinguisher is not installed.' + 00x0300D60000010006: 'Fire extinguisher motor reset failed. Please power off and then power on to restart the extinguisher.' + 00x0300D60000010007: 'The fire extinguisher motor reset is jammed. Please gently turn the emergency handwheel left and right until the resistance decreases. Then, power off the fire extinguisher and turn it back on.' + 00x0300D70000020001: 'Laser fourth axis is not connected' + 00x0300D80000010001: 'Laser fourth axis motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D80000010002: 'Laser fourth axis motor error. Please power off and then power on to restart the laser fourth axis.' + 00x0300D90000020001: 'Communication error between the laser fourth axis motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300DA0000020001: 'Laser module detected. Please remove the hotend from the hotend rack to prevent laser processing debris from affecting printing performance.' + 00x0300DB0000020001: 'Laser module detected. Please install the right nozzle correctly to ensure proper Laser Module Mounting Calibration.' + 00x0300E00000010001: 'Hotend holder motor is disconnected or has an open-circuit fault. Please check the motor''s flat cable connection.' + 00x0300E00000010002: 'Inter-phase short circuit on hotend holder motor. If restarting doesn''t resolve the issue, please contact support.' + 00x0300E00000010003: 'Hotend holder motor has abnormal or unbalanced three-phase resistance. If restarting doesn''t help, please contact support.' + 00x0300E00000010004: 'Hotend holder motor is stalled. Please check for foreign objects or collisions with the toolhead.' + 00x0300E10000010001: 'Current sensor fault on hotend holder motor. This may be caused by a sampling circuit failure. If restarting the printer doesn''t resolve the issue, please contact customer support.' + 00x0300E20000020001: 'Communication error between the hotend holder motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300E30000010001: 'The MOS tubes of the Hotend Holder motor drive board are short-circuited. If restarting the printer does not resolve the problem, please contact customer support.' + 00x0300E30000010002: 'MC communication with hotend holder motor driver failed. Please check if the connection cable is properly plugged in.' + 00x050001000001000A: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' + 00x0500010000020001: 'Le réseau de médias fonctionne mal.' + 00x0500010000020002: 'La caméra USB n''est pas connectée.' + 00x0500010000020003: 'La caméra USB ne fonctionne pas correctement.' + 00x0500010000030004: 'Pas assez d''espace sur la carte SD.' + 00x0500010000030005: 'Erreur dans la carte SD.' + 00x0500010000030006: 'Carte SD non formatée.' + 00x0500010000030007: 'Unable to record time-lapse photography without USB flash drive inserted.' + 00x0500020000020001: 'Échec de la connexion Internet, veuillez vérifier la connexion réseau.' + 00x0500020000020002: 'Échec de la connexion à l''appareil.' + 00x0500020000020003: 'Failed to connect to the internet; please check the network connection.' + 00x0500020000020004: 'Utilisateur non autorisé.' + 00x0500020000020005: 'Échec de la connexion Internet, veuillez vérifier la connexion réseau.' + 00x0500020000020006: 'Le service Liveview ne fonctionne pas correctement.' + 00x0500020000020007: 'Liveview service login failed; please check your network connection.' + 00x0500020000020008: 'Time synchronization failed' + 00x0500030000010001: 'Le module MC ne fonctionne pas correctement. Veuillez redémarrer l''appareil.' + 00x0500030000010002: 'La tête d''outil ne fonctionne pas correctement. Veuillez redémarrer l''appareil.' + 00x0500030000010003: 'Le module AMS ne fonctionne pas correctement. Veuillez redémarrer l''appareil.' + 00x0500030000010004: 'The Filament Buffer module is malfunctioning. Please restart the device.' + 00x0500030000010005: 'Internal service is malfunctioning. Please restart the device.' + 00x0500030000010006: 'A system panic occurred. Please restart the device.' + 00x0500030000010007: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x0500030000010008: 'A system hang occurred. Please restart the device.' + 00x0500030000010009: 'A system hang occurred. It has been recovered by automatic restart.' + 00x050003000001000A: 'L''état du système est anormal. Veuillez restaurer les paramètres d''usine.' + 00x050003000001000B: 'L''écran ne fonctionne pas correctement.' + 00x050003000001000C: 'The MC motor controller module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000D: 'The induction hotend rack is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000E: 'Some external modules are incompatible with the printer''s firmware version, which may affect normal operation. Please go to the ' + 00x0500030000010021: 'Hardware incompatible; please check the Toolhead Camera.' + 00x0500030000010023: 'The Chamber Temperature Control module is malfunctioning. Please restart the device.' + 00x0500030000010024: 'The current temperature is too low. In order to protect you and your printer, printing tasks, moving an axis and other operations are disabled. Please move the printer to an environment above 10 degrees Celsius.' + 00x0500030000010025: 'The current firmware is abnormal. Please update again.' + 00x0500030000010026: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000002000C: 'Erreur matérielle sans fil : veuillez désactiver/activer le Wi-Fi ou redémarrer l''appareil.' + 00x050003000002000D: 'The SD Card controller is malfunctioning.' + 00x050003000002000E: 'Some modules are incompatible with the printer''s firmware version, which may affect use. Please go to the ' + 00x0500030000020020: 'USB flash drive capacity is insufficient to cache print files.' + 00x0500030000020055: 'User information has expired, please log in again.' + 00x0500030000030022: 'MicroSD Card performance degradation has been detected. It may affect print jobs, logs, and video records. Please format or change the MicroSD card.' + 00x0500040000010001: 'Échec du téléchargement du travail d''impression. Veuillez vérifier votre connexion réseau.' + 00x0500040000010002: 'Impossible de signaler l''état d''impression. Veuillez vérifier votre connexion réseau.' + 00x0500040000010003: 'Le contenu du fichier d''impression est illisible. Veuillez renvoyer la tâche d''impression.' + 00x0500040000010004: 'Le fichier d''impression n''est pas autorisé.' + 00x0500040000010006: 'Impossible de reprendre l''impression précédente.' + 00x0500040000010044: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500040000010046: 'The firmware of Laser Module does not match the printer. Please upgrade it on the ' + 00x0500040000010047: 'The firmware of Air Pump does not match the printer. Please upgrade it on the ' + 00x0500040000010048: 'The firmware of Cutting Module does not match the printer. Please upgrade it on the ' + 00x050004000001004F: 'Unknown module detected, please try updating the firmware to the latest version.' + 00x0500040000010051: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x0500040000010052: 'Safety Key is not inserted. Please follow the Wiki to install it.' + 00x0500040000020007: 'La température du lit dépasse la température de vitrification du filament, ce qui peut provoquer un colmatage de la buse.' + 00x0500040000020010: 'The RFID-tag on AMS %s Slot %s cannot be identified.' + 00x0500040000020030: 'The BirdsEye Camera is not installed. Please power off printer and then install the camera.' + 00x0500040000020031: 'Before using a Laser/Cutting Module, the pose of the BirdsEye Camera needs to be determined. Please complete the setup to calibrate the camera.' + 00x0500040000020032: 'Please slide in Laser Module and lock the quick-release lever.' + 00x0500040000020033: 'Please plug in the module connector.' + 00x0500040000020034: 'Laser module detected for the first time. Complete the setup (~4 min) before use for precise cutting and engraving. Also, ensure the H2.0 screw at the back securing the air pump is removed.' + 00x0500040000020035: 'The Laser Module needs calibration to get the focus position. Please perform mounting calibration before use. (about 2 minutes)' + 00x0500040000020036: 'New Cutting Module connected. To ensure more precise cutting, please set it up before use. (about 3 minutes)' + 00x0500040000020037: 'The Cutting Module needs calibration to get the tool position. Please perform the mounting calibration before use. (about 2-4 minutes)' + 00x0500040000020038: 'Please slide in cutting module and fasten the quick release lever. If already installed, the module might not be properly aligned. Please try reinstalling it.' + 00x0500040000020039: 'Please plug in the module connector' + 00x0500040000020041: 'The laser module has been used for a long time. Please clean it promptly to avoid affecting laser processing.' + 00x0500040000020042: 'The Live View Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020043: 'The Toolhead Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020050: 'Laser Safety Window is not installed.' + 00x0500040000030008: 'The door seems to be open.' + 00x0500040000030009: 'The bed temperature exceeds filament''s vitrification temperature, which may cause nozzle clog. Please keep the front door of the printer open. Door open detection has been temporarily turned off.' + 00x0500040000030054: 'Auto Fire Extinguishing System detected. It is recommended to conduct a Fire Drill to become familiar with the operation process.' + 00x0500040000030057: 'The print job has been completed. Automatic air purification is in progress.' + 00x0500050000010001: 'The factory data of the AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010006: 'The factory data of AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010007: 'MQTT Command verification failed. Please update Studio (including the network plugin) or Handy to the latest version, then restart the software and try again.' + 00x050005000001000D: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' + 00x050005000001000E: 'Laser Module firmware does not match the printer. Please upgrade it on the ' + 00x050005000001000F: 'The accessory firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010010: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500050000010011: 'The Air Pump firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010012: 'The Cutting Module firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010013: 'Laser module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010014: 'AMS %s certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010015: 'Air Pump certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010016: 'Cutting module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010018: 'Laser Fourth Axis module certification failed. Please reconnect the module cable or restart the printer.' + 00x0500050000010019: 'Fire Extinguisher module certification failed. Please reconnect the module cable or restart the printer.' + 00x050005000001001A: 'Filament Track Switch certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010020: 'Hotend %s authentication failed. Please switch the hotend or restart the printer.' + 00x0500050000010021: 'Time-lapse kit authentication failed. Please reconnect the cable or restart the printer.' + 00x0500050000010022: 'The External Exhaust Fan certification failed. Please restart the printer or reconnect the fan cable.' + 00x0500050000020023: 'A new version of the Timelapse Kit is available. Please connect to CyberBrick App to update this accessory separately.' + 00x0500050000030002: 'The device is in the engineering state; please pay attention to information security related matters.' + 00x0500060000020001: 'The Toolhead Camera is not in place; please check the hardware connection.' + 00x0500060000020002: 'The Nozzle Camera is not in place; please check the hardware connection.' + 00x0500060000020003: 'BirdsEye Camera is not in place; please check the hardware connection' + 00x0500060000020004: 'The Live View camera is not in place; please check the hardware connection.' + 00x0500060000020031: 'ToolHead Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020032: 'Nozzle Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020033: 'BirdsEye Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020034: 'Live View camera is not connected. Please check the hardware and cable connections.' + 00x05001A0000010001: 'The feeder module is offline. Please check if the feeder module connection cable is loose.' + 00x05001A0000010002: 'A feeder module replacement is detected. Please ensure that the corresponding extrusion gear and nozzle have been replaced, and manually update the nozzle type in the printer.' + 00x0500400000010039: 'Laser module Serial Number error' + 00x0500400000010040: 'Cutting module Serial Number error' + 00x0501040000030002: 'Threaded rods need lubrication now.' + 00x0501040000030003: 'Linear rods need cleaning and lubrication now.' + 00x0501040000030004: 'Please clean and lubricate the X-axis linear rail and YZ-axis linear rods.' + 00x0501040000030005: 'Please clean and lubricate the Induction Hotend Latch and the linear rods of the Hotend Change System.' + 00x0501040000030006: 'The Induction Hotend Latch may be worn. To ensure proper induction hotend switching, please replace the Induction Hotend Latch and clean the rods of Induction Hotend Rack.' + 00x0501040000030010: 'Laser module is dusty and needs cleaning now.' + 00x0580040000010045: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010010: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010017: 'AMS-HT %s certification failed. Please reconnect the cable or restart the printer.' + 00x0700010000010001: 'Le moteur d''assistance de l''AMS a glissé. La roue d''extrusion est peut-être usée ou le filament est peut-être trop fin.' + 00x0700010000010003: 'Le contrôle du couple du moteur d''assistance AMS ne fonctionne pas correctement. Le capteur de courant peut être défectueux.' + 00x0700010000010004: 'Le contrôle de la vitesse du moteur d''assistance AMS%s ne fonctionne pas correctement. Le capteur de vitesse peut être défectueux.' + 00x0700010000010005: 'AMS %s The current sensor of assist motor may be faulty.' + 00x0700010000010011: 'AMS %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' + 00x0700010000020002: 'Le moteur d''assistance de l''AMS est surchargé. Le filament peut être emmêlé ou coincé.' + 00x0700010000020006: 'AMS %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020007: 'AMS %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020008: 'AMS %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x0700010000020009: 'AMS %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x0700010000020010: 'AMS %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x0700010000020011: 'AMS %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' + 00x0700020000010001: 'Erreur de vitesse et de longueur du filament AMS%s. L''odométrie du filament peut être défectueuse.' + 00x0700020000020002: 'AMS %s The odometer has no signal. The odometer connector may have poor contact.' + 00x0700020000020003: 'AMS %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' + 00x0700100000010001: 'Le moteur de la fente%s AMS%s a glissé. La roue d''extrusion peut ne pas fonctionner correctement ou le filament peut être trop fin.' + 00x0700100000010003: 'Le contrôle du couple du moteur de l''emplacement%s AMS%s ne fonctionne pas correctement. Le capteur de courant est peut-être défectueux.' + 00x0700100000020002: 'Le moteur de la fente%s AMS%s est surchargé. Le filament peut être emmêlé ou coincé.' + 00x0700100000020004: 'AMS %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000010081: 'Failed to read the filament information from AMS %s slot %s. The AMS main board may be malfunctioning.' + 00x0700200000010082: 'Failed to read the filament information from AMS %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x0700200000010083: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged.' + 00x0700200000010084: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x0700200000010085: 'Failed to read the filament information from AMS %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x0700200000010086: 'Failed to read the filament information from AMS %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' + 00x0700200000020001: 'Le filament de la fente%s AMS%s est épuisé.' + 00x0700200000020002: 'L''emplacement AMS%s est vide.' + 00x0700200000020003: 'Le filament de l''emplacement%s AMS%s est peut-être cassé dans l''AMS.' + 00x0700200000020004: 'Le filament de l''emplacement%s AMS%s peut être cassé dans la tête de l''outil.' + 00x0700200000020005: 'Le filament de l''emplacement%s AMS%s est épuisé et la purge de l''ancien filament s''est déroulée de manière anormale ; veuillez vérifier si le filament est coincé dans la tête de l''outil.' + 00x0700200000020006: 'AMS %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x0700200000020007: 'AMS %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x0700200000020008: 'AMS %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x0700200000020009: 'Failed to extrude AMS %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x070020000002000A: 'Failed to adjust the filament position of AMS %s slot %s. The filament or buffer may be stuck.' + 00x0700200000020010: 'AMS %s slot %s feeds filament out of AMS timeout.' + 00x0700200000020011: 'AMS %s slot %s pulls filament back to AMS timeout.' + 00x0700200000020012: 'AMS %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x0700200000020013: 'AMS %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000020014: 'AMS %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x0700200000020015: 'AMS %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x0700200000020016: 'AMS %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x0700200000020017: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x0700200000020018: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x0700200000020019: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x0700200000020020: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x0700200000020021: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x0700200000020022: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x0700200000020023: 'AMS %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x0700200000020024: 'AMS %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x0700200000020025: 'AMS %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x0700200000020026: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x0700200000020027: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' + 00x0700200000030001: 'Le filament de l''emplacement%s AMS%s est épuisé. Veuillez patienter pendant que l''ancien filament est purgé.' + 00x0700200000030002: 'Le filament de l''emplacement%s AMS%s est épuisé et est automatiquement passé à l''emplacement avec le même filament.' + 00x0700250000020001: 'AMS %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x0700260000020001: 'The induction hotend is heating up, and the drying power of AMS %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x0700300000010001: 'The AMS %s RFID 1 board has an error.' + 00x0700300000010004: 'Encryption chip failure' + 00x0700300000020002: 'The RFID-tag on AMS %s slot %s is damaged, or its content cannot be identified.' + 00x0700300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x0700350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x0700350000010002: 'AMS %s The humidity sensor is disconnected, which may be due to poor connector contact.' + 00x0700400000020001: 'Le signal tampon du filament est perdu, le câble ou le capteur de position peut ne pas fonctionner correctement.' + 00x0700400000020002: 'Erreur de signal de position du tampon du filament, le capteur de position peut ne pas fonctionner correctement.' + 00x0700400000020003: 'La communication du hub AMS est anormale, le câble n''est peut-être pas bien connecté.' + 00x0700400000020004: 'Le signal du tampon du filament est anormal, le ressort peut être coincé ou le filament peut être emmêlé.' + 00x0700450000020001: 'Le capteur du coupe-filament ne fonctionne pas correctement. Le capteur est peut-être déconnecté ou endommagé.' + 00x0700450000020002: 'La distance de coupe du coupe-filament est trop grande. Le moteur XY peut perdre des pas.' + 00x0700450000020003: 'La poignée du coupe-filament n''est pas relâchée. La poignée ou la lame est peut-être coincée.' + 00x0700500000020001: 'La communication AMS est anormale, veuillez vérifier le câble de connexion.' + 00x0700510000030001: 'L''AMS est désactivé ; veuillez charger le filament à partir du support de bobine.' + 00x0700550000010002: 'The PTFE tube is incorrectly connected between the toolhead and the buffer. Please connect the buffer''s top to the right extruder and the bottom to the left extruder.' + 00x0700550000010003: 'AMS %s was detected offline during the AMS initialization process.' + 00x0700550000010004: 'The binding between AMS %s and the extruder is incorrect. Please run the AMS Setup.' + 00x0700550000020001: 'A new AMS detected. Please set it up to check which extruder the AMS is connected to.' + 00x0700560000030001: 'AMS %s is undergoing dry cooling; please wait for it to cool down before operating.' + 00x0700600000020001: 'L''emplacement%s AMS%s est surchargé. Le filament est peut-être emmêlé ou la bobine est peut-être coincée.' + 00x0700700000020001: 'Failed to pull out the AMS %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x0700700000020002: 'Failed to feed the AMS %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020003: 'Failed to extrude the filament. Possible cause: extruder or nozzle clog.' + 00x0700700000020004: 'Failed to pull back the AMS %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020005: 'Failed to feed the AMS %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x0700700000020006: 'Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog.' + 00x0700700000020007: 'AMS %s filament ran out. Please put a new filament into the same slot in AMS %s and resume.' + 00x0700700000020008: 'Failed to get AMS mapping table; please select ' + 00x070070000002000A: 'Failed to get filament-hotend mapping table from the slicing file.' + 00x0700740000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700800000010001: 'AMS %s The current sensor of heater %s is abnormal.' + 00x0700800000010002: 'AMS %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x0700800000010003: 'AMS %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x0700800000010004: 'AMS %s The heater %s is heating abnormally.' + 00x0700860000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700860000010004: 'AMS %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x0700860000020002: 'The AMS has been detected. Please set it up to confirm which side of the Filament Track Switch inlet the AMS is connected to.' + 00x0700860000020003: 'Filament is blocked at the inlet of the filament track switch.' + 00x0700870000020001: 'A filament jam or component damage may have occurred at the Filament Track Switch.' + 00x0700900000010002: 'AMS %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x0700900000010003: 'AMS %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x0700900000010004: 'The current sensor of AMS %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS mainboard.' + 00x0700900000020001: 'AMS %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x0700920000010001: 'AMS %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x0700920000020002: 'AMS %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x0700920000020003: 'The AMS %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x0700940000010001: 'AMS %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x0700940000010002: 'AMS %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x0700960000010001: 'AMS %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x0700960000010003: 'AMS %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x0700960000020002: 'AMS %s Environmental temperature is too low, which will affect the drying capability.' + 00x0700960000020004: 'AMS %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x0700970000030001: 'AMS %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x0700980000020001: 'AMS %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x0700980000020002: 'AMS %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x0700F00000020001: 'Filament and hotend matching failed. Please verify that the hotend in the hotend rack slot %s is correctly installed.' + 00x07FE200000020001: 'External filament of left extruder has run out; please load a new filament.' + 00x07FE200000020002: 'No filament was detected in the left extruder from the external spool; please load the new filament.' + 00x07FE200000020004: 'Please pull the external filament from the left extruder.' + 00x07FE450000020001: 'The left filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FE450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x07FE600000020001: 'External spool connected to left extruder may be tangled or jammed.' + 00x07FE700000020003: 'Please check if the material is coming out of the left nozzle. If not, gently push the material and try to extrude again.' + 00x07FE800000010001: 'The toolhead lift motor works abnormally. Please check whether the connecting cable is loose.' + 00x07FE800000010002: 'The Toolhead Lifting Motor position hall sensor has an open circuit; please check whether the connecting cable is loose.' + 00x07FE800000010003: 'The hall signal of the Toolhead Lifting Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE800000010004: 'The Toolhead Lifting Motor position hall sensor is short-circuited; please check if the Hall sensor is malfunctioning.' + 00x07FE800000010005: 'The extruder''s switching limit angle has drifted significantly. Please check if the flow blocker is jammed or if filament is stuck in the toolhead.' + 00x07FE800000010006: 'The TH board disconnected during the extruder switching process. Please check if the connecting cable is loose.' + 00x07FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x07FE800000020002: 'The position of left hotend is abnormal during printing. Please check whether the flow blocker scratches the printed model.' + 00x07FE800000020003: 'The deviation in the positioning calibration value of the extruder is too large; please recalibrate.' + 00x07FE810000010001: 'The extruder switching motor is working abnormally. Please check whether the connecting cable is loose.' + 00x07FE810000010002: 'The position hall sensor of the Extruder Switching Motor has an open circuit. Please check whether the connecting cable is loose.' + 00x07FE810000010003: 'The hall signal of the Extruder Switching Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE810000010004: 'The position hall sensor of the Extruder Switching Motor has a short circuit; please check if the Hall sensor is malfunctioning.' + 00x07FE810000020001: 'The extruder switching action is abnormal. Please check whether there is something stuck in the toolhead.' + 00x07FEA00000020001: 'The left nozzle cold pulling process has timed out. Please click ' + 00x07FF200000020001: 'Le filament externe est épuisé; veuillez charger un nouveau filament.' + 00x07FF200000020002: 'Le filament externe est manquant; veuillez charger un nouveau filament.' + 00x07FF200000020003: 'Filament remains were detected in the PTFE tube between the Auxiliary Extruder and the Toolhead. Please refer to the Wiki for removal instructions.' + 00x07FF200000020004: 'Veuillez retirer le filament du support de bobine de l''extrudeur.' + 00x07FF200000020008: 'The Auxiliary Extruder failed to unload the filament, possibly due to slippage caused by worn filament. Please pull out the filament manually, cut off the worn section, and try again.' + 00x07FF200000020009: 'Auxiliary extruder feeding failed, possibly due to a clogged filament tube or worn filament, causing the extruder to slip. Please remove the filament, clear the tube, trim the worn section, and try again.' + 00x07FF200000030007: 'Flushing the remaining filament between the Auxiliary Extruder and the Toolhead. Please wait.' + 00x07FF450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FF600000020001: 'External spool may be tangled or jammed.' + 00x07FF700000020003: 'Please check if the filament is coming out of the nozzle. If not, gently push the material and try to extrude again.' + 00x07FF700000020009: 'Failure to feed material from the right extruder to the toolhead may be due to the filament not being gripped by the extruder or a loose PTFE tube between the extruder and the toolhead.' + 00x07FFA00000020001: 'The nozzle cold pull process has timed out. Please click ' + 00x0C00010000010001: 'La caméra Micro Lidar est hors ligne.' + 00x0C00010000010003: 'Synchronisation Micro Lidar anormale.' + 00x0C00010000010004: 'Lentille Micro Lidar sale.' + 00x0C00010000010005: 'Paramètre OTP Micro Lidar anormal.' + 00x0C0001000001000A: 'La LED Micro Lidar est peut-être cassée.' + 00x0C0001000001000B: 'Failed to calibrate Micro Lidar. Please make sure the calibration chart is clean and not obscured. Then, run machine calibration again.' + 00x0C00010000010009: 'Caméra de la chambre est sale.' + 00x0C0001000002000B: 'Échec de l''étalonnage du Micro Lidar.' + 00x0C0001000001000F: 'The Live View Camera calibration failed. Please restart the devices or update the firmware.' + 00x0C00010000010010: 'The Live View Camera calibration failed. Please check if the heatbed is clear and ensure the camera image is clear and dirt-free. After these steps, please recalibrate.' + 00x0C00010000010011: 'The Live View Camera calibration failed, please recalibrate. Ensure the build plate is empty, and the camera view is clear and properly oriented. Please contact customer support if repeated failures occur.' + 00x0C00010000010012: 'The Live View Camera calibration failed and the calibration result could not be saved. Please try recalibrating. If calibration fails repeatedly, please contact the customer support team.' + 00x0C00010000010013: 'The Live View Camera calibration failed and the Liveview camera serial number cannot be read. Please contact the customer support team.' + 00x0C00010000010018: 'BirdsEye Camera is not certified, and camera-related functions are invalid.' + 00x0C00010000020002: 'La caméra Micro Lidar ne fonctionne pas correctement.' + 00x0C00010000020006: 'Paramètre extrinsèque Micro Lidar anormal.' + 00x0C00010000020007: 'Dérive des paramètres du laser Micro Lidar.' + 00x0C00010000020008: 'Caméra de la chambre est hors ligne.' + 00x0C00010000020014: 'Nozzle Camera is malfunctioning. If this issue occurs multiple times during printing, please contact customer support.' + 00x0C00010000020017: 'Nozzle camera lens is dirty, which may affect the AI monitoring functionality. Please clean the surface of the nozzle camera lens as soon as possible.' + 00x0C0001000003000C: 'Nozzle Camera''s temperature is too high, causing the AI detection feature to pause. The feature will automatically resume once the temperature returns to normal.' + 00x0C00020000010001: 'Laser non allumé.' + 00x0C00020000010005: 'Un nouveau micro lidar est détecté.' + 00x0C00020000020002: 'Laser trop épais.' + 00x0C00020000020003: 'Le laser n''est pas assez brillant.' + 00x0C00020000020004: 'La hauteur de la buse semble trop basse.' + 00x0C00020000020006: 'La hauteur de la buse semble trop élevée.' + 00x0C00020000020007: 'The vertical laser is not lit. Please check if it''s covered or hardware connection has a problem.' + 00x0C00020000020008: 'The vertical laser line is too wide. Please check if the heatbed is dirty.' + 00x0C00020000020009: 'The vertical laser is not bright enough at homing position. Please clean or replace the heatbed if this message appears repeatedly.' + 00x0C00030000010009: 'Module d''inspection de la première couche redémarré.' + 00x0C0003000001000A: 'Your printer is in factory mode. Please contact Technical Support.' + 00x0C00030000020001: 'La mesure de l''exposition du filament a échoué.' + 00x0C00030000020002: 'L''inspection de la première couche a été interrompue en raison de données lidar anormales.' + 00x0C00030000020004: 'L''inspection de la première couche n''est pas prise en charge pour le travail d''impression en cours.' + 00x0C00030000020005: 'Délai d''expiration de l''inspection de la première couche.' + 00x0C0003000002000C: 'Marqueur de plaque de construction non détecté.' + 00x0C0003000002000E: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002000F: 'Parts skipped before first layer inspection; the inspection is not supported for the current print.' + 00x0C00030000020010: 'Foreign objects detected on heatbed; Please check and clean the heatbed.' + 00x0C00030000020011: 'The high-precision nozzle offset calibration failed; please recalibrate.' + 00x0C00030000020012: 'Foreign object detection is not working. The Live View Camera needs calibration. Please tap ' + 00x0C00030000020013: 'Foreign object detection is not working. Please restart the devices or update the firmware.' + 00x0C00030000020014: 'Foreign object detection accuracy has decreased. If this occurs frequently, perform a Live View Camera calibration ("Settings" > "Calibration" on the printer screen). If a laser or cutting module is installed, remove it before proceeding.' + 00x0C00030000020015: 'Foreign object detection is not working. Detected the Live View Camera has been replaced. If a laser or cutting module is installed, please uninstall the module, tap ' + 00x0C00030000020016: 'Foreign object detection is not working and the Live View camera serial number cannot be read. Please contact the customer support team.' + 00x0C00030000020017: 'Laser engraving Z-axis focus calibration failed. Please check if the Laser Test Material (350g paperboard) is properly placed and its surface is clean and intact.' + 00x0C00030000020018: 'Insufficient system memory was detected, and the foreign object detection function was not working. Please restart the devices or update the firmware after the task is completed' + 00x0C00030000020019: 'The Vision Encoder Plate is either not placed or incorrectly placed. Please ensure it is correctly positioned on the heatbed.' + 00x0C0003000002001C: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002001D: 'Foreign object detection is not working, and images cannot be obtained. Please check the live camera connection.' + 00x0C00030000030006: 'Filaments purgés accumulés.' + 00x0C00030000030007: 'Défauts possibles de la première couche.' + 00x0C00030000030008: 'Défauts possibles de spaghettis.' + 00x0C0003000003000B: 'Inspection de la première couche.' + 00x0C0003000003000D: 'Detected that the extruder may not be extruding normally. Please check and decide if printing should be stopped.' + 00x0C00030000030010: 'Your printer seems to be printing without extruding.' + 00x0C0003000003001A: 'Foreign object detection did not work, possibly due to manual interruption (e.g., tapping stop or opening the door in laser mode). You can ignore this if that''s the case. Otherwise, try restarting the printer or updating the firmware to restore the function.' + 00x0C0003000003001B: 'Possible spaghetti defects were detected. Please check the print quality and decide if the job should be stopped.' + 00x0C00040000010005: 'BirdsEye Camera malfunction: please contact customer support.' + 00x0C00040000010010: 'Failed to measure material thickness due to laser module malfunction.' + 00x0C00040000010011: 'Failed to measure material thickness: device parameters abnormal; please setup BirdsEye Camera again.' + 00x0C00040000010012: 'Live View Camera data link is abnormal.' + 00x0C00040000010013: 'The exposure parameters of the BirdsEye Camera are not effective; please try again.' + 00x0C00040000010014: 'Cutting Protection Base not detected, which may lead to heatbed damage. Please place it and continue.' + 00x0C00040000010015: 'Laser Protective Insert not detected. Please place it and continue.' + 00x0C00040000010016: 'Quick-release Lever is not locked. Please push it down to secure.' + 00x0C00040000010020: 'The visual marker on the heatbed is damaged, please contact after-sales.' + 00x0C00040000010025: 'The device malfunctioned; please restart.' + 00x0C00040000020002: 'Cutting Platform not detected. Please place the required mat for the task and continue.' + 00x0C00040000020003: 'The Laser Platform is not properly aligned. Please ensure all four corners are aligned with the heatbed.' + 00x0C00040000020004: 'The type of platform is not supported for this task. Please use the correct platform to continue.' + 00x0C00040000020007: 'BirdsEye Camera is setting up. Please clear all objects and remove the mat. Make sure the marker is not obstructed. Meanwhile, clean both the BirdsEye Camera and Toolhead Camera, and remove any foreign objects blocking their view.' + 00x0C00040000020008: 'Material not detected. Please confirm placement and continue.' + 00x0C00040000020017: 'The visual marker was not detected during PrintThenCut; please re-paste the material to the correct position. Meanwhile, please clean the Toolhead Camera to prevent contamination and remove any objects that may obstruct its view.' + 00x0C00040000020018: 'The Cutting Blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Assistant to check if the blade tip is worn.' + 00x0C00040000020019: 'The Birdseye Camera is installed offset. Please refer to the Wiki to reinstall it.' + 00x0C00040000020023: 'Thickness measurement failed, the Toolhead Camera was unable to detect the material surface.' + 00x0C00040000020026: 'Liveview Camera initialization failed, and some AI functions such as Spaghetti Detection will be disabled. Please restart the printer. If the problem persists, please contact customer support.' + 00x0C00040000020029: 'The Laser or Cutting module has not been calibrated. Please calibrate it on the printer first.' + 00x0C00040000020030: 'The rotary engraving accessory is placed incorrectly. Please adjust and reposition it.' + 00x0C00040000030018: 'The Cutting blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Wiki to check if the blade tip is worn.' + 00x0C00040000030024: 'The BirdsEye Camera position is detected to be offset. To ensure engraving accuracy, it is recommended to rerun the BirdsEye Camera Setup.' + 00x0C00040000030026: 'To improve flame detection accuracy, the right chamber light has been automatically turned off.' + 00x0C00040000030028: 'The Cutting Module offset calibration failed, which may result in inaccurate cuts. Please ensure the 80g white printer paper(letter paper thickness) is properly positioned and check whether the cutting blade tip is worn.' + 00x1200100000010001: 'The AMS %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1200100000010003: 'The AMS %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1200100000020002: 'Le moteur de l''emplacement%s AMS%s est surchargé. Le filament est peut-être emmêlé ou coincé.' + 00x1200200000020001: 'Le filament de l''emplacement%s AMS%s est épuisé.' + 00x1200200000020002: 'AMS %s slot %s is empty; please insert a new filament.' + 00x1200200000020003: 'AMS %s slot %s filament may be broken in the PTFE tube.' + 00x1200200000020004: 'AMS %s slot %s filament may be broken in the tool head.' + 00x1200200000020005: 'AMS %s slot %s filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead.' + 00x1200200000020006: 'Échec de l''extrusion du filament de l''emplacement%s, de l''AMS%s. L''extrudeur est peut-être obstruée ou le filament est peut-être trop fin, ce qui entraîne le glissement de l''extrudeur.' + 00x1200200000030001: 'AMS %s slot %s filament has run out. Purging the old filament; please wait.' + 00x1200200000030002: 'Le filament de l''emplacement%s AMS%s est épuisé et est automatiquement passé à l''emplacement avec le même filament.' +#NOTIFY END + +#CONTROL + 00x1200300000010001: 'AMS %s slot %s RFID coil is broken or the RF hardware circuit has an error.' + 00x1200300000010004: 'RFID cannot be read because of an encryption chip failure in AMS %s.' + 00x1200300000020002: 'The RFID-tag on AMS %s slot %s is damaged.' + 00x1200300000030003: 'AMS %s slot %s RFID cannot be read because of a structural error.' + 00x1200450000020001: 'The filament cutter sensor is malfunctioning. Please check whether the connector is properly plugged in.' + 00x1200450000020002: 'The filament cutter''s cutting distance is too large. The X motor may lose steps.' + 00x1200500000020001: 'AMS %s communication is abnormal; please check the connection cable.' + 00x1200510000030001: 'AMS is disabled; please load filament from spool holder.' + 00x1200700000010001: 'AMS %s Filament speed and length error: The slot %s filament odometry may be faulty.' + 00x1200800000020001: 'Le filament de l''emplacement%s AMS%s peut être emmêlé ou coincé.' + 00x12FF200000020001: 'Filament at the spool holder has run out; please insert a new filament.' + 00x12FF200000020002: 'Filament on the spool holder is empty; please insert a new filament.' + 00x12FF200000020004: 'Please pull the filament on the spool holder out from the extruder.' + 00x12FF200000020005: 'Filament may be broken in the tool head.' + 00x12FF200000020006: 'Failed to extrude the filament; the extruder may be clogged.' + 00x12FF200000020007: 'Impossible de vérifier l''emplacement du filament dans la tête de l''outil, veuillez cliquer pour plus d''aide.' + 00x12FF200000030007: 'Checking the filament location of all AMS slots, please wait.' + 00x12FF800000020001: 'The filament on the spool holder may be tangled or stuck.' + 00x1800010000010001: 'The AMS-HT %s assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin.' + 00x1800010000010003: 'The AMS-HT %s assist motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800010000010004: 'The AMS-HT %s assist motor speed control is malfunctioning. The speed sensor may be faulty.' + 00x1800010000010005: 'AMS-HT %s The current sensor of assist motor may be faulty.' + 00x1800010000010011: 'AMS-HT %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800010000020002: 'The AMS-HT %s assist motor is overloaded. The filament may be tangled or stuck.' + 00x1800010000020006: 'AMS-HT %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020007: 'AMS-HT %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020008: 'AMS-HT %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x1800010000020009: 'AMS-HT %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x1800010000020010: 'AMS-HT %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x1800010000020011: 'AMS-HT %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800020000010001: 'AMS-HT %s Filament speed and length error: The filament odometry may be faulty.' + 00x1800020000020002: 'AMS-HT %s The odometer has no signal. The odometer connector may have poor contact.' + 00x1800020000020003: 'AMS-HT %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' + 00x1800100000010001: 'The AMS-HT %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1800100000010003: 'The AMS-HT %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800100000020002: 'The AMS-HT %s slot %s motor is overloaded. The filament may be tangled or stuck.' + 00x1800100000020004: 'AMS-HT %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000010081: 'Failed to read the filament information from AMS-HT %s slot %s. The AMS main board may be malfunctioning.' + 00x1800200000010082: 'Failed to read the filament information from AMS-HT %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x1800200000010083: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged.' + 00x1800200000010084: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x1800200000010085: 'Failed to read the filament information from AMS-HT %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x1800200000010086: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' + 00x1800200000020001: 'AMS-HT %s slot %s filament has run out. Please insert a new filament.' + 00x1800200000020002: 'AMS-HT %s slot %s is empty; please insert a new filament.' + 00x1800200000020003: 'AMS-HT %s slot %s''s filament may be broken in AMS-HT.' + 00x1800200000020004: 'AMS-HT %s slot %s filament may be broken in the tool head.' + 00x1800200000020005: 'AMS-HT %s slot %s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' + 00x1800200000020006: 'AMS-HT %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x1800200000020007: 'AMS-HT %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x1800200000020008: 'AMS-HT %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x1800200000020009: 'Failed to extrude AMS-HT %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x180020000002000A: 'Failed to adjust the filament position of AMS-HT %s slot %s. The filament or buffer may be stuck.' + 00x1800200000020010: 'AMS-HT %s slot %s feeds filament out of AMS timeout.' + 00x1800200000020011: 'AMS-HT %s slot %s pulls filament back to AMS timeout.' + 00x1800200000020012: 'AMS-HT %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x1800200000020013: 'AMS-HT %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000020014: 'AMS-HT %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x1800200000020015: 'AMS-HT %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x1800200000020016: 'AMS-HT %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x1800200000020017: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x1800200000020018: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x1800200000020019: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x1800200000020020: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x1800200000020021: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x1800200000020022: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x1800200000020023: 'AMS-HT %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x1800200000020024: 'AMS-HT %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x1800200000020025: 'AMS-HT %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x1800200000020026: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x1800200000020027: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' + 00x1800200000030001: 'AMS-HT %s slot %s filament has run out. Please wait while old filament is purged.' + 00x1800200000030002: 'AMS-HT %s slot %s filament has run out and automatically switched to the slot with the same filament.' + 00x1800240000010007: 'AMS-HT %s door detection is abnormal, the Hall sensor connection may be loose or disconnected.' + 00x1800240000020009: 'AMS-HT %s front cover is open. This may affect the drying performance or cause the filament to absorb moisture.' + 00x1800250000020001: 'AMS-HT %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x1800260000020001: 'The induction hotend is heating up, and the drying power of AMS-HT %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x1800300000010001: 'The AMS-HT %s RFID 1 board has an error.' + 00x1800300000010004: 'Encryption chip failure' + 00x1800300000020002: 'The RFID-tag on AMS-HT %s slot %s is damaged, or its content cannot be identified.' + 00x1800300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x1800350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x1800350000010002: 'AMS-HT %s The humidity sensor is disconnected, which may be due to poor connector contact.' + 00x1800400000020001: 'AMS-HT %s Filament buffer position signal lost: the cable or position sensor may be malfunctioning.' + 00x1800450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x1800450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x1800500000020001: 'AMS-HT %s communication is abnormal; please check the connection cable.' + 00x1800510000030001: 'The AMS is disabled; please load filament from the spool holder.' + 00x1800550000010003: 'AMS-HT %s was detected offline during the AMS initialization process.' + 00x1800550000010004: 'The binding between AMS-HT %s and the extruder is incorrect. Please run the AMS Setup.' + 00x1800550000020001: 'A new AMS-HT detected. Please set it up to check which extruder the AMS-HT is connected to.' + 00x1800560000030001: 'AMS-HT %s is undergoing dry cooling; please wait for it to cool down before operating.' + 00x1800600000020001: 'The AMS-HT %s slot %s is overloaded. The filament may be tangled or the filament buffer may be stuck.' + 00x1800700000020001: 'Failed to pull out the AMS-HT %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x1800700000020002: 'Failed to feed the AMS-HT %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020004: 'Failed to pull back the AMS-HT %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020005: 'Failed to feed the AMS-HT %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x1800700000020007: 'AMS-HT %s filament ran out. Please put a new filament into the same slot in AMS-HT %s and resume.' + 00x1800800000010001: 'AMS-HT %s The current sensor of heater %s is abnormal.' + 00x1800800000010002: 'AMS-HT %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x1800800000010003: 'AMS-HT %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x1800800000010004: 'AMS-HT %s The heater %s is heating abnormally.' + 00x1800860000010004: 'AMS-HT %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x1800900000010002: 'AMS-HT %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x1800900000010003: 'AMS-HT %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x1800900000010004: 'The current sensor of AMS-HT %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS-HT mainboard.' + 00x1800900000020001: 'AMS-HT %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x1800920000010001: 'AMS-HT %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x1800920000020002: 'AMS-HT %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x1800920000020003: 'The AMS-HT %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x1800940000010001: 'AMS-HT %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x1800940000010002: 'AMS-HT %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x1800960000010001: 'AMS-HT %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x1800960000010003: 'AMS-HT %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x1800960000020002: 'AMS-HT %s Environmental temperature is too low, which will affect the drying capability.' + 00x1800960000020004: 'AMS-HT %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x1800970000030001: 'AMS-HT %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x1800980000020001: 'AMS-HT %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x1800980000020002: 'AMS-HT %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x18FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x18FF200000020001: 'External filament has run out; please load a new filament.' + 00x18FF200000020002: 'External filament is missing; please load a new filament.' + 00x18FF200000020004: 'Please pull the external filament from the extruder.' + 00x18FF700000020003: 'Please check if the material is coming out of the right nozzle. If not, gently push the material and try to extrude again.' + 00x1A00010000020001: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has no hotend installed, the corresponding rack slot contains a hotend, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020002: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has a hotend installed, the corresponding rack slot is empty, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020003: 'Error detected before induction hotend replacement: no hotend installed in slot %s on the rack.' + 00x1A00010000020004: 'Error detected before induction hotend replacement: a hotend is already installed in slot %s on the rack. Please remove it before continuing.' + 00x1A00010000020020: 'Abnormal condition detected while nesting the hotend in slot %s: a hotend is already installed. Please remove the existing one before clicking "Continue."' + 00x1A00010000020021: 'Abnormal condition detected while nesting the hotend in slot %s: no hotend detected on the toolhead. Please mount the hotend onto the toolhead before clicking "Continue."' + 00x1A00010000020022: 'Abnormal condition detected while nesting the hotend in slot %s. Please ensure no hotend is mounted on the toolhead and that a hotend is present in slot %s on the rack before clicking "Continue."' + 00x1A00010000020023: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detect the hotend on the toolhead. Please check whether there is any debris on the hotend heatsink surface or if the front magnet has fallen off. If not, recalibrate the induction hotend rack.' + 00x1A00010000020024: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detach the hotend from the toolhead. Please make sure the locking lever is in the released position.' + 00x1A00010000020025: 'Abnormal condition detected while nesting the hotend in slot %s: the hotend has dropped. Please check for excessive filament remaining at the top of the hotend, trim the residue, reinstall the hotend into slot %s on the rack, and then click "Continue."' + 00x1A00010000020026: 'Abnormal condition detected while nesting the hotend in slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020027: 'Abnormal condition detected while nesting the hotend in slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00010000020030: 'Abnormal condition detected while fetching the hotend from slot %s: no hotend found in this position. Please install a hotend in the corresponding slot before clicking "Continue."' + 00x1A00010000020031: 'Abnormal condition detected while fetching the hotend from slot %s: a hotend is already mounted on the toolhead. Please remove the hotend from the toolhead before clicking "Continue."' + 00x1A00010000020032: 'Error detected while fetching the hotend from slot %s: the toolhead failed to detect the hotend on the rack. Please check for any debris in the induction hotend mounting slot on the toolhead. If none is found, recalibrate the induction hotend rack.' + 00x1A00010000020033: 'Error detected while fetching the hotend from slot %s: the rack failed to mount the hotend properly. Please check for excessive filament at the top of the hotend, debris in the contact area between the toolhead and the hotend, or if the locking lever is in the released position. After resolving the issue, click "Continue."' + 00x1A00010000020034: 'Error detected while fetching the hotend from slot %s: the hotend has dropped. Please check for excessive filament or other debris at the top of the hotend, trim or remove it, then reinstall the hotend into slot %s on the rack and click "Continue."' + 00x1A00010000020035: 'Error detected while fetching the hotend from slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020036: 'Error detected while fetching the hotend from slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00100000020001: 'Toolhead XY axis or hotend rack has not finished homing. Hotend replacement cannot proceed.' + 00x1A00110000020002: 'Hotend rack coarse homing failed. Please check for any obstructions.' + 00x1A00110000020003: 'Induction Hotend Rack coarse homing failed due to excessive travel. Please check the timing belt condition.' + 00x1A00120000020001: 'Induction hotend rack calibration failed: camera position calibration error. Please clean any debris from the thermal paper surface at the rear of the build plate and remove residue from the nozzle.' + 00x1A00120000020002: 'Induction hotend rack calibration failed: the white marker on the rack''s induction hotend docking module was not detected. Please refer to the Wiki to check if the marker is damaged or covered by dirt.' + 00x1A00120000020003: 'Induction hotend rack calibration failed: abnormal calibration result. Please refer to the Wiki to check if the rack structure is deformed.' + 00x1A00120000020004: 'Hotend rack height calibration is abnormal. Please check for any foreign objects that may be causing the rack to jam.' + 00x1A00120000020007: 'The hotend rack motion timed out. Please check for any foreign objects or obstructions that may be causing the rack to jam.' + 00x1A00120000020008: 'The hotend rack tool lock rod position is abnormal. Please check for any foreign objects or obstructions that may be causing the lock rod to jam.' + 00x1A00120000020009: 'Induction hotend locking lever or rack lever release mechanism error. Please refer to the Wiki for inspection.' + 00x1A00120000020010: 'The Induction Hotend Rack has not been set up. Please follow the instructions to complete the setup before using its functions.' + 00x1A00120000020011: 'Induction hotend not detected before locking. Please check its installation on the toolhead.' + 00x1A00130000020001: 'The hotend rack is fully occupied. Please remove at least one hotend before proceeding.' + 00x1A00200000020001: 'Power outage occurred during hotend replacement. Please follow the Wiki guide to restore the setup, otherwise printing may fail.' + 00x1A00210000010001: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend back to slot %s on the rack, then move the toolhead to the center of the build plate.' + 00x1A00210000010002: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend from slot %s on the rack back onto the toolhead, then move the toolhead to the center of the build plate.' + 00x1A00210000020001: 'Power loss occurred while fetching/nesting hotend. Check if the hotend is in slot %s on the rack. If not, nest it back to that slot and move the toolhead to the center of the build plate.' + 00x1A00210000020002: 'Power loss occurred while fetching/nesting the hotend. Check if it''s mounted on the toolhead. If not, fetch it from slot %s on the rack, nest it onto the toolhead, and move the toolhead to the center of the build plate.' + 00x1A00E00000010005: 'The Induction Hotend Rack is blocked by an obstacle during homing. Please clear any obstructions from its movement path.' + 00x1A00E00000010006: 'Induction Hotend Rack homing distance is too long. The timing belt may be loose. Please check and tighten.' + ctl_top_t_temp_axis: 'Température/Axes' + ctl_top_t_filament: 'Filament' + ctl_top_t_hello: 'Bonjour le monde' + ctl_t_part: 'Partie' + ctl_t_aux: 'Aux' + ctl_t_chamber: 'Chambre' + sw_t_on: 'ON' + sw_t_off: 'OFF' + ctl_t_speed: 'Vitesse d''impression' + ctl_t_speed_silent: 'Silencieux' + ctl_t_speed_standard: 'Standard' + ctl_t_speed_sport: 'Sport' + ctl_t_speed_ludicrous: 'Ridicule' + ctl_t_extruder: 'Extrudeur' + ctl_t_temp_high: 'Pas plus haut que %ld℃' + ctl_t_filament_t_tip: 'Conseils' + ctl_t_filament_tip: 'Avant le chargement, assurez-vous que votre filament est poussé dans la tête de l''outil.' + ctl_t_to_load: 'Pour charger' + ctl_t_to_unload: 'Pour décharger' + ctl_t_heat_nozzle_temp: 'Chauffer la buse' + ctl_t_push_new_filament: 'Poussez le nouveau filament dans l''extrudeur' + ctl_t_grab_new_filament: 'Prenez un nouveau filament' + ctl_t_purge_old_filament: 'Purger l''ancien filament' + ctl_t_cut_filament: 'Couper le filament' + ctl_t_back_filament: 'Retrait du filament actuel' + content_empty: 'Vide' + tpu_not_supported: '"%s %s" n''est pas pris en charge par l''AMS.' + cf_gf_warning: '"%s %s" Les filaments sont durs et cassants. Ils se cassent facilement ou se coincent dans l''AMS ; veuillez les utiliser avec précaution.' + pva_warning: 'L''humidité « %s %s » deviendra flexible et restera coincée à l''intérieur de l''AMS ; veuillez prendre soin de le sécher avant utilisation.' + +#CONTROL END + +#MQTT + ctl_t_mqtt_ctl_mode: 'Mode de contrôle' + ctl_t_mqtt_statu_master: 'Leader' + ctl_t_mqtt_statu_slave: 'Follower' + ctl_t_mqtt_status_sync: 'Synchroniser' + ctl_t_mqtt_disconected: 'Déconnecté' + printer_connecting: 'L''imprimante est en cours de connexion.' + printer_disconnected: 'L''imprimante est déconnectée.' + printer_connected: 'L''imprimante a été connectée avec succès.' + mqtt_login_failed: | + Impossible de se connecter à l'imprimante! + Il se peut que le « code d'accès » soit erroné. Cliquez sur « Modifier » pour vérifier et modifier à nouveau le « code d'accès ». + Pour résoudre les problèmes de connexion, veuillez scanner le code QR. + mqtt_never_connected: | + Impossible de se connecter à l'imprimante! + Veuillez vous assurer que l'imprimante est sous tension et sur le même réseau local que le Panda Touch ou cliquez sur « Modifier » pour vérifier et modifier à nouveau l'« IP » et le « SN ». + Pour résoudre les problèmes de connexion, veuillez scanner le code QR. + mqtt_master_changed: | + Impossible de se connecter à l'imprimante! + Veuillez vous assurer que l'imprimante est sous tension et sur le même réseau local que le Panda Touch ou cliquez sur « Modifier » pour vérifier et modifier à nouveau l'« IP » et le « SN ». + Comme il s'agit de l'imprimante « Maître », une autre imprimante du groupe sera temporairement désignée comme « Maître ». + Si vous avez éteint l'imprimante, ignorez ce message. + Pour résoudre les problèmes de connexion, veuillez scanner le code QR. + mqtt_master_error: | + Impossible de se connecter à l'imprimante! + Veuillez vous assurer que l'imprimante est sous tension et sur le même réseau local que le Panda Touch ou cliquez sur « Modifier » pour vérifier et modifier à nouveau l'« IP » et le « SN ». + Étant donné qu'il s'agit de l'« imprimante principale » et qu'aucune autre imprimante connectée n'est disponible dans le groupe, vous ne pourrez pas utiliser Panda Touch tant que ce problème n'est pas résolu. + Pour résoudre les problèmes de connexion, veuillez scanner le code QR. + mqtt_slave: | + Impossible de se connecter à l'imprimante! + Veuillez vous assurer que l'imprimante est sous tension et sur le même réseau local que le Panda Touch ou cliquez sur « Modifier » pour vérifier et modifier à nouveau l'« IP » et le « SN ». + Cette imprimante n'est pas le « Master » et ne sera donc pas accessible ni en mesure de suivre le « Master » si elle fait partie d'un groupe. + Si vous avez éteint l'imprimante, ignorez ce message. + Pour résoudre les problèmes de connexion, veuillez scanner le code QR. + mqtt_not_online: | + Impossible de se connecter à l'imprimante! + Veuillez vous assurer que l'imprimante est sous tension et sur le même réseau local que le Panda Touch. + Pour résoudre les problèmes de connexion, veuillez scanner le code QR. +#MQTT END + +#FILE + file_t_usb_flash_driver: 'Clé USB' + file_t_name: 'Nom' + file_t_date: 'Date' + file_t_size: 'Taille' + file_s_transmitting: 'Transmettre' + file_s_printers_in_sync: 'Imprimantes synchronisées:%d/%d' + file_s_failed: 'Echec' + file_s_printing: 'Impression' + file_s_waiting: 'En attente' +#FILE END + +#GUID + guid_t_start: 'Commencer' + guid_c_start: 'Activez l''écran d''origine Bambu Lab.' + guid_t_get_ip_access: 'Obtenir l''IP et le code d''accès' + guid_c_get_ip_access_wlan: 'Sélectionnez WLAN à l''aide du D-pad, appuyez sur OK pour entrer.' + guid_c_get_ip_access_enter: 'Saisissez les codes IP et d’accès dans les zones de saisie correspondantes du Panda Touch .' + guid_t_get_sn: 'Obtenir le code SN' + guid_c_get_sn_return: 'Appuyez sur Retour aux paramètres.' + guid_c_get_sn_enter: 'Sélectionnez l''appareil à l''aide du D-pad, appuyez sur OK pour entrer.' + guid_c_get_sn_enter_code: 'Il s''agit du code SN, veuillez le saisir dans la zone de saisie correspondante sur le Panda Touch.' + guid_t_completed: | + ; ) + Félicitations! Vous avez terminé le didacticiel Panda Touch. Essayez les fonctionnalités. + guid_c_completed: 'Cliquez sur une zone vide de l''écran pour revenir à l''interface de connexion. Vous pouvez ajouter des informations sur l''imprimante pour suivre l''état.' + sn: 'SN:' + guid_unable_find: 'Vous ne parvenez pas à trouver les paramètres de votre imprimante ?' + guide_select_lang: 'Veuillez sélectionner votre langue Panda Touch' + guide_ota_not_finished: 'L''OTA n''est pas encore terminée' + guide_ota_remind: | + Veuillez utiliser un ordinateur sur le même réseau Wi-Fi, qui peut être un ordinateur ou un appareil mobile exécutant un système d'exploitation tel qu'iOS ou Android. Il est appelé « ordinateur » ci-dessous. + • Saisissez l'adresse IP du Panda Touch dans le navigateur de l'ordinateur pour accéder à l'interface utilisateur Web, puis cliquez sur le bouton « Mettre à jour le fichier ». + • Cliquez sur le bouton « Choisir un fichier », puis sélectionnez le fichier .img téléchargé. + • Le Panda Touch commencera automatiquement la mise à jour. + guid_ota_connect_wifi: 'Veuillez vous connecter à Internet en sélectionnant le réseau Wi-Fi à droite et en saisissant le mot de passe. Si le réseau auquel vous souhaitez vous connecter n''apparaît pas, cliquez sur le bouton Actualiser.' +#GUID END + +#CLOUD START + tip_about_region: 'Veuillez sélectionner la région avant de vous connecter, la région doit être la même que la région de votre compte.' + tip_del_account: 'Devez-vous supprimer le compte ? PandaTouch convertira l''imprimante liée à ce compte en mode local.' + tip_input_phone: 'Veuillez saisir votre numéro de téléphone' + tip_input_email: 'Veuillez saisir votre adresse e-mail' + t_region: 'Région:' + t_account: 'Compte:' + t_password: 'Code:' + t_region_china: 'CHINE' + t_region_global: 'GLOBALE' + tip_phone_incorrect: 'Entrez un numéro de téléphone valide' + tip_email_incorrect: 'Entrez un email valide' + tip_account_not_reg: 'Connexion échouée, ce compte n''est pas enregistré.' + tip_password_incorrect: 'La connexion a échoué, veuillez vérifier le mot de passe.' + tip_network_error: 'La connexion a échoué, veuillez vérifier le réseau.' + tip_login_ok: | + Connexion au Cloud réussie! + + Souhaitez-vous convertir toutes les imprimantes existantes en mode cloud ? Sélectionnez Oui uniquement si vous n'utilisez aucune imprimante en « mode LAN ». Si vous utilisez des imprimantes en « mode LAN », ajoutez plutôt manuellement chaque imprimante au cloud en modifiant les paramètres du mode. + tip_account_sync_ok: 'Les imprimantes ont été converties avec succès en mode cloud. Vous pouvez voir l''état actuel du mode de chaque imprimante sur la page multi-appareils.' + tip_account_sync_error: 'Certaines imprimantes n''ont pas pu être converties en mode cloud. Veuillez vérifier vos paramètres Wi-Fi et mode cloud et réessayer.' + tip_account_sync_zero: 'Il n''y a pas d''imprimantes cloud dans le compte actuel. Veuillez ajouter une imprimante à ce compte, puis vous reconnecter.' + tip_printer_without_cloud: 'Cette imprimante n''a pas encore été liée à ce compte. Veuillez utiliser BambuLab Studio ou Handy pour ajouter l''imprimante avant d''activer le cloud.' + tip_printer_login_account: 'Veuillez d''abord vous connecter à un compte.' + tip_account_error: 'Votre compte rencontre des problèmes. Veuillez vérifier si le nom de votre compte a été modifié. Vérifiez également que la région de votre compte correspond à votre emplacement actuel.' + tip_account_network_error: 'Votre connexion réseau rencontre des problèmes. Veuillez vérifier si le mot de passe réseau a été modifié et essayez de vous reconnecter pour restaurer la connexion cloud de l''imprimante.' + t_login_bambu: 'Connexion au compte BambuLab' + tip_convert_to_cloud: 'Conversion des imprimantes en mode cloud. Veuillez patienter.' + t_enable_could: 'Activer le cloud' + tip_wifi_not_connected: 'La connexion Wi-Fi a été déconnectée, veuillez d''abord vous connecter au Wi-Fi.' + tip_printer_work_in_cloud: 'L''imprimante fonctionne en mode cloud.' + tip_printer_work_in_local: 'L''imprimante fonctionne en mode LAN.' + tip_ftp_ip_invalid: | + Assurez-vous que l'imprimante est sur le même réseau local que le Panda Touch. + Veuillez vérifier et modifier à nouveau l'« IP » ou le « code d'accès ». + tip_ftp_not_find: 'Fichier introuvable.' + tip_group_printer_cloud_mode: 'L''imprimante %d: %s fonctionne en mode cloud.' + tip_group_printer_local_mode: 'L''imprimante %d: %s fonctionne en mode LAN.' + tip_group_work_in_cloud: 'Le groupe d''imprimantes fonctionne en mode cloud.' + tip_group_work_in_local: 'Le groupe d''imprimantes fonctionne en mode LAN.' +#CLOUD END + +#NEW ADD + tip_printer_group_max: 'Panda Touch ne prend actuellement en charge que le groupe d''imprimantes %d.' + tip_one_master_at_least: 'Vous devriez garder au moins une imprimante principale dans un groupe.' + tip_one_select_at_least: | + Veuillez conserver une imprimante principale dans un groupe. + Si vous souhaitez supprimer le groupe, vous pouvez appuyer sur le bouton Retour et le supprimer à l'aide du bouton Supprimer. + tip_remove_group_confirm: 'Veuillez confirmer que vous souhaitez supprimer ce groupe d’imprimantes du Panda Touch.' + tip_group_same_name: 'Il existe un même groupe, veuillez le renommer.' + tip_printer_in_group: 'L''imprimante a été sélectionnée dans le groupe, veuillez la supprimer du groupe.' + tip_reprint_group_printer: 'Cette opération imprimera uniquement le fichier sur cette imprimante. Si vous souhaitez lancer l''impression sur toutes les imprimantes du groupe, attendez que toutes les imprimantes aient terminé et utilisez le processus normal pour lancer l''impression.' + tip_reprint_printer: 'Voulez-vous réimprimer le fichier sur cette imprimante?' + tip_waiting_print_finished: 'Veuillez arrêter la tâche d''impression en cours avant d''en démarrer une nouvelle.' + tip_group_connected: 'Le groupe d’imprimantes a été connecté avec succès.' + tip_group_printer_disconnected: 'L''imprimante %d:%s a été déconnectée.' + tip_group_printer_connecting: 'L''imprimante %d:%s est en train de se connecter.' + tip_group_printer_printing: 'L''imprimante %d:%s est en cours d''impression.' + tip_group_printer_temp_too_high: 'L''imprimante %d:%s %d ℃.' + tip_group_printer_file_config: 'Voulez-vous imprimer le fichier %s ? Veuillez sélectionner la fonction d''impression que vous souhaitez activer.' + tip_group_power_off: 'Voulez-vous éteindre les imprimantes de ce groupe?' + tip_group_reset_power_usage: 'Voulez-vous effacer la consommation électrique des imprimantes liées au groupe?' + tip_group_power_off_not_online: 'Une imprimante du groupe a été déconnectée. Veuillez confirmer si vous souhaitez continuer à couper l''alimentation?' + tip_group_printing_not_idle: 'Certaines imprimantes impriment dans ce groupe. La mise hors tension de l''imprimante peut provoquer un blocage. Veuillez attendre que l''extrémité chaude refroidisse avant de mettre l''imprimante hors tension. Voulez-vous continuer?' + tip_group_temp_too_high_confirm: 'Certaines imprimantes du groupe ont une température de la partie chaude supérieure à 50 degrés. L''arrêt de l''imprimante peut provoquer un blocage. Veuillez attendre que la partie chaude refroidisse avant de mettre l''imprimante hors tension. Voulez-vous continuer?' + t_is_printing: 'Impression' + t_is_idle: 'Inactive' + t_table_header_index: 'N°' + t_table_header_device_name: 'Nom de l''appareil' + t_table_header_status_task: 'État / tâche' + t_table_header_actions_connection: 'Actions et connexion' + tip_enter_group_name: 'Veuillez saisir un nom de groupe:' + tip_move_confirm: 'L''imprimante/le groupe d''imprimantes est en cours d''impression et ne peut pas être déplacé.' + tip_always_sleep: 'Cette opération endommagera l''écran. Voulez-vous continuer?' + tip_bind_power: | + Appuyez sur le bouton Panda PWR et maintenez-le enfoncé jusqu'à ce que le voyant bleu commence à clignoter, puis placez le Panda Touch contre le boîtier Panda PWR pour vous connecter. + tip_remove_keep_one: 'Veuillez conserver au moins une imprimante.' + tip_remove_printer_with_power: 'Cette imprimante est liée à Panda PWR. Voulez-vous continuer à la supprimer?' + tip_about_power: | + Panda PWR + Arrêt automatique, surveillance de l'alimentation en temps réel, suivi de l'alimentation, conception d'interface double USB-A, veuillez scanner le code QR pour plus d'informations. + tip_power_off_not_online_confirm: 'L''imprimante a été déconnectée, veuillez confirmer si vous souhaitez éteindre l''imprimante?' + tip_power_off_temp_too_high_confirm: 'La température de la tête d''impression est supérieure à 50 °C. L''arrêt de l''imprimante peut provoquer un blocage. Veuillez attendre que la tête d''impression refroidisse avant de mettre l''imprimante hors tension. Voulez-vous continuer?' + tip_power_off_confirm: 'Veuillez confirmer si vous souhaitez éteindre l’imprimante?' + tip_auto_power_off_confirm: 'Votre imprimante s''éteindra une fois l''impression terminée et le hotend refroidi en dessous de 50°C.' + t_auto_power_off: 'Arrêt automatique:' + t_min: 'Min' + t_countdown: 'Compte à rebours:' + t_power: 'Power' + tip_know_power: 'Qu''est-ce que le Panda PWR' + tip_add_power: 'Ajouter Panda PWR' + t_voltage: 'Tension:' + t_current: 'Actuel:' + t_power_2: 'Power:' + t_power_usage: 'Consommation d''énergie:' + t_printer: 'Imprimante-Leader:' + t_power_wifi: 'Wifi SSID:' + t_power_usb_follow: 'USB 1 suivi de la lumière de l''imprimante:' + t_usb_config_off: 'Désactivé' + t_usb_config_on: 'Activé' + t_must_high: 'La valeur d''entrée doit être supérieure à %ld' + t_must_less: 'La valeur d''entrée doit être inférieure à %ld' + t_power_printer_no: 'No.' + tip_confirm_bind_power: 'Acceptez-vous la liaison de Panda PWR?' + tip_confirm_unbind_power: 'Voulez-vous vous dissocier de Panda PWR?' + t_reset_power_usage: | + RST + Usage + t_reset_power_usage_print: 'Utilisation de RST' + tip_confirm_reset_power_usage: 'Voulez-vous réinitialiser la consommation d’énergie?' + t_auto_off: 'Arrêt automatique' + t_power_off_all: 'Voulez-vous fermer les imprimantes du groupe liées au Panda PWR?' + t_pwr_has_been_bind: 'Ce Panda PWR a été lié par l''imprimante %s, veuillez le dissocier avant de continuer.' + tip_pwr_max: 'Panda Touch prend actuellement en charge la connexion jusqu''à %d Panda PWR.' + t_power_off_after_printing: 'Arrêt automatique' + tip_change_reboot: 'Pour une meilleure expérience de vitesse, nécessite un redémarrage pour prendre effet, continuer?' + t_multi_print_heat_delay: 'Délai de chauffage pour impression multiple' + t_file_t_history: 'Historique d''impression' + t_history_cost_time: 'Coût en temps' + t_history_weight: 'Poids' + t_history_only_cloud: 'Prise en charge uniquement du mode Cloud' + t_history_not_find: 'Ne pas trouver' + t_default_directory: 'Répertoire par défaut de l''imprimante' + t_reboot_take_effect: 'Besoin d''un redémarrage pour prendre effet, voulez-vous continuer?' + t_send_code: 'Envoyer le code' + tip_send_code: 'Entrez le code' + tip_error_code_length: 'La longueur du code doit être de 6' + tip_error_code: 'Le code n''existe pas ou a expiré ; veuillez demander un nouveau code de vérification.' + tip_error_send_code: 'L''envoi du code a échoué, veuillez vérifier Internet.' + tip_loading_thumbnail: 'Chargement des données depuis l''imprimante. Veuillez patienter une seconde.' + t_sd_enhanced_load_thumbnails: 'Affichage amélioré des vignettes' + tip_enhanced_load_effect: 'démarrer l''impression à partir d''une clé USB ou cliquer sur le panneau de la carte SD entraînera un long délai et prendra effet après le redémarrage, continuer?' +#NEW ADD END + +# AUTO-FILLED MISSING KEYS START + tip_not_higher: 'Pas plus de %d.' + tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' + tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' + tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' + tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' + tip_ams_dry_stop: 'Voulez-vous vraiment arreter le sechage AMS?' + tip_dry_completed: 'Sechage termine.' + tip_dry_not_support: 'Non pris en charge pour A1 et A1 mini.' + tip_dry_printer_printing: 'L''imprimante est en cours d''impression.' + tip_skip_obj_selected: '#ff0000 %d# objets selectionnes' + tip_dry_ing: 'Sechage' + tip_dry_prepare_ok: 'Pret. Verifiez que la tete d''impression est revenue a la position predefinie avant de cliquer sur Demarrer.' + tip_firmware_incompatible: | + Your Bambu machine is running firmware version %s or above + This firmware implements an authentication mechanism that requires Bambu to approve who can send control commands to your machines if you are operating in cloud mode. + To regain full control of your machine using the Panda Touch, please change to LAN-only, developer mode from your stock bambu screen. + Alternately, you can roll back to an earlier firmware version using the bambu handy app. + tip_firmware_incompatible_reduced: 'Mode lecture seule. Passez en LAN-only developer mode ou revenez a une version anterieure du firmware pour un controle complet.' +# AUTO-FILLED MISSING KEYS END diff --git a/Translation/it-IT/it-IT.yml b/Translation/it-IT/it-IT.yml index e2fbbd8..f89ca1c 100644 --- a/Translation/it-IT/it-IT.yml +++ b/Translation/it-IT/it-IT.yml @@ -1,16 +1,13 @@ -it-IT: -#SETTING PAGE +it-IT: lang_name_t: 'Italiano' - min_time_t_1: '1min' min_time_t_2: '2min' min_time_t_3: '3min' min_time_t_5: '5min' min_time_t_10: '10min' min_time_t_15: '15min' - min_time_t_60: '60min' + min_time_t_60: '60min' sleep_time_t_always: 'Sempre attivo' - setting_gen_t: 'Generale' setting_net_t: 'Rete' setting_gen_t_dev: 'Dispositivo:' @@ -18,6 +15,9 @@ it-IT: setting_gen_t_lang: 'Lingua:' setting_gen_t_fw: 'Firmware:' setting_gen_t_slp: 'Salva schermo:' + setting_gen_t_readonly: 'Modalita sola lettura:' + setting_gen_t_wake_on_print: 'Riattiva all''avvio della stampa' + setting_gen_t_on_while_print: 'Mantieni attivo durante la stampa' setting_gen_t_backlight: 'Luminosità dello sfondo:' setting_gen_t_reb: 'Riavvia' setting_gen_t_rst: 'Ripristino delle impostazioni di fabbrica' @@ -36,9 +36,10 @@ it-IT: btn_factory: 'Ripristino impostazioni di fabbrica' btn_close: 'Chiudi' btn_ignore_all: 'Ignora Tutto' - btn_load: 'Carica' - btn_unload: 'Scarica' - btn_retry: 'Riprova' + btn_load: 'Carica' + btn_unload: 'Scarica' + btn_retry: 'Riprova' + btn_reread: 'Rileggi' btn_abort: 'Ferma' btn_print: 'Stampa' btn_remove: 'Rimuovi' @@ -57,19 +58,23 @@ it-IT: btn_add_printer: 'Aggiungi Stampante' btn_add_group: 'Aggiungi Gruppo' btn_goto_printers: 'Vai alla pagina multi-device' + btn_printer_view_list: 'Elenco' + btn_printer_view_card: 'Scheda' btn_goto_wifi: 'Vai sulla rete Wi-Fi' btn_ignore: 'Ignora' btn_goto_login: 'Vai alla pagina del Login' btn_dry: 'Deidrata' btn_dry_prepare: 'Prepara' btn_dry_start: 'Avvia Deidratazione' + label_dry_time: 'Tempo di asciugatura' + label_dry_temp: 'Temperatura' + tip_ams_dry_setup: 'Configurazione asciugatura AMS' btn_skip_obj: 'Salta' #BUTTONS END - set_net_wifi_scaned: 'Scansione rete Wi-Fi' welcome_tip: 'Collegarsi a Internet selezionando la rete Wi-Fi sulla destra e inserendo la password. Se non viene visualizzata la rete desiderata, premere Aggiorna. Una volta effettuata la connessione alla rete desiderata, premere Avanti.' tip_scan_qrcode: 'Utilizzare il telefono per scansionare il codice QR e accedere al manuale online.' - loading: 'Caricamento...' + loading: 'Caricamento...' top_wifi_connect: 'Connessione a Wi-Fi %s' top_wifi_connect_fail: 'Impossibile connettersi alla rete Wi-Fi: %s' top_wifi_disconnected: 'Disconnesso dal Wi-Fi: %s' @@ -79,7 +84,7 @@ it-IT: #PRINT panda_touch: 'Panda Touch' printer_model: 'Modello:' - printer_name: 'Nome:' + printer_name: 'Nome:' scan_print_t_acescd: 'Codice Accesso:' scan_print_t_ip: 'IP Stampante:' filament_t_color: 'Colore del filamento:' @@ -89,7 +94,7 @@ it-IT: wifi_c_wait_cancel: 'In attesa della cancellazione...' print_bed_leveling: 'Livellamento del piano' print_flow_calibration: 'Calibrazione Flusso' - print_timelapse: 'Timelapse' + print_timelapse: 'Timelapse' prints_in_sync: 'Stampanti sincronizzate: %d' start_print_confirm: | Prima di avviare la stampa, tenere presente quanto segue: @@ -120,7 +125,7 @@ it-IT: filament_maximum: 'Massimo' filament_unknown_type: 'Sconosciuto' #PRINT -#TIPS +#TIPS tip_input_optional: '(Facoltativo)' tip_input_name: '(Obbligatorio)Inserire il nome della stampante' tip_input_ip: '(Obbligatorio)Inserire IP della stampante' @@ -180,151 +185,820 @@ it-IT: notify_remind: 'Eseguire la scansione del codice per visualizzare le possibili soluzioni, oppure e premere sul tasto “Vai alla stampante” per impostare questa stampante come stampante “Master”.' notify_remind_go_print: 'Vai alla stampante' notify_unknow_state: 'Codice di stato sconosciuto per Panda Touch.' - - 00x0300100000020001: 'The resonance frequency of the %s axis is low. The timing belt may be loose.' - 00x0300100000020002: 'La risonanza meccanica dell’asse %s è molto diversa dall’ultima calibrazione, si prega di rieseguire la calibrazione della macchina.' - 00x03000F0000010001: 'I dati dell’accelerometro non sono disponibili.' - 00x03000D000001000B: 'Il motore dell’asse Z sembra essersi bloccato quando si sposta verso alto.' + 00x0300010000010001: 'The heatbed temperature is abnormal; the heater may have a short circuit.' + 00x0300010000010002: 'The heatbed temperature is abnormal; the heater may have an open circuit, or the thermal switch may be open.' + 00x0300010000010003: 'The heatbed temperature is abnormal; the heater is over temperature.' + 00x0300010000010006: 'The heatbed temperature is abnormal; the sensor may have a short circuit.' + 00x0300010000010007: 'La temperatura del piano scaldante è anomala; il sensore potrebbe avere un circuito aperto.' + 00x0300010000010008: 'An abnormality occurs during the heating process of the heatbed; the heating modules may be broken.' + 00x030001000001000A: 'The heatbed temperature control is abnormal; the AC board may be broken.' + 00x030001000001000C: 'The heatbed has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030001000001000D: 'An abnormality occured in heating modules of heatbed previously. To continue using your printer, please refer to the wiki to troubleshoot.' + 00x030001000001000E: 'The power supply voltage does not match the machine; the heatbed has been disabled.' + 00x030001000002000F: 'The chamber target temperature is set too high, while the heatbed target temperature is set too low. Heatbed cooling has been skipped. It is recommended to set matching chamber and heatbed temperatures.' + 00x0300010000030008: 'The temperature of the heated bed exceeds the limit and automatically adjusts to the limit temperature.' + 00x030001000003000F: 'The chamber temperature is currently high, and the heatbed is cooling down slowly. It is recommended to open the top cover or front door to accelerate the cooling process.' + 00x0300020000010001: 'La temperatura dell’ugello è anomala, l’elemento riscaldante potrebbe essere in cortocircuito.' + 00x0300020000010002: 'La temperatura dell’ugello è anomala, Il circuito dell’elemento riscaldante potrebbe essere aperto.' + 00x0300020000010003: 'La temperatura dell’ugello è anomala, l’elemento riscaldante è in sovratemperatura.' + 00x0300020000010004: 'The right nozzle temperature control is abnormal. The hotend might have structural damage.' + 00x0300020000010006: 'La temperatura dell’ugello è anomala, il sensore potrebbe essere in cortocircuito.' + 00x0300020000010007: 'La temperatura dell’ugello è anomala, il sensore potrebbe essere aperto.' + 00x0300020000010008: 'The right extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x0300020000010009: 'Nozzle temperature control is abnormal. The hot end may not be installed. To heat the heating assembly without the hotend, enable Maintenance Mode in the settings.' + 00x030002000001000B: 'The right extruder nozzle temperature control is abnormal, possibly due to the hotend not being properly installed or a malfunction of the wireless temperature measurement board.' + 00x0300030000010001: 'La velocità della ventola dell’hotend è bassa o si è fermata.' + 00x0300030000020002: 'La velocità della ventola dell’hotend è bassa.' + 00x0300040000020001: 'La velocità della ventola di raffreddamento è troppo bassa o si è fermata.' + 00x0300050000010001: 'The motor driver is overheating. Its radiator may be loose, or its cooling fan may be damaged.' + 00x0300060000010001: 'Il motore%s ha un circuito aperto. Potrebbe esserci un collegamento allentato o il motore potrebbe essersi guastato.' + 00x0300060000010002: 'Il motore-%s è in cortocircuito. Potrebbe essersi guastato.' + 00x0300060000010003: 'La resistenza del motore%s è anormala, il motore potrebbe essersi guastato.' + 00x0300090000010001: 'The extruder servo motor has an open circuit. The connection may be loose, or the motor may have failed.' + 00x0300090000010002: 'The extruder servo motor has a short-circuit. It may have failed.' + 00x0300090000010003: 'The resistance of the extruder servo motor is abnormal; the motor may have failed.' + 00x0300090000020001: 'The extrusion motor is overloaded. The extruder may be clogged or the filament may be stuck in the tool head.' + 00x0300090000020002: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead.' + 00x0300090000020003: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip.' + 00x0300090000020004: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead, or the externally mounted filament may be tangled.' + 00x0300090000020005: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip, or the externally mounted filament may be tangled.' + 00x0300090000030007: 'Filament extrusion anomaly detected. Automatically retrying recovery, please wait.' + 00x03000A0000010001: 'La sensibilità del sensore di forza del piano scaldante %s è troppo alta' + 00x03000A0000010002: 'La sensibilità del sensore di forza del piano scaldante %s è bassa.' + 00x03000A0000010003: 'La sensibilità del sensore di forza del piano scaldante %s è troppo bassa.' + 00x03000A0000010004: 'Durante il test della sensibilità del sensore di forza %s è stato rilevato un disturbo esterno. Il piano scaldante potrebbe aver toccato qualcosa di esterno.' + 00x03000A0000010005: 'Il sensore di forza %s ha rilevato una resistenza inaspettata. Il piano scaldante potrebbe essere bloccato o l’estremità analogica potrebbe essere rotta.' 00x03000D0000010003: 'Il piano di stampa non è posizionato correttamente. Occorre regolarlo.' 00x03000D0000010004: 'Il piano di stampa non è posizionato correttamente. Occorre regolarlo.' 00x03000D0000010005: 'Il piano di stampa non è posizionato correttamente. Occorre regolarlo.' 00x03000D0000010006: 'Il piano di stampa non è posizionato correttamente. Occorre regolarlo.' 00x03000D0000010007: 'Il piano di stampa non è posizionato correttamente. Occorre regolarlo.' 00x03000D0000010008: 'Il piano di stampa non è posizionato correttamente. Occorre regolarlo.' - 00x03000D0000010009: 'Il piano di stampa non è posizionato correttamente. Occorre regolarlo.' 00x03000D000001000A: 'Il piano di stampa non è posizionato correttamente. Occorre regolarlo.' 00x03000D0000020001: 'La Homing del piatto non è stata terminata correttamente.' - 00x03000A0000010005: 'Il sensore di forza %s ha rilevato una resistenza inaspettata. Il piano scaldante potrebbe essere bloccato o l’estremità analogica potrebbe essere rotta.' - 00x03000A0000010004: 'Durante il test della sensibilità del sensore di forza %s è stato rilevato un disturbo esterno. Il piano scaldante potrebbe aver toccato qualcosa di esterno.' - 00x03000A0000010003: 'La sensibilità del sensore di forza del piano scaldante %s è troppo bassa.' - 00x03000A0000010002: 'La sensibilità del sensore di forza del piano scaldante %s è bassa.' - 00x03000A0000010001: 'La sensibilità del sensore di forza del piano scaldante %s è troppo alta' - 00x0300040000020001: 'La velocità della ventola di raffreddamento è troppo bassa o si è fermata.' - 00x0300030000020002: 'La velocità della ventola dell’hotend è bassa.' - - 00x0300030000010001: 'La velocità della ventola dell’hotend è bassa o si è fermata.' - 00x0300060000010001: 'Il motore%s ha un circuito aperto. Potrebbe esserci un collegamento allentato o il motore potrebbe essersi guastato.' - 00x0300060000010002: 'Il motore-%s è in cortocircuito. Potrebbe essersi guastato.' - 00x0300060000010003: 'La resistenza del motore%s è anormala, il motore potrebbe essersi guastato.' - 00x0300010000010007: 'La temperatura del piano scaldante è anomala; il sensore potrebbe avere un circuito aperto.' - 00x0300130000010001: 'Il sensore di corrente del motore%s è anomalo. Ciò può essere causato da un guasto del circuito hardware di campionamento.' - 00x0300180000010005: 'Il motore dell’asse Z sembra essersi bloccato durante il movimento, verificare la presenza di corpi estranei sulle parti in movimento e sugli ingranaggi della cinghia dentata dell’asse Z.' - 00x0300190000010001: 'Il sensore di correnti parassite sull’asse Y non è disponibile, il collegamento potrebbe essere interrotto.' - 00x0300190000020002: 'La sensibilità del sensore di correnti parassite dell’asse Y è troppo bassa.' - 00x0300400000020001: 'La trasmissione dei dati sulla porta seriale è anomala; il sistema software potrebbe essere difettoso.' - - 00x0300410000010001: 'La tensione del sistema è instabile; è attiva la funzione di protezione dall’interruzione di corrente.' - 00x0300020000010001: 'La temperatura dell’ugello è anomala, l’elemento riscaldante potrebbe essere in cortocircuito.' - 00x0300020000010002: 'La temperatura dell’ugello è anomala, Il circuito dell’elemento riscaldante potrebbe essere aperto.' - 00x0300020000010003: 'La temperatura dell’ugello è anomala, l’elemento riscaldante è in sovratemperatura.' - 00x0300020000010006: 'La temperatura dell’ugello è anomala, il sensore potrebbe essere in cortocircuito.' - 00x0300020000010007: 'La temperatura dell’ugello è anomala, il sensore potrebbe essere aperto.' + 00x03000D000001000B: 'Il motore dell’asse Z sembra essersi bloccato quando si sposta verso alto.' + 00x03000D0000020003: 'The build plate may not be properly placed. If this message appears repeatedly, please check the Wiki for more explanations.' + 00x03000F0000010001: 'I dati dell’accelerometro non sono disponibili.' + 00x0300100000020001: 'The resonance frequency of the %s axis is low. The timing belt may be loose.' + 00x0300100000020002: 'La risonanza meccanica dell’asse %s è molto diversa dall’ultima calibrazione, si prega di rieseguire la calibrazione della macchina.' + 00x0300110000020002: 'The resonance frequency of the Y-axis differs greatly from the last calibration. Please clean the Y-axis liner rod and conduct a calibration after printing.' 00x0300120000020001: 'Il coperchio anteriore dell’estrusore si è staccato.' + 00x0300130000010001: 'Il sensore di corrente del motore%s è anomalo. Ciò può essere causato da un guasto del circuito hardware di campionamento.' + 00x0300160000010001: 'The extruder servo motor''s current sensor is abnormal. A failure of the hardware sampling circuit may cause this.' + 00x0300170000010001: 'The hotend cooling fan speed is too slow or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300170000020002: 'The hotend cooling fan speed is slow. It may be stuck and need cleaning.' 00x0300180000010001: 'Il valore del sensore della forza di estrusione è basso, il nozzle sembra non essere installato.' 00x0300180000010002: 'La sensibilità del sensore della forza di estrusione è bassa, l’hotend potrebbe non essere installato correttamente.' 00x0300180000010003: 'Il sensore della forza di estrusione non è disponibile, il collegamento tra MC e TH può essere interrotto o esssersi rotto il sensore.' - 00x0300180000010004: 'I dati del sensore di forza dell’estrusione sono anomali, il sensore deve essere rotto.' + 00x0300180000010005: 'Il motore dell’asse Z sembra essersi bloccato durante il movimento, verificare la presenza di corpi estranei sulle parti in movimento e sugli ingranaggi della cinghia dentata dell’asse Z.' + 00x0300180000010006: 'The heatbed leveling data is abnormal. Please check whether there are any foreign objects on the heatbed and Z slider. If so, please remove them and try again.' + 00x0300180000010007: 'The frequency of the extrusion force sensor is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300180000010008: 'The nozzle touches the heatbed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030018000001000B: 'Nozzle presence detection failed: nozzle not installed or improperly installed.' + 00x030018000001000C: 'An anomalous jump in the extruder extrusion force sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x030018000001000D: 'Nozzle clumping detection calibration failed. Excessive force detected on the nozzle. Please ensure the nozzle is installed correctly.' + 00x030018000001000E: 'Nozzle clumping detection calibration failed. The nozzle did not touch the inner wall of the hole. Please clean the nozzle and the steel plate hole at the rear-right side of the heatbed.' + 00x0300180000030009: 'Performing initial High-temperature Bed Leveling.' + 00x0300190000010001: 'Il sensore di correnti parassite sull’asse Y non è disponibile, il collegamento potrebbe essere interrotto.' + 00x0300190000020002: 'La sensibilità del sensore di correnti parassite dell’asse Y è troppo bassa.' 00x03001A0000020001: 'Il nozzle è avvolto dal filamento o il piano di costruzione è posizionato in modo errato.' 00x03001A0000020002: 'Il sensore della forza dell’estrusione ha rilevato un intasamento dell’ugello.' - 00x0C00010000010001: 'Il sensore ottico del Micro Lidar è offline.' - 00x0C00010000020002: 'Il sensore ottico del Micro Lidar non funziona correttamente.' - 00x0C00010000010003: 'Sincronizzazione Micro Lidar anormale.' - 00x0C00010000010004: 'La lente del Micro Lidar è sporca.' - 00x0C00010000010005: 'Il parametro OTP del Micro Lidar è anormale.' - 00x0C00010000020006: 'Il parametro estrinseco del Micro Lidar è anormale.' - 00x0C00010000020007: 'Il parametro del laser Micro Lidar ha subito una deriva.' - - 00x0C00010000020008: 'La telecamera interna è offline.' - 00x0C00010000010009: 'La lente della telecamera interna è sporca.' - 00x0C0001000001000A: 'Il LED del Micro Lidar LED potrebbe essere rotto.' - 00x0C0001000002000B: 'Impossibile calibrare il Micro Lidar.' - 00x0C00020000010001: 'Il Laser non acceso' - 00x0C00020000020002: 'Il fascio Laser è troppo spesso.' - 00x0C00020000020003: 'Il fascio Laser non è sufficientemente luminoso.' - 00x0C00020000020004: 'L’altezza del nozzle sembra essere troppo bassa.' - 00x0C00020000010005: 'Un nuovo Micro Lidar è stato rilevato.' - 00x0C00020000020006: 'L’altezza del nozzle sembra essere troppo alta.' - - 00x0C00030000020001: 'La misurazione dell’esposizione dei filamenti non è riuscita.' - 00x0C00030000020002: 'La verifica del primo layer è stata interrotta a causa di dati del Micro Lidar anomali.' - 00x0C00030000020004: 'La verifica del primo layer non è supportata per il lavoro di stampa corrente.' - 00x0C00030000020005: 'Timeout durante la verifica del primo layer.' - 00x0C00030000030006: 'I filamenti spurgati si sono accumulati.' - 00x0C00030000030007: 'Possibli difetti nel primo layer.' - 00x0C00030000030008: 'Possibile che si siano creati "spaghetti" di filamento.' - 00x0C00030000010009: 'Il modulo di verifica del primo livello è stato riavviato.' - 00x0C0003000003000B: 'Verifica del primo layer.' - 00x0C0003000002000C: 'Non è stato rilevato il QR code del piano di stampa.' - + 00x03001A0000020003: 'The nozzle clumping sensor is malfunctioning; Please refer to the Wiki for troubleshooting.' + 00x03001A0000030004: 'Nozzle clumping detection timed out. The check has been skipped.' + 00x03001B0000010001: 'The signal of the heatbed acceleration sensor is weak. The sensor may have fallen off or been damaged.' + 00x03001B0000010002: 'External disturbance was detected on the heatbed acceleeration sensor. The sensor signal wire may not be affixed.' + 00x03001B0000010003: 'The heatbed acceleration sensor detected unexpected continuous force. The sensor may be stuck, or the analog front end may be broken.' + 00x03001C0000010001: 'The extrusion motor driver is abnormal. The MOSFET may have a short circuit.' + 00x03001D0000010001: 'The position sensor of extrusion motor is abnormal. The connection to the sensor may be loose.' + 00x03001E0000010001: 'The left nozzle temperature is abnormal; the heater may have a short circuit.' + 00x03001E0000010002: 'The left nozzle temperature is abnormal; the heater may have an open circuit.' + 00x03001E0000010003: 'The left nozzle temperature is abnormal; the heater is over temperature.' + 00x03001E0000010006: 'The left nozzle temperature is abnormal; the sensor may have a short circuit, please check whether the connector is properly plugged in.' + 00x03001E0000010007: 'The left nozzle temperature is abnormal; the sensor may have an open circuit.' + 00x03001E0000010008: 'The left extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x03001E0000010009: 'The left nozzle temperature control is abnormal; the hot end may not be installed. If you want to heat the hot end without it being installed, please turn on maintenance mode in the settings page.' + 00x0300200000010001: 'X-axis homing abnormal: please check if the toolhead is stuck or if the resistance on the X-axis linear rail is too high.' + 00x0300200000010002: 'Y-axis homing abnormal: please check if the toolhead is stuck or the Y carriage has too much resistance.' + 00x0300200000010003: 'X axis homing abnormal: the timing belt may be loose.' + 00x0300200000010004: 'Y axis homing abnormal: the timing belt may be loose.' + 00x0300210000010001: 'Auxiliary extruder motor open circuit, possibly due to a loose connection or motor failure.' + 00x0300210000010002: 'Auxiliary extruder motor short circuit, possibly caused by motor failure.' + 00x0300210000010003: 'The resistance of the Auxiliary extruder motor is abnormal; the motor may have failed.' + 00x0300220000010001: 'Auxiliary extruder motor current sensor error, possibly caused by a sampling circuit hardware failure.' + 00x0300250000010001: 'The frequency of the extrusion force sensor of the right extruder is too low. The nozzle may not be installed, or the nozzle heat sink may be too far away from the sensor.' + 00x0300250000010002: 'The sensitivity of the right extruder extrusion force sensor is low; the nozzle may not installed correctly.' + 00x0300250000010003: 'Unable to read data from the right extruder force sensor; there may be a communication break or sensor damage.' + 00x0300250000010004: 'The signal of the extrusion force sensor of the right extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300250000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300250000010007: 'The frequency of the extrusion force sensor of the right extruder is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300250000010008: 'The right nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030025000001000A: 'Nozzle offset calibration failed. Filament sticks to the nozzle, which may affect print quality. Please clean the nozzle and try again.' + 00x030025000001000B: 'Nozzle presence detection failed: Right extruder nozzle not installed or improperly installed.' + 00x030025000001000C: 'An anomalous jump in the right extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300260000010001: 'The frequency of the extrusion force sensor of the left extruder is too low. The sensor may be installed too far, or the sensor may be loose.' + 00x0300260000010002: 'The sensitivity of the left extruder extrusion force sensor is low; the force sensor may not be installed correctly.' + 00x0300260000010003: 'Unable to read data from the left extruder force sensor; there may be a communication break or sensor damage.' + 00x0300260000010004: 'The signal of the extrusion force sensor of the left extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300260000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300260000010007: 'The frequency of the extrusion force sensor of the left extruder is too high. The sensor may be installed too close, or the sensor may be loose.' + 00x0300260000010008: 'The left nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030026000001000B: 'Nozzle presence detection failed: Left extruder nozzle not installed or improperly installed.' + 00x030026000001000C: 'An anomalous jump in the left extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300270000010001: 'The nozzle offset calibration sensor frequency is too low. The sensor may be damaged.' + 00x0300270000010002: 'Too many attempts at nozzle offset calibration, possibly due to purged filament between the nozzle and the heated base, or incorrect installation of the nozzle. Please inspect and retry.' + 00x0300270000010003: 'The nozzle offset calibration result shows significant deviation, possibly due to the heat insulation sheet on the right nozzle heating base not being installed. Please install it correctly and try again.' + 00x0300270000010004: 'The signal of the nozzle offset calibration sensor is abnormal. The sensor may be damaged, or the wiring may not be connected properly.' + 00x0300270000010005: 'The nozzle offset calibration indicates significant deviation, possibly caused by an additional heat insulation sheet installed on the right nozzle heating base. Please verify this and attempt the calibration again.' + 00x0300270000010006: 'The nozzle offset calibration shows significant deviation, possibly due to incorrect installation of the nozzle or heating base. Please inspect and retry.' + 00x0300270000010007: 'The nozzle offset calibration sensor frequency is too high. The sensor may be damaged.' + 00x0300270000010008: 'The nozzle offset calibration sensor signal is too weak. It may be that the nozzle is sticky or the nozzle does not move above the sensor during calibration, causing the distance between the nozzle and the sensor to be too far.' + 00x0300280000010001: 'The data of the force sensor of the Cutting Module is abnormal. The magnet on the Tool Holder may fall off or the force sensor may be damaged.' + 00x0300280000010003: 'Communication failure between cutting module and toolhead during Z-axis homing. Please check if the cutting module signal cable is loose or broken or verify if the force sensor coil is intact.' + 00x0300280000010004: 'The force sensor of the Cutting Module is abnormal. The force sensor cable may be disconnected or the force sensor is damaged.' + 00x0300280000010005: 'Z-axis homing failed in cutting mode. Please check if there are any foreign objects in the Z-axis slider and Z-axis synchronous pulley.' + 00x0300280000010007: 'Communication failure between the Cutting Module and toolhead module. Please check if the Cutting module signal cable is loose or broken. It could also be due to a broken force sensor coil.' + 00x0300280000010008: 'Z-axis homing failed. Please check if the blade holder movement is smooth and ensure no foreign objects are at the contact position on the heatbed.' + 00x0300290000010001: 'Vision encoder patterns can not be recognized; possible reasons include vision encoder pattern distortion, light overexposure, and plate misplacement.' + 00x03002A0000010001: 'The left hotend cooling fan speed is too slow or stopped. The fan may be stuck or the connector may not be plugged in properly.' + 00x03002A0000020002: 'The left hotend cooling fan speed is slow. It may be stuck and need cleaning.' + 00x03002B0000020001: 'Air-door calibration failed. Please check if there is any foreign object blocking the damper.' + 00x03002C0000010001: 'Obstacle detected under the heatbed. Please remove it to ensure proper printing.' + 00x03002D0000010006: 'Heated bed leveling failed, possibly due to foreign objects on the bed or bed tilt. Continuing to print may damage the build plate. Please remove any debris or manually level the bed before retrying.' + 00x03002E0000030001: 'The motor noise cancellation data needs to be updated; please recalibrate.' + 00x0300310000010001: 'The Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300310000020002: 'The Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000010001: 'The Auxiliary Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300320000010002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000020002: 'The Auxiliary Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300330000010001: 'The Chamber Exhaust Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300330000020002: 'The Chamber Exhaust Fan speed is slow. It may be stuck and need cleaning.' + 00x0300350000010001: 'The MC module cooling fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300350000020002: 'The MC module cooling fan speed is slow. It may be stuck and need cleaning.' + 00x0300360000010001: 'The Chamber Heat Circulation Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300360000020002: 'The Chamber Heat Circulation Fan speed is slow. It may be stuck and need cleaning.' + 00x0300390000010001: 'The External Fan on the Toolhead is running too slowly or has stopped, possibly due to debris blockage or a loose connector.' + 00x0300390000020002: 'The External Fan on the Toolhead is running at a low speed, possibly due to debris buildup.' + 00x03003A0000010001: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x03003A0000020002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300400000020001: 'La trasmissione dei dati sulla porta seriale è anomala; il sistema software potrebbe essere difettoso.' + 00x0300410000010001: 'La tensione del sistema è instabile; è attiva la funzione di protezione dall’interruzione di corrente.' + 00x0300420000010001: 'Toolhead power abnormality detected; it may be caused by a damaged TH board or a short circuit in the USB-C cable.' + 00x0300900000010001: 'Chamber heating failed. The heater may not be blowing hot air.' + 00x0300900000010002: 'Chamber heating failed. Possible causes: the chamber is not fully enclosed, ambient temperature is too low, or the power supply heat dissipation vent is blocked.' + 00x0300900000010003: 'Chamber heating failed. The power supply temperature may be too high.' + 00x0300900000010004: 'Chamber heating failed. The speed of the heating fan is too low.' + 00x0300900000010005: 'Chamber heating failed. The thermal resistance is too high.' + 00x0300900000010006: 'Chamber heating failed. The air duct could not switch to chamber temperature heating mode.' + 00x0300900000010007: 'High chamber temperature detected. If the hotend is overheating or emitting smoke, immediately power off the printer. Please refer to the Wiki for detailed troubleshooting instructions.' + 00x0300900000010010: 'The communication of chamber temperature controller is abnormal.' + 00x0300910000010001: 'The temperature of chamber heater %s is abnormal. The heater may have a short circuit.' + 00x0300910000010002: 'The temperature of chamber heater 1 is abnormal. The heater may have an open circuit or the thermal fuse may have burned out.' + 00x0300910000010003: 'The temperature of chamber heater %s is abnormal. The heater is over temperature.' + 00x0300910000010006: 'The temperature of chamber heater %s is abnormal. The sensor may have a short circuit.' + 00x0300910000010007: 'The temperature of chamber heater %s is abnormal. The sensor may have an open circuit.' + 00x0300910000010008: 'The chamber heater failed to reach the target temperature.' + 00x030091000001000A: 'The temperature of chamber heater %s is abnormal. The AC board may be broken.' + 00x030091000001000C: 'The chamber heater 1 has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030091000001000E: 'The power supply voltage does not match the machine; chamber heater 1 has been disabled.' + 00x0300920000010002: 'The temperature of chamber heater 2 is abnormal. The heater may have an open circuit or the thermal fuse may be in effect.' + 00x0300920000010008: 'Chamber heater 2 failed to rise to target temperature.' + 00x0300930000010001: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have a short circuit.' + 00x0300930000010002: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have an open circuit.' + 00x0300930000010003: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have a short circuit.' + 00x0300930000010004: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have an open circuit.' + 00x0300930000010005: 'Chamber temperature is abnormal. The chamber temperature sensor may have a short circuit.' + 00x0300930000010006: 'Chamber temperature is abnormal. The chamber temperature sensor at the air inlet may have an open circuit.' + 00x0300930000010007: 'Chamber temperature is abnormal. The temperature sensor at the power supply may have a short circuit.' + 00x0300930000010008: 'Chamber temperature is abnormal. The temperature sensor at power supply may have an open circuit.' + 00x0300940000020003: 'Chamber failed to reach the desired temperature. The machine will stop waiting for the chamber temperature.' + 00x0300940000030001: 'Chamber cooling may be too slow. You can open the front door or top cover to help cooling if the air in the chamber is non-toxic.' + 00x0300940000030002: 'Chamber temperature setting value exceed the limit, the boundary value will be set.' + 00x0300950000010001: 'The temperature sensor of the Laser Module may have a short circuit.' + 00x0300950000010002: 'The temperature sensor of the Laser Module may have an open circuit.' + 00x0300950000010003: 'Laser Module overheating' + 00x0300950000010004: 'The speed of the Laser Module cooling fan is too low or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300950000010005: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010006: 'Laser Module not detected: the module may have fallen off, or the quick-release lever may not be locked.' + 00x0300950000010007: 'The engraving laser module is abnormal; the laser may have an open circuit or may be damaged.' + 00x0300950000010008: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010009: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor is short-circuited.' + 00x030095000001000A: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor has an open circuit.' + 00x0300960000010001: 'The front door seems to be open; the task has been paused.' + 00x0300960000010002: 'The front door Hall sensor (Upper) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010003: 'The front door Hall sensor (Lower) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010004: 'The Front Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300960000030001: 'The front door is open.' + 00x0300970000010001: 'The top cover seems to be open; the task has been paused' + 00x0300970000010002: 'The top cover Hall sensor (Front Right) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010003: 'The top cover Hall sensor (Rear Left) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010004: 'The Top Laser Protection Plate is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300970000030001: 'The top cover is open.' + 00x0300980000010001: 'The left side window seems to be open, the task has been paused.' + 00x0300980000010002: 'The left side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010003: 'The left side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010004: 'The Left Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300980000030001: 'The left side window seems to be open.' + 00x0300990000010001: 'The right side window seems to be open; the task has been paused.' + 00x0300990000010002: 'The right side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010003: 'The right side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010004: 'The Right Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300990000030001: 'The right side window is detected to be open.' + 00x03009B0000010001: 'Emergency stop button is not installed. Please follow the Wiki to install it.' + 00x03009B0000010002: 'Safety key is not inserted. Please follow the Wiki to install it.' + 00x03009B0000010003: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x03009C0000010001: 'The Air Pump is not detected. Please check whether the connector is plugged in properly.' + 00x03009C0000010002: 'The Air Pump is abnormal and may be damaged.' + 00x03009D0000020001: 'The engrave laser focal point XY calibration has failed. Please clean up the Laser Homing Area on the Laser Platform, and re-run the Laser Module Mount Calibration.' + 00x03009D0000020002: 'The engrave laser focal point XY calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup.' + 00x03009D0000020003: 'The engrave laser focal point Z calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup. If it fails repeatedly, please get in touch with customer support.' + 00x03009E0000030001: 'Open Door Detection level for this print job will be set as ' + 00x0300A10000010001: 'Chamber temperature is too high. Please open the top cover and front door to cool down, or lower the ambient temperature.' + 00x0300A10000020002: 'The ambient temperature is too high. Please lower the temperature, as excessive heat may cause the print to pause.' + 00x0300A20000010001: 'MC module temperature is too high, possibly because of high chamber temperature of the printer. You can try lowering the environmental temperature before use.' + 00x0300A40000010001: 'Heatbed temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010002: 'Hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010003: 'The left hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010004: 'Chamber temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010005: 'The heatbed temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A40000010008: 'The chamber temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A50000010001: 'Flame Sensor %s is abnormal. The sensor may be short-circuited.' + 00x0300A60000010001: 'The Toolhead Enhanced Cooling Fan is not properly installed; it may not be securely fastened or may have fallen off.' + 00x0300A60000010002: 'The Toolhead Enhanced Cooling Fan has lost communication; please check the connector.' + 00x0300A70000030001: 'The chamber temperature is high, and the system has increased the fan speed, which may cause more noise. It''s recommended to lower the room temperature or open the front door/top cover to help cool it down.' + 00x0300A80000010001: 'AMS power supply abnormality, possibly due to AMS damage or a short circuit in the AMS interface, or too many AMS connections. Please check if it is correctly connected.' + 00x0300AB0000010001: 'The right hotend heatbreak temperature is too high, which may cause clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020002: 'The right hotend heatbreak temperature is relatively high, which may cause nozzle clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020003: 'The temperature sensor on the right hotend heatbreak is abnormal. To prevent nozzle clogs, the cooling fan will continue running at high speed. You can troubleshoot the sensor issue when the print is idle.' + 00x0300C00000010001: 'Active Chamber Exhaust air door malfunction: it may be stuck.' + 00x0300C00000010002: 'Filter Switch Flap air door malfunction: it may be stuck.' + 00x0300C00000010003: 'Automatic Top Vent air door malfunction: it may be stuck.' + 00x0300C10000010001: 'Airflow System failed to activate cooling mode; please check the air door status.' + 00x0300C10000010002: 'Airflow System failed to activate heating mode; please check the air door status.' + 00x0300C10000010003: 'Airflow System failed to activate laser mode; please check the air door status.' + 00x0300C10000010004: 'Airflow System failed to activate strong cooling mode; please check the air door status.' + 00x0300C20000010001: 'Hall sensor of Active Chamber Exhaust malfunction: please check if the wiring is loose.' + 00x0300C20000010002: 'Hall sensor of Filter Switch Flap malfunction: please check if the wiring is loose.' + 00x0300C30000010001: 'Current sensor of Active Chamber Exhaust malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010002: 'Current sensor of Filter Switch Flap malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010003: 'Current sensor of Automatic Top Vent malfunction: this may be due to open circuit or a hardware sampling circuit fault.' + 00x0300D00000010001: 'The cutting module base has fallen off; please reinstall it.' + 00x0300D00000010002: 'The blade holder has fallen off; please reinstall it.' + 00x0300D00000010003: 'The cutting module cable has come loose; please check the cable connection.' + 00x0300D10000010001: 'Fire extinguisher motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D10000010002: 'Fire extinguisher motor error. Please power off and then power on to restart the extinguisher.' + 00x0300D10000010003: 'The resistance of the fire extinguisher motor is abnormal; the motor may have failed.' + 00x0300D30000020001: 'Fire extinguisher not detected. Please ensure the signal cable is securely connected and the plug is fully inserted.' + 00x0300D40000010002: 'The fire extinguisher presence detection sensor is malfunctioning. Please check if the sensor cable is loose or damaged.' + 00x0300D40000010003: 'Fire Extinguisher Cylinder presence detection sensor is short-circuited. Please check the sensor connection.' + 00x0300D50000020004: 'Fire extinguisher cylinder not installed. Please confirm on the extinguisher page.' + 00x0300D50000020005: 'The Fire Extinguisher Gas Cylinder is empty. Please replace the gas cylinder and then confirm the replacement on the Auto Fire Extinguishing System page.' + 00x0300D50000030004: 'Gas cylinder of the fire extinguisher is not installed.' + 00x0300D60000010006: 'Fire extinguisher motor reset failed. Please power off and then power on to restart the extinguisher.' + 00x0300D60000010007: 'The fire extinguisher motor reset is jammed. Please gently turn the emergency handwheel left and right until the resistance decreases. Then, power off the fire extinguisher and turn it back on.' + 00x0300D70000020001: 'Laser fourth axis is not connected' + 00x0300D80000010001: 'Laser fourth axis motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D80000010002: 'Laser fourth axis motor error. Please power off and then power on to restart the laser fourth axis.' + 00x0300D90000020001: 'Communication error between the laser fourth axis motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300DA0000020001: 'Laser module detected. Please remove the hotend from the hotend rack to prevent laser processing debris from affecting printing performance.' + 00x0300DB0000020001: 'Laser module detected. Please install the right nozzle correctly to ensure proper Laser Module Mounting Calibration.' + 00x0300E00000010001: 'Hotend holder motor is disconnected or has an open-circuit fault. Please check the motor''s flat cable connection.' + 00x0300E00000010002: 'Inter-phase short circuit on hotend holder motor. If restarting doesn''t resolve the issue, please contact support.' + 00x0300E00000010003: 'Hotend holder motor has abnormal or unbalanced three-phase resistance. If restarting doesn''t help, please contact support.' + 00x0300E00000010004: 'Hotend holder motor is stalled. Please check for foreign objects or collisions with the toolhead.' + 00x0300E10000010001: 'Current sensor fault on hotend holder motor. This may be caused by a sampling circuit failure. If restarting the printer doesn''t resolve the issue, please contact customer support.' + 00x0300E20000020001: 'Communication error between the hotend holder motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300E30000010001: 'The MOS tubes of the Hotend Holder motor drive board are short-circuited. If restarting the printer does not resolve the problem, please contact customer support.' + 00x0300E30000010002: 'MC communication with hotend holder motor driver failed. Please check if the connection cable is properly plugged in.' + 00x050001000001000A: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' 00x0500010000020001: 'l’infrastruttura cavi dei dispositivi media non funziona correttamente.' 00x0500010000020002: 'La telecamera USB non è connessa.' 00x0500010000020003: 'La telecamera USB non funziona correttamente.' 00x0500010000030004: 'Spazio insufficente nella SD Card.' 00x0500010000030005: 'Errore nella SD Card.' 00x0500010000030006: 'SD Card non formattata.' + 00x0500010000030007: 'Unable to record time-lapse photography without USB flash drive inserted.' 00x0500020000020001: 'Impossibile connettersi a Internet, controllare la connessione di rete.' - 00x0500020000020005: 'Impossibile connettersi a Internet, controllare la connessione di rete.' 00x0500020000020002: 'Impossibile connettersi al dispositivo.' + 00x0500020000020003: 'Failed to connect to the internet; please check the network connection.' 00x0500020000020004: 'Utente Non Autorizzato.' + 00x0500020000020005: 'Impossibile connettersi a Internet, controllare la connessione di rete.' 00x0500020000020006: 'Il servizio di Vista dal vivo non funziona correttamente.' - + 00x0500020000020007: 'Liveview service login failed; please check your network connection.' + 00x0500020000020008: 'Time synchronization failed' 00x0500030000010001: 'Il modulo MC non funziona correttamente. Riavviare il dispositivo.' 00x0500030000010002: 'Il gruppo di estrusione non funziona correttamente. Riavviare il dispositivo.' 00x0500030000010003: 'L’AMS non funziona correttamente. Riavviare il dispositivo.' + 00x0500030000010004: 'The Filament Buffer module is malfunctioning. Please restart the device.' + 00x0500030000010005: 'Internal service is malfunctioning. Please restart the device.' + 00x0500030000010006: 'A system panic occurred. Please restart the device.' + 00x0500030000010007: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x0500030000010008: 'A system hang occurred. Please restart the device.' + 00x0500030000010009: 'A system hang occurred. It has been recovered by automatic restart.' 00x050003000001000A: 'Lo stato del sistema è anormale. Ripristinare le impostazioni di fabbrica.' 00x050003000001000B: 'Lo schermo non funziona correttamente.' + 00x050003000001000C: 'The MC motor controller module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000D: 'The induction hotend rack is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000E: 'Some external modules are incompatible with the printer''s firmware version, which may affect normal operation. Please go to the ' + 00x0500030000010021: 'Hardware incompatible; please check the Toolhead Camera.' + 00x0500030000010023: 'The Chamber Temperature Control module is malfunctioning. Please restart the device.' + 00x0500030000010024: 'The current temperature is too low. In order to protect you and your printer, printing tasks, moving an axis and other operations are disabled. Please move the printer to an environment above 10 degrees Celsius.' + 00x0500030000010025: 'The current firmware is abnormal. Please update again.' + 00x0500030000010026: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' 00x050003000002000C: 'Errore Hardware Wireless: Spengere e riaccendere il Wi-Fi o riavviare il dispositivo.' + 00x050003000002000D: 'The SD Card controller is malfunctioning.' + 00x050003000002000E: 'Some modules are incompatible with the printer''s firmware version, which may affect use. Please go to the ' + 00x0500030000020020: 'USB flash drive capacity is insufficient to cache print files.' + 00x0500030000020055: 'User information has expired, please log in again.' + 00x0500030000030022: 'MicroSD Card performance degradation has been detected. It may affect print jobs, logs, and video records. Please format or change the MicroSD card.' 00x0500040000010001: 'Impossibile scaricare il lavoro di stampa. Controllare la connessione di rete.' 00x0500040000010002: 'Impossibile leggerer lo stato di stampa. Controllare la connessione di rete.' 00x0500040000010003: 'Il contenuto del file di stampa non è leggibile. Inviare nuovamente il lavoro di stampa.' 00x0500040000010004: 'Il lavoro di stampa NON è autorizzato.' 00x0500040000010006: 'Impossibile riprendere la stampa precedente.' - + 00x0500040000010044: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500040000010046: 'The firmware of Laser Module does not match the printer. Please upgrade it on the ' + 00x0500040000010047: 'The firmware of Air Pump does not match the printer. Please upgrade it on the ' + 00x0500040000010048: 'The firmware of Cutting Module does not match the printer. Please upgrade it on the ' + 00x050004000001004F: 'Unknown module detected, please try updating the firmware to the latest version.' + 00x0500040000010051: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x0500040000010052: 'Safety Key is not inserted. Please follow the Wiki to install it.' 00x0500040000020007: 'La temperatura del piano scaldante supera la temperatura di vetrificazione del filamento e può causare l’intasamento dell’ugello.' + 00x0500040000020010: 'The RFID-tag on AMS %s Slot %s cannot be identified.' + 00x0500040000020030: 'The BirdsEye Camera is not installed. Please power off printer and then install the camera.' + 00x0500040000020031: 'Before using a Laser/Cutting Module, the pose of the BirdsEye Camera needs to be determined. Please complete the setup to calibrate the camera.' + 00x0500040000020032: 'Please slide in Laser Module and lock the quick-release lever.' + 00x0500040000020033: 'Please plug in the module connector.' + 00x0500040000020034: 'Laser module detected for the first time. Complete the setup (~4 min) before use for precise cutting and engraving. Also, ensure the H2.0 screw at the back securing the air pump is removed.' + 00x0500040000020035: 'The Laser Module needs calibration to get the focus position. Please perform mounting calibration before use. (about 2 minutes)' + 00x0500040000020036: 'New Cutting Module connected. To ensure more precise cutting, please set it up before use. (about 3 minutes)' + 00x0500040000020037: 'The Cutting Module needs calibration to get the tool position. Please perform the mounting calibration before use. (about 2-4 minutes)' + 00x0500040000020038: 'Please slide in cutting module and fasten the quick release lever. If already installed, the module might not be properly aligned. Please try reinstalling it.' + 00x0500040000020039: 'Please plug in the module connector' + 00x0500040000020041: 'The laser module has been used for a long time. Please clean it promptly to avoid affecting laser processing.' + 00x0500040000020042: 'The Live View Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020043: 'The Toolhead Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020050: 'Laser Safety Window is not installed.' + 00x0500040000030008: 'The door seems to be open.' + 00x0500040000030009: 'The bed temperature exceeds filament''s vitrification temperature, which may cause nozzle clog. Please keep the front door of the printer open. Door open detection has been temporarily turned off.' + 00x0500040000030054: 'Auto Fire Extinguishing System detected. It is recommended to conduct a Fire Drill to become familiar with the operation process.' + 00x0500040000030057: 'The print job has been completed. Automatic air purification is in progress.' + 00x0500050000010001: 'The factory data of the AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010006: 'The factory data of AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010007: 'MQTT Command verification failed. Please update Studio (including the network plugin) or Handy to the latest version, then restart the software and try again.' + 00x050005000001000D: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' + 00x050005000001000E: 'Laser Module firmware does not match the printer. Please upgrade it on the ' + 00x050005000001000F: 'The accessory firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010010: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500050000010011: 'The Air Pump firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010012: 'The Cutting Module firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010013: 'Laser module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010014: 'AMS %s certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010015: 'Air Pump certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010016: 'Cutting module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010018: 'Laser Fourth Axis module certification failed. Please reconnect the module cable or restart the printer.' + 00x0500050000010019: 'Fire Extinguisher module certification failed. Please reconnect the module cable or restart the printer.' + 00x050005000001001A: 'Filament Track Switch certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010020: 'Hotend %s authentication failed. Please switch the hotend or restart the printer.' + 00x0500050000010021: 'Time-lapse kit authentication failed. Please reconnect the cable or restart the printer.' + 00x0500050000010022: 'The External Exhaust Fan certification failed. Please restart the printer or reconnect the fan cable.' + 00x0500050000020023: 'A new version of the Timelapse Kit is available. Please connect to CyberBrick App to update this accessory separately.' + 00x0500050000030002: 'The device is in the engineering state; please pay attention to information security related matters.' + 00x0500060000020001: 'The Toolhead Camera is not in place; please check the hardware connection.' + 00x0500060000020002: 'The Nozzle Camera is not in place; please check the hardware connection.' + 00x0500060000020003: 'BirdsEye Camera is not in place; please check the hardware connection' + 00x0500060000020004: 'The Live View camera is not in place; please check the hardware connection.' + 00x0500060000020031: 'ToolHead Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020032: 'Nozzle Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020033: 'BirdsEye Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020034: 'Live View camera is not connected. Please check the hardware and cable connections.' + 00x05001A0000010001: 'The feeder module is offline. Please check if the feeder module connection cable is loose.' + 00x05001A0000010002: 'A feeder module replacement is detected. Please ensure that the corresponding extrusion gear and nozzle have been replaced, and manually update the nozzle type in the printer.' + 00x0500400000010039: 'Laser module Serial Number error' + 00x0500400000010040: 'Cutting module Serial Number error' + 00x0501040000030002: 'Threaded rods need lubrication now.' + 00x0501040000030003: 'Linear rods need cleaning and lubrication now.' + 00x0501040000030004: 'Please clean and lubricate the X-axis linear rail and YZ-axis linear rods.' + 00x0501040000030005: 'Please clean and lubricate the Induction Hotend Latch and the linear rods of the Hotend Change System.' + 00x0501040000030006: 'The Induction Hotend Latch may be worn. To ensure proper induction hotend switching, please replace the Induction Hotend Latch and clean the rods of Induction Hotend Rack.' + 00x0501040000030010: 'Laser module is dusty and needs cleaning now.' + 00x0580040000010045: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010010: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010017: 'AMS-HT %s certification failed. Please reconnect the cable or restart the printer.' 00x0700010000010001: 'Il servo motore dell’AMS%s è slittato. La ruota di trascinamento potrebbe essere consumata, oppure il filamento potrebbe essere troppo sottile.' 00x0700010000010003: 'Il controllo di coppia del servo motore dell’AMS%s non funziona correttamente. Il sensore di corrente potrebbe essere difettoso.' 00x0700010000010004: 'Il controllo della velocità del servo motore dell’AMS%s non funziona correttamente. Il sensore di velocità potrebbe essere difettoso.' + 00x0700010000010005: 'AMS %s The current sensor of assist motor may be faulty.' + 00x0700010000010011: 'AMS %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700010000020002: 'Il servo motore dell’AMS%s è sovraccarico, il filamento potrebbe essere aggrovigliato o bloccato.' + 00x0700010000020006: 'AMS %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020007: 'AMS %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020008: 'AMS %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x0700010000020009: 'AMS %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x0700010000020010: 'AMS %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x0700010000020011: 'AMS %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700020000010001: 'Errore di velocità e lunghezza del filamento dell’AMS%s. L’odometria del filamento potrebbe essere difettosa.' + 00x0700020000020002: 'AMS %s The odometer has no signal. The odometer connector may have poor contact.' + 00x0700020000020003: 'AMS %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' 00x0700100000010001: 'Il motore dell’AMS%s - Slot%s è slittato. Il meccanismo di estrusione potrebbe non funzionare correttamente o il filamento potrebbe essere troppo sottile.' 00x0700100000010003: 'Il controllo di coppia dell’AMS%s - Slot%s non funziona correttamente. Il sensore di corrente potrebbe essere difettoso.' 00x0700100000020002: 'Il motore dell’AMS%s - Slot%s è in sovraccarico.Il filamento potrebbe essere aggrovigliato o bloccato.' + 00x0700100000020004: 'AMS %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000010081: 'Failed to read the filament information from AMS %s slot %s. The AMS main board may be malfunctioning.' + 00x0700200000010082: 'Failed to read the filament information from AMS %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x0700200000010083: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged.' + 00x0700200000010084: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x0700200000010085: 'Failed to read the filament information from AMS %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x0700200000010086: 'Failed to read the filament information from AMS %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' 00x0700200000020001: 'Il filamento nell’AMS%s - Slot%s è terminato.' - - 00x1200200000020001: 'Il filamento nell’AMS%s - Slot%s è terminato.' 00x0700200000020002: 'L’AMS%s - Slot%s è vuoto.' 00x0700200000020003: 'Il filamento nell’AMS%s - Slot%s potrebbe essersi rotto all’interno dell’AMS.' 00x0700200000020004: 'Il filamento nell’AMS%s - Slot%s potrebbe essersi rotto nella testa di stampa.' 00x0700200000020005: 'Il filamento nell’AMS%s - Slot%s è finito e lo spurgo è avvenuto in modo anomalo; verificare se il filamento è bloccato nella testa di stampa.' + 00x0700200000020006: 'AMS %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x0700200000020007: 'AMS %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x0700200000020008: 'AMS %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x0700200000020009: 'Failed to extrude AMS %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x070020000002000A: 'Failed to adjust the filament position of AMS %s slot %s. The filament or buffer may be stuck.' + 00x0700200000020010: 'AMS %s slot %s feeds filament out of AMS timeout.' + 00x0700200000020011: 'AMS %s slot %s pulls filament back to AMS timeout.' + 00x0700200000020012: 'AMS %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x0700200000020013: 'AMS %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000020014: 'AMS %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x0700200000020015: 'AMS %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x0700200000020016: 'AMS %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x0700200000020017: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x0700200000020018: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x0700200000020019: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x0700200000020020: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x0700200000020021: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x0700200000020022: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x0700200000020023: 'AMS %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x0700200000020024: 'AMS %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x0700200000020025: 'AMS %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x0700200000020026: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x0700200000020027: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' 00x0700200000030001: 'Il filamento nell’AMS%s - Slot%s è finito. Attendere mentre il filamento vecchio viene eliminato.' 00x0700200000030002: 'Il filamento nell’AMS%s - Slot%s è finito, il sitema è passato automaticamente ad un altro slot contenente lo stesso filamento.' + 00x0700250000020001: 'AMS %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x0700260000020001: 'The induction hotend is heating up, and the drying power of AMS %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x0700300000010001: 'The AMS %s RFID 1 board has an error.' + 00x0700300000010004: 'Encryption chip failure' + 00x0700300000020002: 'The RFID-tag on AMS %s slot %s is damaged, or its content cannot be identified.' + 00x0700300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x0700350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x0700350000010002: 'AMS %s The humidity sensor is disconnected, which may be due to poor connector contact.' 00x0700400000020001: 'Il segnale del buffer del filamento è andato perso, il cavo o il sensore di posizione potrebbero non funzionare correttamente.' 00x0700400000020002: 'Il segnale di posizione del buffer del filamento riporta errori, Il sensore di posizione potrebbe non funzionare correttamente.' 00x0700400000020003: 'La comunicazione con l’hub AMS è anomala, il cavo potrebbe non essere ben collegato.' 00x0700400000020004: 'Il segnale del buffer di posizione del filamento è anomalo,la molla potrebbe essere bloccata o il filamento potrebbe essere aggrovigliato.' - 00x0700450000020001: 'Il sensore del tagliafilo non funziona correttamente. Il sensore potrebbe essere scollegato o danneggiato.' 00x0700450000020002: 'la distanza di taglio del tagliafilo è troppo ampia. Il motore XY potrebbe perdere dei passi.' 00x0700450000020003: 'La leva del tagliafilo non è tornata in posizione corretta. La leva o la lama possono essersi bloccate.' - 00x0700510000030001: 'L’AMS è disattivato; Caricare il filamento dalla postazione esterna.' 00x0700500000020001: 'La comunicazione dell’AMS%s è anomala, verificare il cavo di connessione.' + 00x0700510000030001: 'L’AMS è disattivato; Caricare il filamento dalla postazione esterna.' + 00x0700550000010002: 'The PTFE tube is incorrectly connected between the toolhead and the buffer. Please connect the buffer''s top to the right extruder and the bottom to the left extruder.' + 00x0700550000010003: 'AMS %s was detected offline during the AMS initialization process.' + 00x0700550000010004: 'The binding between AMS %s and the extruder is incorrect. Please run the AMS Setup.' + 00x0700550000020001: 'A new AMS detected. Please set it up to check which extruder the AMS is connected to.' + 00x0700560000030001: 'AMS %s is undergoing dry cooling; please wait for it to cool down before operating.' 00x0700600000020001: 'L’AMS%s - Slot%s è sovraccarico. Il filamento potrebbe essersi aggrovigliato o la bobina potrebbe essere bloccata.' - 00x1200100000020002: 'Il motore dell’AMS%s - Slot%s è sovraccarico. Il filamento potrebbe essersi aggrovigliato o bloccato.' - 00x1200800000020001: 'Il filamento nell’AMS%s - Slot%s potrebbe essersi aggrovigliato o bloccato.' + 00x0700700000020001: 'Failed to pull out the AMS %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x0700700000020002: 'Failed to feed the AMS %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020003: 'Failed to extrude the filament. Possible cause: extruder or nozzle clog.' + 00x0700700000020004: 'Failed to pull back the AMS %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020005: 'Failed to feed the AMS %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x0700700000020006: 'Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog.' + 00x0700700000020007: 'AMS %s filament ran out. Please put a new filament into the same slot in AMS %s and resume.' + 00x0700700000020008: 'Failed to get AMS mapping table; please select ' + 00x070070000002000A: 'Failed to get filament-hotend mapping table from the slicing file.' + 00x0700740000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700800000010001: 'AMS %s The current sensor of heater %s is abnormal.' + 00x0700800000010002: 'AMS %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x0700800000010003: 'AMS %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x0700800000010004: 'AMS %s The heater %s is heating abnormally.' + 00x0700860000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700860000010004: 'AMS %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x0700860000020002: 'The AMS has been detected. Please set it up to confirm which side of the Filament Track Switch inlet the AMS is connected to.' + 00x0700860000020003: 'Filament is blocked at the inlet of the filament track switch.' + 00x0700870000020001: 'A filament jam or component damage may have occurred at the Filament Track Switch.' + 00x0700900000010002: 'AMS %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x0700900000010003: 'AMS %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x0700900000010004: 'The current sensor of AMS %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS mainboard.' + 00x0700900000020001: 'AMS %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x0700920000010001: 'AMS %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x0700920000020002: 'AMS %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x0700920000020003: 'The AMS %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x0700940000010001: 'AMS %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x0700940000010002: 'AMS %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x0700960000010001: 'AMS %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x0700960000010003: 'AMS %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x0700960000020002: 'AMS %s Environmental temperature is too low, which will affect the drying capability.' + 00x0700960000020004: 'AMS %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x0700970000030001: 'AMS %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x0700980000020001: 'AMS %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x0700980000020002: 'AMS %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x0700F00000020001: 'Filament and hotend matching failed. Please verify that the hotend in the hotend rack slot %s is correctly installed.' + 00x07FE200000020001: 'External filament of left extruder has run out; please load a new filament.' + 00x07FE200000020002: 'No filament was detected in the left extruder from the external spool; please load the new filament.' + 00x07FE200000020004: 'Please pull the external filament from the left extruder.' + 00x07FE450000020001: 'The left filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FE450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x07FE600000020001: 'External spool connected to left extruder may be tangled or jammed.' + 00x07FE700000020003: 'Please check if the material is coming out of the left nozzle. If not, gently push the material and try to extrude again.' + 00x07FE800000010001: 'The toolhead lift motor works abnormally. Please check whether the connecting cable is loose.' + 00x07FE800000010002: 'The Toolhead Lifting Motor position hall sensor has an open circuit; please check whether the connecting cable is loose.' + 00x07FE800000010003: 'The hall signal of the Toolhead Lifting Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE800000010004: 'The Toolhead Lifting Motor position hall sensor is short-circuited; please check if the Hall sensor is malfunctioning.' + 00x07FE800000010005: 'The extruder''s switching limit angle has drifted significantly. Please check if the flow blocker is jammed or if filament is stuck in the toolhead.' + 00x07FE800000010006: 'The TH board disconnected during the extruder switching process. Please check if the connecting cable is loose.' + 00x07FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x07FE800000020002: 'The position of left hotend is abnormal during printing. Please check whether the flow blocker scratches the printed model.' + 00x07FE800000020003: 'The deviation in the positioning calibration value of the extruder is too large; please recalibrate.' + 00x07FE810000010001: 'The extruder switching motor is working abnormally. Please check whether the connecting cable is loose.' + 00x07FE810000010002: 'The position hall sensor of the Extruder Switching Motor has an open circuit. Please check whether the connecting cable is loose.' + 00x07FE810000010003: 'The hall signal of the Extruder Switching Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE810000010004: 'The position hall sensor of the Extruder Switching Motor has a short circuit; please check if the Hall sensor is malfunctioning.' + 00x07FE810000020001: 'The extruder switching action is abnormal. Please check whether there is something stuck in the toolhead.' + 00x07FEA00000020001: 'The left nozzle cold pulling process has timed out. Please click ' 00x07FF200000020001: 'Il filamento esterno è terminato, caricare un nuovo filamento.' 00x07FF200000020002: 'Non è presente alcun filamento esterno; caricare un nuovo filamento.' + 00x07FF200000020003: 'Filament remains were detected in the PTFE tube between the Auxiliary Extruder and the Toolhead. Please refer to the Wiki for removal instructions.' 00x07FF200000020004: 'Rimuovere il filamento dall’estrusore e riavvolgerlo sulla la bobina.' - - 00x12FF200000020007: 'Non è stato possibile controllare la posizione del filamento nella testa di stampa, premere per ulteriori informazioni.' + 00x07FF200000020008: 'The Auxiliary Extruder failed to unload the filament, possibly due to slippage caused by worn filament. Please pull out the filament manually, cut off the worn section, and try again.' + 00x07FF200000020009: 'Auxiliary extruder feeding failed, possibly due to a clogged filament tube or worn filament, causing the extruder to slip. Please remove the filament, clear the tube, trim the worn section, and try again.' + 00x07FF200000030007: 'Flushing the remaining filament between the Auxiliary Extruder and the Toolhead. Please wait.' + 00x07FF450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FF600000020001: 'External spool may be tangled or jammed.' + 00x07FF700000020003: 'Please check if the filament is coming out of the nozzle. If not, gently push the material and try to extrude again.' + 00x07FF700000020009: 'Failure to feed material from the right extruder to the toolhead may be due to the filament not being gripped by the extruder or a loose PTFE tube between the extruder and the toolhead.' + 00x07FFA00000020001: 'The nozzle cold pull process has timed out. Please click ' + 00x0C00010000010001: 'Il sensore ottico del Micro Lidar è offline.' + 00x0C00010000010003: 'Sincronizzazione Micro Lidar anormale.' + 00x0C00010000010004: 'La lente del Micro Lidar è sporca.' + 00x0C00010000010005: 'Il parametro OTP del Micro Lidar è anormale.' + 00x0C0001000001000A: 'Il LED del Micro Lidar LED potrebbe essere rotto.' + 00x0C0001000001000B: 'Failed to calibrate Micro Lidar. Please make sure the calibration chart is clean and not obscured. Then, run machine calibration again.' + 00x0C00010000010009: 'La lente della telecamera interna è sporca.' + 00x0C0001000002000B: 'Impossibile calibrare il Micro Lidar.' + 00x0C0001000001000F: 'The Live View Camera calibration failed. Please restart the devices or update the firmware.' + 00x0C00010000010010: 'The Live View Camera calibration failed. Please check if the heatbed is clear and ensure the camera image is clear and dirt-free. After these steps, please recalibrate.' + 00x0C00010000010011: 'The Live View Camera calibration failed, please recalibrate. Ensure the build plate is empty, and the camera view is clear and properly oriented. Please contact customer support if repeated failures occur.' + 00x0C00010000010012: 'The Live View Camera calibration failed and the calibration result could not be saved. Please try recalibrating. If calibration fails repeatedly, please contact the customer support team.' + 00x0C00010000010013: 'The Live View Camera calibration failed and the Liveview camera serial number cannot be read. Please contact the customer support team.' + 00x0C00010000010018: 'BirdsEye Camera is not certified, and camera-related functions are invalid.' + 00x0C00010000020002: 'Il sensore ottico del Micro Lidar non funziona correttamente.' + 00x0C00010000020006: 'Il parametro estrinseco del Micro Lidar è anormale.' + 00x0C00010000020007: 'Il parametro del laser Micro Lidar ha subito una deriva.' + 00x0C00010000020008: 'La telecamera interna è offline.' + 00x0C00010000020014: 'Nozzle Camera is malfunctioning. If this issue occurs multiple times during printing, please contact customer support.' + 00x0C00010000020017: 'Nozzle camera lens is dirty, which may affect the AI monitoring functionality. Please clean the surface of the nozzle camera lens as soon as possible.' + 00x0C0001000003000C: 'Nozzle Camera''s temperature is too high, causing the AI detection feature to pause. The feature will automatically resume once the temperature returns to normal.' + 00x0C00020000010001: 'Il Laser non acceso' + 00x0C00020000010005: 'Un nuovo Micro Lidar è stato rilevato.' + 00x0C00020000020002: 'Il fascio Laser è troppo spesso.' + 00x0C00020000020003: 'Il fascio Laser non è sufficientemente luminoso.' + 00x0C00020000020004: 'L’altezza del nozzle sembra essere troppo bassa.' + 00x0C00020000020006: 'L’altezza del nozzle sembra essere troppo alta.' + 00x0C00020000020007: 'The vertical laser is not lit. Please check if it''s covered or hardware connection has a problem.' + 00x0C00020000020008: 'The vertical laser line is too wide. Please check if the heatbed is dirty.' + 00x0C00020000020009: 'The vertical laser is not bright enough at homing position. Please clean or replace the heatbed if this message appears repeatedly.' + 00x0C00030000010009: 'Il modulo di verifica del primo livello è stato riavviato.' + 00x0C0003000001000A: 'Your printer is in factory mode. Please contact Technical Support.' + 00x0C00030000020001: 'La misurazione dell’esposizione dei filamenti non è riuscita.' + 00x0C00030000020002: 'La verifica del primo layer è stata interrotta a causa di dati del Micro Lidar anomali.' + 00x0C00030000020004: 'La verifica del primo layer non è supportata per il lavoro di stampa corrente.' + 00x0C00030000020005: 'Timeout durante la verifica del primo layer.' + 00x0C0003000002000C: 'Non è stato rilevato il QR code del piano di stampa.' + 00x0C0003000002000E: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002000F: 'Parts skipped before first layer inspection; the inspection is not supported for the current print.' + 00x0C00030000020010: 'Foreign objects detected on heatbed; Please check and clean the heatbed.' + 00x0C00030000020011: 'The high-precision nozzle offset calibration failed; please recalibrate.' + 00x0C00030000020012: 'Foreign object detection is not working. The Live View Camera needs calibration. Please tap ' + 00x0C00030000020013: 'Foreign object detection is not working. Please restart the devices or update the firmware.' + 00x0C00030000020014: 'Foreign object detection accuracy has decreased. If this occurs frequently, perform a Live View Camera calibration ("Settings" > "Calibration" on the printer screen). If a laser or cutting module is installed, remove it before proceeding.' + 00x0C00030000020015: 'Foreign object detection is not working. Detected the Live View Camera has been replaced. If a laser or cutting module is installed, please uninstall the module, tap ' + 00x0C00030000020016: 'Foreign object detection is not working and the Live View camera serial number cannot be read. Please contact the customer support team.' + 00x0C00030000020017: 'Laser engraving Z-axis focus calibration failed. Please check if the Laser Test Material (350g paperboard) is properly placed and its surface is clean and intact.' + 00x0C00030000020018: 'Insufficient system memory was detected, and the foreign object detection function was not working. Please restart the devices or update the firmware after the task is completed' + 00x0C00030000020019: 'The Vision Encoder Plate is either not placed or incorrectly placed. Please ensure it is correctly positioned on the heatbed.' + 00x0C0003000002001C: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002001D: 'Foreign object detection is not working, and images cannot be obtained. Please check the live camera connection.' + 00x0C00030000030006: 'I filamenti spurgati si sono accumulati.' + 00x0C00030000030007: 'Possibli difetti nel primo layer.' + 00x0C00030000030008: 'Possibile che si siano creati "spaghetti" di filamento.' + 00x0C0003000003000B: 'Verifica del primo layer.' + 00x0C0003000003000D: 'Detected that the extruder may not be extruding normally. Please check and decide if printing should be stopped.' + 00x0C00030000030010: 'Your printer seems to be printing without extruding.' + 00x0C0003000003001A: 'Foreign object detection did not work, possibly due to manual interruption (e.g., tapping stop or opening the door in laser mode). You can ignore this if that''s the case. Otherwise, try restarting the printer or updating the firmware to restore the function.' + 00x0C0003000003001B: 'Possible spaghetti defects were detected. Please check the print quality and decide if the job should be stopped.' + 00x0C00040000010005: 'BirdsEye Camera malfunction: please contact customer support.' + 00x0C00040000010010: 'Failed to measure material thickness due to laser module malfunction.' + 00x0C00040000010011: 'Failed to measure material thickness: device parameters abnormal; please setup BirdsEye Camera again.' + 00x0C00040000010012: 'Live View Camera data link is abnormal.' + 00x0C00040000010013: 'The exposure parameters of the BirdsEye Camera are not effective; please try again.' + 00x0C00040000010014: 'Cutting Protection Base not detected, which may lead to heatbed damage. Please place it and continue.' + 00x0C00040000010015: 'Laser Protective Insert not detected. Please place it and continue.' + 00x0C00040000010016: 'Quick-release Lever is not locked. Please push it down to secure.' + 00x0C00040000010020: 'The visual marker on the heatbed is damaged, please contact after-sales.' + 00x0C00040000010025: 'The device malfunctioned; please restart.' + 00x0C00040000020002: 'Cutting Platform not detected. Please place the required mat for the task and continue.' + 00x0C00040000020003: 'The Laser Platform is not properly aligned. Please ensure all four corners are aligned with the heatbed.' + 00x0C00040000020004: 'The type of platform is not supported for this task. Please use the correct platform to continue.' + 00x0C00040000020007: 'BirdsEye Camera is setting up. Please clear all objects and remove the mat. Make sure the marker is not obstructed. Meanwhile, clean both the BirdsEye Camera and Toolhead Camera, and remove any foreign objects blocking their view.' + 00x0C00040000020008: 'Material not detected. Please confirm placement and continue.' + 00x0C00040000020017: 'The visual marker was not detected during PrintThenCut; please re-paste the material to the correct position. Meanwhile, please clean the Toolhead Camera to prevent contamination and remove any objects that may obstruct its view.' + 00x0C00040000020018: 'The Cutting Blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Assistant to check if the blade tip is worn.' + 00x0C00040000020019: 'The Birdseye Camera is installed offset. Please refer to the Wiki to reinstall it.' + 00x0C00040000020023: 'Thickness measurement failed, the Toolhead Camera was unable to detect the material surface.' + 00x0C00040000020026: 'Liveview Camera initialization failed, and some AI functions such as Spaghetti Detection will be disabled. Please restart the printer. If the problem persists, please contact customer support.' + 00x0C00040000020029: 'The Laser or Cutting module has not been calibrated. Please calibrate it on the printer first.' + 00x0C00040000020030: 'The rotary engraving accessory is placed incorrectly. Please adjust and reposition it.' + 00x0C00040000030018: 'The Cutting blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Wiki to check if the blade tip is worn.' + 00x0C00040000030024: 'The BirdsEye Camera position is detected to be offset. To ensure engraving accuracy, it is recommended to rerun the BirdsEye Camera Setup.' + 00x0C00040000030026: 'To improve flame detection accuracy, the right chamber light has been automatically turned off.' + 00x0C00040000030028: 'The Cutting Module offset calibration failed, which may result in inaccurate cuts. Please ensure the 80g white printer paper(letter paper thickness) is properly positioned and check whether the cutting blade tip is worn.' + 00x1200100000010001: 'The AMS %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1200100000010003: 'The AMS %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1200100000020002: 'Il motore dell’AMS%s - Slot%s è sovraccarico. Il filamento potrebbe essersi aggrovigliato o bloccato.' + 00x1200200000020001: 'Il filamento nell’AMS%s - Slot%s è terminato.' + 00x1200200000020002: 'AMS %s slot %s is empty; please insert a new filament.' + 00x1200200000020003: 'AMS %s slot %s filament may be broken in the PTFE tube.' + 00x1200200000020004: 'AMS %s slot %s filament may be broken in the tool head.' + 00x1200200000020005: 'AMS %s slot %s filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead.' 00x1200200000020006: 'Non è stato possibile estrudere il filamento dell’AMS%s - Slot%s, l’estrusore potrebbe essere intasato o il filamento potrebbe essere troppo sottile, generando slittamenti del filamento.' + 00x1200200000030001: 'AMS %s slot %s filament has run out. Purging the old filament; please wait.' 00x1200200000030002: 'Il filamento dell’AMS%s - Slot%s è terminato, verrà automaticamente utilizzato un altro slot contenente del filamento identico.' #NOTIFY END #CONTROL + 00x1200300000010001: 'AMS %s slot %s RFID coil is broken or the RF hardware circuit has an error.' + 00x1200300000010004: 'RFID cannot be read because of an encryption chip failure in AMS %s.' + 00x1200300000020002: 'The RFID-tag on AMS %s slot %s is damaged.' + 00x1200300000030003: 'AMS %s slot %s RFID cannot be read because of a structural error.' + 00x1200450000020001: 'The filament cutter sensor is malfunctioning. Please check whether the connector is properly plugged in.' + 00x1200450000020002: 'The filament cutter''s cutting distance is too large. The X motor may lose steps.' + 00x1200500000020001: 'AMS %s communication is abnormal; please check the connection cable.' + 00x1200510000030001: 'AMS is disabled; please load filament from spool holder.' + 00x1200700000010001: 'AMS %s Filament speed and length error: The slot %s filament odometry may be faulty.' + 00x1200800000020001: 'Il filamento nell’AMS%s - Slot%s potrebbe essersi aggrovigliato o bloccato.' + 00x12FF200000020001: 'Filament at the spool holder has run out; please insert a new filament.' + 00x12FF200000020002: 'Filament on the spool holder is empty; please insert a new filament.' + 00x12FF200000020004: 'Please pull the filament on the spool holder out from the extruder.' + 00x12FF200000020005: 'Filament may be broken in the tool head.' + 00x12FF200000020006: 'Failed to extrude the filament; the extruder may be clogged.' + 00x12FF200000020007: 'Non è stato possibile controllare la posizione del filamento nella testa di stampa, premere per ulteriori informazioni.' + 00x12FF200000030007: 'Checking the filament location of all AMS slots, please wait.' + 00x12FF800000020001: 'The filament on the spool holder may be tangled or stuck.' + 00x1800010000010001: 'The AMS-HT %s assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin.' + 00x1800010000010003: 'The AMS-HT %s assist motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800010000010004: 'The AMS-HT %s assist motor speed control is malfunctioning. The speed sensor may be faulty.' + 00x1800010000010005: 'AMS-HT %s The current sensor of assist motor may be faulty.' + 00x1800010000010011: 'AMS-HT %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800010000020002: 'The AMS-HT %s assist motor is overloaded. The filament may be tangled or stuck.' + 00x1800010000020006: 'AMS-HT %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020007: 'AMS-HT %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020008: 'AMS-HT %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x1800010000020009: 'AMS-HT %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x1800010000020010: 'AMS-HT %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x1800010000020011: 'AMS-HT %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800020000010001: 'AMS-HT %s Filament speed and length error: The filament odometry may be faulty.' + 00x1800020000020002: 'AMS-HT %s The odometer has no signal. The odometer connector may have poor contact.' + 00x1800020000020003: 'AMS-HT %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' + 00x1800100000010001: 'The AMS-HT %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1800100000010003: 'The AMS-HT %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800100000020002: 'The AMS-HT %s slot %s motor is overloaded. The filament may be tangled or stuck.' + 00x1800100000020004: 'AMS-HT %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000010081: 'Failed to read the filament information from AMS-HT %s slot %s. The AMS main board may be malfunctioning.' + 00x1800200000010082: 'Failed to read the filament information from AMS-HT %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x1800200000010083: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged.' + 00x1800200000010084: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x1800200000010085: 'Failed to read the filament information from AMS-HT %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x1800200000010086: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' + 00x1800200000020001: 'AMS-HT %s slot %s filament has run out. Please insert a new filament.' + 00x1800200000020002: 'AMS-HT %s slot %s is empty; please insert a new filament.' + 00x1800200000020003: 'AMS-HT %s slot %s''s filament may be broken in AMS-HT.' + 00x1800200000020004: 'AMS-HT %s slot %s filament may be broken in the tool head.' + 00x1800200000020005: 'AMS-HT %s slot %s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' + 00x1800200000020006: 'AMS-HT %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x1800200000020007: 'AMS-HT %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x1800200000020008: 'AMS-HT %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x1800200000020009: 'Failed to extrude AMS-HT %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x180020000002000A: 'Failed to adjust the filament position of AMS-HT %s slot %s. The filament or buffer may be stuck.' + 00x1800200000020010: 'AMS-HT %s slot %s feeds filament out of AMS timeout.' + 00x1800200000020011: 'AMS-HT %s slot %s pulls filament back to AMS timeout.' + 00x1800200000020012: 'AMS-HT %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x1800200000020013: 'AMS-HT %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000020014: 'AMS-HT %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x1800200000020015: 'AMS-HT %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x1800200000020016: 'AMS-HT %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x1800200000020017: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x1800200000020018: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x1800200000020019: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x1800200000020020: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x1800200000020021: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x1800200000020022: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x1800200000020023: 'AMS-HT %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x1800200000020024: 'AMS-HT %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x1800200000020025: 'AMS-HT %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x1800200000020026: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x1800200000020027: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' + 00x1800200000030001: 'AMS-HT %s slot %s filament has run out. Please wait while old filament is purged.' + 00x1800200000030002: 'AMS-HT %s slot %s filament has run out and automatically switched to the slot with the same filament.' + 00x1800240000010007: 'AMS-HT %s door detection is abnormal, the Hall sensor connection may be loose or disconnected.' + 00x1800240000020009: 'AMS-HT %s front cover is open. This may affect the drying performance or cause the filament to absorb moisture.' + 00x1800250000020001: 'AMS-HT %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x1800260000020001: 'The induction hotend is heating up, and the drying power of AMS-HT %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x1800300000010001: 'The AMS-HT %s RFID 1 board has an error.' + 00x1800300000010004: 'Encryption chip failure' + 00x1800300000020002: 'The RFID-tag on AMS-HT %s slot %s is damaged, or its content cannot be identified.' + 00x1800300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x1800350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x1800350000010002: 'AMS-HT %s The humidity sensor is disconnected, which may be due to poor connector contact.' + 00x1800400000020001: 'AMS-HT %s Filament buffer position signal lost: the cable or position sensor may be malfunctioning.' + 00x1800450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x1800450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x1800500000020001: 'AMS-HT %s communication is abnormal; please check the connection cable.' + 00x1800510000030001: 'The AMS is disabled; please load filament from the spool holder.' + 00x1800550000010003: 'AMS-HT %s was detected offline during the AMS initialization process.' + 00x1800550000010004: 'The binding between AMS-HT %s and the extruder is incorrect. Please run the AMS Setup.' + 00x1800550000020001: 'A new AMS-HT detected. Please set it up to check which extruder the AMS-HT is connected to.' + 00x1800560000030001: 'AMS-HT %s is undergoing dry cooling; please wait for it to cool down before operating.' + 00x1800600000020001: 'The AMS-HT %s slot %s is overloaded. The filament may be tangled or the filament buffer may be stuck.' + 00x1800700000020001: 'Failed to pull out the AMS-HT %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x1800700000020002: 'Failed to feed the AMS-HT %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020004: 'Failed to pull back the AMS-HT %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020005: 'Failed to feed the AMS-HT %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x1800700000020007: 'AMS-HT %s filament ran out. Please put a new filament into the same slot in AMS-HT %s and resume.' + 00x1800800000010001: 'AMS-HT %s The current sensor of heater %s is abnormal.' + 00x1800800000010002: 'AMS-HT %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x1800800000010003: 'AMS-HT %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x1800800000010004: 'AMS-HT %s The heater %s is heating abnormally.' + 00x1800860000010004: 'AMS-HT %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x1800900000010002: 'AMS-HT %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x1800900000010003: 'AMS-HT %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x1800900000010004: 'The current sensor of AMS-HT %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS-HT mainboard.' + 00x1800900000020001: 'AMS-HT %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x1800920000010001: 'AMS-HT %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x1800920000020002: 'AMS-HT %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x1800920000020003: 'The AMS-HT %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x1800940000010001: 'AMS-HT %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x1800940000010002: 'AMS-HT %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x1800960000010001: 'AMS-HT %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x1800960000010003: 'AMS-HT %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x1800960000020002: 'AMS-HT %s Environmental temperature is too low, which will affect the drying capability.' + 00x1800960000020004: 'AMS-HT %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x1800970000030001: 'AMS-HT %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x1800980000020001: 'AMS-HT %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x1800980000020002: 'AMS-HT %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x18FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x18FF200000020001: 'External filament has run out; please load a new filament.' + 00x18FF200000020002: 'External filament is missing; please load a new filament.' + 00x18FF200000020004: 'Please pull the external filament from the extruder.' + 00x18FF700000020003: 'Please check if the material is coming out of the right nozzle. If not, gently push the material and try to extrude again.' + 00x1A00010000020001: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has no hotend installed, the corresponding rack slot contains a hotend, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020002: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has a hotend installed, the corresponding rack slot is empty, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020003: 'Error detected before induction hotend replacement: no hotend installed in slot %s on the rack.' + 00x1A00010000020004: 'Error detected before induction hotend replacement: a hotend is already installed in slot %s on the rack. Please remove it before continuing.' + 00x1A00010000020020: 'Abnormal condition detected while nesting the hotend in slot %s: a hotend is already installed. Please remove the existing one before clicking "Continue."' + 00x1A00010000020021: 'Abnormal condition detected while nesting the hotend in slot %s: no hotend detected on the toolhead. Please mount the hotend onto the toolhead before clicking "Continue."' + 00x1A00010000020022: 'Abnormal condition detected while nesting the hotend in slot %s. Please ensure no hotend is mounted on the toolhead and that a hotend is present in slot %s on the rack before clicking "Continue."' + 00x1A00010000020023: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detect the hotend on the toolhead. Please check whether there is any debris on the hotend heatsink surface or if the front magnet has fallen off. If not, recalibrate the induction hotend rack.' + 00x1A00010000020024: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detach the hotend from the toolhead. Please make sure the locking lever is in the released position.' + 00x1A00010000020025: 'Abnormal condition detected while nesting the hotend in slot %s: the hotend has dropped. Please check for excessive filament remaining at the top of the hotend, trim the residue, reinstall the hotend into slot %s on the rack, and then click "Continue."' + 00x1A00010000020026: 'Abnormal condition detected while nesting the hotend in slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020027: 'Abnormal condition detected while nesting the hotend in slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00010000020030: 'Abnormal condition detected while fetching the hotend from slot %s: no hotend found in this position. Please install a hotend in the corresponding slot before clicking "Continue."' + 00x1A00010000020031: 'Abnormal condition detected while fetching the hotend from slot %s: a hotend is already mounted on the toolhead. Please remove the hotend from the toolhead before clicking "Continue."' + 00x1A00010000020032: 'Error detected while fetching the hotend from slot %s: the toolhead failed to detect the hotend on the rack. Please check for any debris in the induction hotend mounting slot on the toolhead. If none is found, recalibrate the induction hotend rack.' + 00x1A00010000020033: 'Error detected while fetching the hotend from slot %s: the rack failed to mount the hotend properly. Please check for excessive filament at the top of the hotend, debris in the contact area between the toolhead and the hotend, or if the locking lever is in the released position. After resolving the issue, click "Continue."' + 00x1A00010000020034: 'Error detected while fetching the hotend from slot %s: the hotend has dropped. Please check for excessive filament or other debris at the top of the hotend, trim or remove it, then reinstall the hotend into slot %s on the rack and click "Continue."' + 00x1A00010000020035: 'Error detected while fetching the hotend from slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020036: 'Error detected while fetching the hotend from slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00100000020001: 'Toolhead XY axis or hotend rack has not finished homing. Hotend replacement cannot proceed.' + 00x1A00110000020002: 'Hotend rack coarse homing failed. Please check for any obstructions.' + 00x1A00110000020003: 'Induction Hotend Rack coarse homing failed due to excessive travel. Please check the timing belt condition.' + 00x1A00120000020001: 'Induction hotend rack calibration failed: camera position calibration error. Please clean any debris from the thermal paper surface at the rear of the build plate and remove residue from the nozzle.' + 00x1A00120000020002: 'Induction hotend rack calibration failed: the white marker on the rack''s induction hotend docking module was not detected. Please refer to the Wiki to check if the marker is damaged or covered by dirt.' + 00x1A00120000020003: 'Induction hotend rack calibration failed: abnormal calibration result. Please refer to the Wiki to check if the rack structure is deformed.' + 00x1A00120000020004: 'Hotend rack height calibration is abnormal. Please check for any foreign objects that may be causing the rack to jam.' + 00x1A00120000020007: 'The hotend rack motion timed out. Please check for any foreign objects or obstructions that may be causing the rack to jam.' + 00x1A00120000020008: 'The hotend rack tool lock rod position is abnormal. Please check for any foreign objects or obstructions that may be causing the lock rod to jam.' + 00x1A00120000020009: 'Induction hotend locking lever or rack lever release mechanism error. Please refer to the Wiki for inspection.' + 00x1A00120000020010: 'The Induction Hotend Rack has not been set up. Please follow the instructions to complete the setup before using its functions.' + 00x1A00120000020011: 'Induction hotend not detected before locking. Please check its installation on the toolhead.' + 00x1A00130000020001: 'The hotend rack is fully occupied. Please remove at least one hotend before proceeding.' + 00x1A00200000020001: 'Power outage occurred during hotend replacement. Please follow the Wiki guide to restore the setup, otherwise printing may fail.' + 00x1A00210000010001: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend back to slot %s on the rack, then move the toolhead to the center of the build plate.' + 00x1A00210000010002: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend from slot %s on the rack back onto the toolhead, then move the toolhead to the center of the build plate.' + 00x1A00210000020001: 'Power loss occurred while fetching/nesting hotend. Check if the hotend is in slot %s on the rack. If not, nest it back to that slot and move the toolhead to the center of the build plate.' + 00x1A00210000020002: 'Power loss occurred while fetching/nesting the hotend. Check if it''s mounted on the toolhead. If not, fetch it from slot %s on the rack, nest it onto the toolhead, and move the toolhead to the center of the build plate.' + 00x1A00E00000010005: 'The Induction Hotend Rack is blocked by an obstacle during homing. Please clear any obstructions from its movement path.' + 00x1A00E00000010006: 'Induction Hotend Rack homing distance is too long. The timing belt may be loose. Please check and tighten.' ctl_top_t_temp_axis: 'Temperature/Movimenti' ctl_top_t_filament: 'Filamento' + ctl_top_t_hello: 'Ciao mondo' ctl_t_part: 'Parte' ctl_t_aux: 'Aux' ctl_t_chamber: 'Camera' @@ -334,11 +1008,11 @@ it-IT: ctl_t_speed_silent: 'Silenzioso' ctl_t_speed_standard: 'Standard' ctl_t_speed_sport: 'Sportivo' - ctl_t_speed_ludicrous: 'Vergognosamente smodato' - ctl_t_extruder: 'Estrusore' - ctl_t_temp_high: 'No superiore a %ld℃' + ctl_t_speed_ludicrous: 'Vergognosamente smodato' + ctl_t_extruder: 'Estrusore' + ctl_t_temp_high: 'No superiore a %ld℃' ctl_t_filament_t_tip: 'Suggerimento' - ctl_t_filament_tip: 'Per lo slot esterno, prima di premere il tasto "Carica", assicurarsi che il filamento sia ben inserito sino in fondo.' + ctl_t_filament_tip: 'Per lo slot esterno, prima di premere il tasto "Carica", assicurarsi che il filamento sia ben inserito sino in fondo.' ctl_t_to_load: 'Per caricare' ctl_t_to_unload: 'Per scaricare' ctl_t_heat_nozzle_temp: 'Scalda il nozzle' @@ -423,7 +1097,7 @@ it-IT: sn: 'SN:' guid_unable_find: 'Non si trovano le impostazioni della stampante?' guide_select_lang: 'Selezionare la lingua di Panda Touch' - guide_ota_not_finished: 'Il processo di aggiornamento OTA non è ancora terminato' + guide_ota_not_finished: 'Il processo di aggiornamento OTA non è ancora terminato' guide_ota_remind: | Utilizzare un computer sulla stessa rete Wi-Fi, che può essere un computer o un dispositivo mobile con un sistema operativo come iOS o Android. Di seguito indicato come “computer”. - Inserire l’indirizzo IP di Panda Touch nel browser del computer per accedere all’interfaccia web, quindi premere sul pulsante “Aggiorna file”. @@ -433,17 +1107,17 @@ it-IT: #GUID END #CLOUD START - tip_about_region: 'Selezionare la Nazione prima di effettuare il Login; la Nazione deve corrispondere a quella del proprio Account BambuLab.' + tip_about_region: 'Selezionare la Nazione prima di effettuare il Login; la Nazione deve corrispondere a quella del proprio Account BambuLab.' tip_del_account: 'È necessario eliminare l’Account? PandaTouch convertirà la stampante collegata a questo Account in modalità locale.' - tip_input_phone: 'Inserire il proprio numero di telefono.' - tip_input_email: 'Inserire il proprio indirizzo email.' + tip_input_phone: 'Inserire il proprio numero di telefono.' + tip_input_email: 'Inserire il proprio indirizzo email.' t_region: 'Regione:' t_account: 'Account:' t_password: 'Codice:' t_region_china: 'Cina' t_region_global: 'Resto del Mondo' - tip_phone_incorrect: 'Inserire un numero telefonico valido' - tip_email_incorrect: 'Inserire una email valida' + tip_phone_incorrect: 'Inserire un numero telefonico valido' + tip_email_incorrect: 'Inserire una email valida' tip_account_not_reg: 'Login non riuscito, questo account non è registrato.' tip_password_incorrect: 'Login non riuscito, verificare la password.' tip_network_error: 'Login non riuscito, verificare la rete.' @@ -468,8 +1142,8 @@ it-IT: Assicurarsi che la stampante sia sulla stessa LAN di Panda Touch. Controllare e inserire nuovamente l’“IP” e/o il “Codice di accesso”. tip_ftp_not_find: 'File non trovato.' - tip_group_printer_cloud_mode: 'La stampante %d: %s è in modalità Cloud.' - tip_group_printer_local_mode: 'La stampante %d: %s è in modalità LAN.' + tip_group_printer_cloud_mode: 'La stampante %d: %s è in modalità Cloud.' + tip_group_printer_local_mode: 'La stampante %d: %s è in modalità LAN.' tip_group_work_in_cloud: 'Il Gruppo di stampanti è in modalità Cloud.' tip_group_work_in_local: 'Il Gruppo di stampanti è in modalità LAN.' #CLOUD END @@ -487,7 +1161,7 @@ it-IT: tip_reprint_printer: 'Si vuole ristampare il file su questa stampante?' tip_waiting_print_finished: 'Interrompere l’attività di stampa in corso prima di avviarne una nuova.' tip_group_connected: 'Il Gruppo di stampanti si è collegato correttamente.' - tip_group_printer_disconnected: 'La stampante %d:%s è disconnessa.' + tip_group_printer_disconnected: 'La stampante %d:%s è disconnessa.' tip_group_printer_connecting: 'La stampante %d:%s si sta connettendo.' tip_group_printer_printing: 'La stampante %d:%s sta stampando.' tip_group_printer_temp_too_high: 'La stampante %d:%s %d ℃.' @@ -499,9 +1173,13 @@ it-IT: tip_group_temp_too_high_confirm: 'Alcune stampanti del Gruppo hanno una temperatura dell’HotEnd superiore a 50 gradi. Lo spengimento a caldo della stampante potrebbe causare dei blocchi. Attendere che il nozzle si raffreddi prima di spengere la stampante. Si desidera continuare comunque adesso?' t_is_printing: 'In stampa' t_is_idle: 'A riposo' + t_table_header_index: 'N.' + t_table_header_device_name: 'Nome dispositivo' + t_table_header_status_task: 'Stato / Attività' + t_table_header_actions_connection: 'Azioni e connessione' tip_enter_group_name: 'Inserire il Nome del Gruppo:' - tip_move_confirm: 'Il Gruppo di stampanti è attualmente in fase di stampa e non può essere spostato.' - tip_always_sleep: 'Questa operazione danneggia lo schermo. Volete comunque continuare?' + tip_move_confirm: 'Il Gruppo di stampanti è attualmente in fase di stampa e non può essere spostato.' + tip_always_sleep: 'Questa operazione danneggia lo schermo. Volete comunque continuare?' tip_bind_power: | Tenere premuto il pulsante Panda PWR finché la luce blu non inizia a lampeggiare, quindi posizionare il Panda Touch contro l'involucro del Panda PWR per collegarlo. @@ -516,7 +1194,7 @@ it-IT: tip_auto_power_off_confirm: 'La stampante si spengerà non appena la stampa sarà ultimata ed il nozzle avrà raggiunto una temperatura inferiore ai 50C.' t_auto_power_off: 'Auto Spengimento:' t_min: 'Min' - t_countdown: 'Spengo tra:' + t_countdown: 'Spengo tra:' t_power: 'Power' tip_know_power: 'Cos’è Panda PWR' tip_add_power: 'Aggiungi Panda PWR' @@ -528,17 +1206,17 @@ it-IT: t_power_wifi: 'Wi-Fi SSID:' t_power_usb_follow: 'La porta USB-1 si attiva con la luce della stampante:' t_usb_config_off: 'Spento' - t_usb_config_on: 'Acceso' - t_must_high: 'Il valore inserito deve essere maggiore di %ld' + t_usb_config_on: 'Acceso' + t_must_high: 'Il valore inserito deve essere maggiore di %ld' t_must_less: 'Il valore inserito deve essere minore di %ld' - t_power_printer_no: 'No.' - tip_confirm_bind_power: 'Accettare la connessione con Panda PWR?' - tip_confirm_unbind_power: 'Si desidera disconnettersi da Panda PWR?' + t_power_printer_no: 'No.' + tip_confirm_bind_power: 'Accettare la connessione con Panda PWR?' + tip_confirm_unbind_power: 'Si desidera disconnettersi da Panda PWR?' t_reset_power_usage: | Azzera - Utilizzo - t_reset_power_usage_print: 'Azzera dati' - tip_confirm_reset_power_usage: 'Si desidera azzerare il contatore dell’energia usata?' + Utilizzo + t_reset_power_usage_print: 'Azzera dati' + tip_confirm_reset_power_usage: 'Si desidera azzerare il contatore dell’energia usata?' t_auto_off: 'Auto spengimento' t_power_off_all: 'Si desidera Spengere TUTTE le stampanti connesse a Panda PWR nel Gruppo?' t_pwr_has_been_bind: 'Questo Panda PWR è collegato alla Stampante %s , è necessario scollegarlo prima di procedere.' @@ -551,25 +1229,34 @@ it-IT: t_history_weight: 'Peso' t_history_only_cloud: 'Supporto solo per la modalità Cloud' t_history_not_find: 'Non trovato' - t_default_directory: 'Directory-Predefinita-Stampante' - t_reboot_take_effect: 'È necessario riavviare lo schermo, continuare?' - t_send_code: 'Invia il Codice' - tip_send_code: 'Inserisci il Codice' - tip_error_code_length: 'La lunghezza del codice dovrebbe essere 6' - tip_error_code: 'Il Codice è inesistente o non più valido; richiedere un nuovo codice di verifica.' - tip_error_send_code: 'L’invio del Codice non è riuscito, si prega di controllare la connessione ad Internet.' - tip_loading_thumbnail: 'Caricamento dei dati dalla stampante. Attendere prego...' - t_sd_enhanced_load_thumbnails: 'Visualizzazione migliorata delle miniature' - tip_enhanced_load_effect: 'Avviare la stampa da una chiavetta USB o premere sul pannello della Scheda SD comporterà un caricamento più lungo e avrà effetto solo dopo aver riavviato; Continuare?' - tip_not_higher: 'Non superiore a %d.' + t_default_directory: 'Directory-Predefinita-Stampante' + t_reboot_take_effect: 'È necessario riavviare lo schermo, continuare?' + t_send_code: 'Invia il Codice' + tip_send_code: 'Inserisci il Codice' + tip_error_code_length: 'La lunghezza del codice dovrebbe essere 6' + tip_error_code: 'Il Codice è inesistente o non più valido; richiedere un nuovo codice di verifica.' + tip_error_send_code: 'L’invio del Codice non è riuscito, si prega di controllare la connessione ad Internet.' + tip_loading_thumbnail: 'Caricamento dei dati dalla stampante. Attendere prego...' + t_sd_enhanced_load_thumbnails: 'Visualizzazione migliorata delle miniature' + tip_enhanced_load_effect: 'Avviare la stampa da una chiavetta USB o premere sul pannello della Scheda SD comporterà un caricamento più lungo e avrà effetto solo dopo aver riavviato; Continuare?' + tip_not_higher: 'Non superiore a %d.' tip_dry_step1: '#%x Passo1:# Rimuovere tutto ciò che si trova sotto o sopra il piatto per evitare collisioni; rimuovere il filamento dalla testa di stampa per evitare il rischio di intasamento.' - tip_dry_step2: '#%x Passo2:# Cliccare sul pulsante “Prepara” per spostare la testa dell’utensile e il piano nella posizione predefinita.' - tip_dry_step3: '#%x Passo3:# Posizionare il filamento sul piano come mostrato in figura. (La chiusura di tutti gli sportelli garantisce un migliore effetto di deidratazione).' - tip_dry_step4: '#%x Passo4:# Selezionare il tipo di filamento, impostare la temperatura del piano e il tempo di deidratazione, quindi fare clic sul pulsante “Avvia Deidratazione”. Nota: Capovolgere il filamento a metà del ciclo di deidratazione garantisce un migliore risultato.' - tip_dry_completed: 'Deidratazione completata.' - tip_dry_not_support: 'Funzione non supportata su A1, A1-mini' + tip_dry_step2: '#%x Passo2:# Cliccare sul pulsante “Prepara” per spostare la testa dell’utensile e il piano nella posizione predefinita.' + tip_dry_step3: '#%x Passo3:# Posizionare il filamento sul piano come mostrato in figura. (La chiusura di tutti gli sportelli garantisce un migliore effetto di deidratazione).' + tip_dry_step4: '#%x Passo4:# Selezionare il tipo di filamento, impostare la temperatura del piano e il tempo di deidratazione, quindi fare clic sul pulsante “Avvia Deidratazione”. Nota: Capovolgere il filamento a metà del ciclo di deidratazione garantisce un migliore risultato.' + tip_ams_dry_stop: 'Sei sicuro di voler interrompere l''asciugatura AMS?' + tip_dry_completed: 'Deidratazione completata.' + tip_dry_not_support: 'Funzione non supportata su A1, A1-mini' tip_dry_printer_printing: 'La stampante è in fase di stampa.' tip_skip_obj_selected: '#ff0000 %d# è selezionato' tip_dry_ing: 'Deidratazione' tip_dry_prepare_ok: 'Prima di fare clic su Avvio, verificare che la testa di stampa sia tornata nella posizione predefinita.' -#NEW ADD END \ No newline at end of file +#NEW ADD END +# AUTO-FILLED MISSING KEYS START + tip_firmware_incompatible: | + Your Bambu machine is running firmware version %s or above + This firmware implements an authentication mechanism that requires Bambu to approve who can send control commands to your machines if you are operating in cloud mode. + To regain full control of your machine using the Panda Touch, please change to LAN-only, developer mode from your stock bambu screen. + Alternately, you can roll back to an earlier firmware version using the bambu handy app. + tip_firmware_incompatible_reduced: 'Modalita sola lettura. Passare a LAN-only developer mode o tornare a una versione precedente del firmware per il controllo completo.' +# AUTO-FILLED MISSING KEYS END diff --git a/Translation/ja-JP/ja-JP.yml b/Translation/ja-JP/ja-JP.yml new file mode 100644 index 0000000..2952aba --- /dev/null +++ b/Translation/ja-JP/ja-JP.yml @@ -0,0 +1,1259 @@ +ja-JP: + lang_name_t: '日本語' + min_time_t_1: '1分' + min_time_t_2: '2分' + min_time_t_3: '3分' + min_time_t_5: '5分' + min_time_t_10: '10分' + min_time_t_15: '15分' + min_time_t_60: '60分' + sleep_time_t_always: '常にオン' + setting_gen_t: '一般' + setting_net_t: 'ネットワーク' + setting_gen_t_dev: 'デバイス:' + setting_gen_t_man: 'メーカー:' + setting_gen_t_lang: '言語:' + setting_gen_t_fw: 'ファームウェア:' + setting_gen_t_slp: '自動スリープ:' + setting_gen_t_readonly: '読み取り専用モード:' + setting_gen_t_wake_on_print: '印刷開始時に復帰' + setting_gen_t_on_while_print: '印刷中はスリープしない' + setting_gen_t_backlight: 'バックライトの明るさ:' + setting_gen_t_reb: '再起動' + setting_gen_t_rst: '初期設定に戻す' +#SETTING PAGE END + +#BUTTONS + btn_cancel: 'キャンセル' + btn_ok: 'OK' + btn_restart: '再起動' + btn_refresh: 'リフレッシュ' + btn_confirm: '確認' + btn_next: '次へ' + btn_back: '戻る' + btn_del: '削除' + btn_scan: 'スキャン' + btn_factory: '工場出荷状態へ戻す' + btn_close: '閉じる' + btn_ignore_all: '全て無視' + btn_load: 'ロード' + btn_unload: 'アンロード' + btn_retry: 'リトライ' + btn_reread: '再読み込み' + btn_abort: '中止' + btn_print: '印刷' + btn_remove: '削除' + btn_stop: '停止' + btn_pause: '一時停止' + btn_resume: '再開' + btn_filament: 'フィラメント' + btn_done: '完了' + btn_stop_all: '全て停止' + btn_format: 'フォーマット' + btn_disconnect: '切断' + btn_edit: '編集' + btn_yes: 'はい' + btn_no: 'いいえ' + btn_reset: 'リセット' + btn_add_printer: 'プリンター追加' + btn_add_group: 'グループ追加' + btn_goto_printers: 'マルチデバイスページへ' + btn_printer_view_list: 'リスト' + btn_printer_view_card: 'カード' + btn_goto_wifi: 'Wi-Fiネットワークへ' + btn_ignore: '無視' + btn_goto_login: 'ログインページへ' + btn_dry: 'dry' + btn_dry_prepare: 'Preparare' + btn_dry_start: 'Start dry' + label_dry_time: '乾燥時間' + label_dry_temp: '温度' + tip_ams_dry_setup: 'AMS乾燥設定' + btn_skip_obj: 'Skip' +#BUTTONS END + set_net_wifi_scaned: 'スキャンされた WiFi' + welcome_tip: '右側のWiFiネットワークを選択してインターネットに接続し、パスワードを入力してください。希望するネットワークが表示されない場合はリフレッシュを押してください。希望するネットワークに接続したら次へを押してください。' + tip_scan_qrcode: 'オンラインマニュアルにアクセスするには、携帯電話でQRコードをスキャンしてください。' + loading: '読み込み中...' + top_wifi_connect: 'WiFi %sに接続中' + top_wifi_connect_fail: 'WiFi: %sに接続失敗' + top_wifi_disconnected: 'WiFi: %sから切断されました' + top_print_connecting: 'プリンタ %d: %s に接続中' + top_print_connected: 'プリンター%d: %sに接続成功' + top_print_connect_fail: 'プリンタ%dへの接続に失敗しました: %s' +#PRINT + panda_touch: 'Panda Touch' + printer_model: 'モデル:' + printer_name: '名前:' + scan_print_t_acescd: 'アクセスコード:' + scan_print_t_ip: 'プリンターIP:' + filament_t_color: 'フィラメントの色:' + filament_t_matrl: 'フィラメントの素材:' + nozzle_t_diameter: 'ノズル径:' + nozzle_t_matrl: 'ノズル素材:' + wifi_c_wait_cancel: 'キャンセル待ち中...' + print_bed_leveling: 'ベッドレベリング' + print_flow_calibration: '流量キャリブレーション' + print_timelapse: 'タイムラプス' + prints_in_sync: 'プリンターと同期中: %d' + start_print_confirm: | + 印刷を開始する前に、次の点に注意してください: + 1. ファイルが選択したプリンター用にスライスされていることを確認してください。 + 2. スライスファイル内のフィラメント設定がAMSスロットにロードされたフィラメントと一致していることを確認してください。 + print_using_ams: 'AMSを使用' + print_ams: 'スプールホルダー' + print_canceled: 'キャンセル' + print_finished: '完成' + print_reprint: '再印刷' + bed_preheating: 'ベッド予熱中' + nozzle_clean: 'ノズル先端掃除中' + bed_auto_leveing: 'オートベッドレベリング' + print_preparing: '印刷の準備中' + print_t: 'プリンター' + print_not_find: 'プリンターが見つかりませんでした。ネットワークを確認し再スキャンしてください。' + filament_unknown: 'フィラメントタイプが不明ですが、このアクションを実行する必要があります。フィラメント情報を編集しますか?' + printer_add_repeat: 'このプリンターはすでにパンダタッチに追加されており、再追加できません。' + printer_has_add: '既に追加済み' + printer_busy: '印刷中' + nozzle_temperature: 'ノズル温度' + bambu_info_readonly: 'バンブーフィラメント情報はRFIDに保存され、読み取り専用です。' + setting_slot_not_sup: '印刷中のスロット情報設定はサポートされていません。' + filament_minimum: '最小' + filament_maximum: '最大' + filament_unknown_type: '不明' +#PRINT +#TIPS + tip_input_optional: '(オプション)' + tip_input_name: '(必須)プリンター名' + tip_input_ip: '(必須)プリンターIP' + tip_input_acescd: '(必須)アクセスコード' + tip_input_sn: '(必須)プリンターSN' + pop_tip_add_dev: 'このプリンター接続をPanda Touchに追加することを確認してください。' + pop_tip_restart: 'Panda Touchを再起動することを確認してください。' + pop_tip_input_password: 'パスワード入力' + pop_tip_factory: '工場出荷時設定に戻すことを確認してください。Panda TouchはWiFi設定と追加されたすべてのプリンターを忘れます。完了すると再起動が行われます。' + new_tip_get_info: 'IP、アクセスコード、SNコードの取得方法。' + pop_tip_print_abort: '現在および以降のアップロードおよび印刷タスクを中止するかどうかを確認してください。' + tip_not_insert_sdcard: 'プリンターにMicroSDカードが挿入されていません。' + tip_not_insert_usb_flash: 'USBフラッシュドライブが挿入されていません。' + tip_not_select_print: 'プリンターが選択されていません。印刷を開始するには、少なくとも1台のプリンターを選択してください。' + tip_remove_refuse: '「切断」されたプリンターのみを削除できます。このプリンターを「切断」に設定してから削除してください。' + tip_remove_confirm: 'このプリンターをPanda Touchから削除することを確認してください。' + tip_master_must: '「マスター」として設定されたプリンターが少なくとも1つ必要です。' + tip_mainly_query: '「マスター」として1台のプリンターのみを設定できます。このプリンターを「マスター」に設定し、古い「マスター」プリンターを「同期」に設定しますか?' + tip_printer_max: 'Panda Touchは現在、最大「%d」台のプリンターに接続をサポートしています。追加のプリンターを制御するには、2番目のPanda Touchユニットを使用できます。' + tip_pause_all: '進行中のすべての印刷を一時停止しますか?' + tip_stop_all: '印刷を停止すると再開できません。進行中のすべての印刷を停止しますか?' + tip_faild_upload: | + ファイルのアップロードに失敗しました。次のことを確認してください: + 1. プリンターがSDカードで正しく接続され、SDカードに十分な容量があることを確認してください。 + 2. USBドライブがPanda Touchにしっかりと固定されていることを確認してください。 + 3. より良いWiFi信号が得られる場所に移動してください。 + 4. クラウドモードの場合、「IP」または「アクセスコード」を確認して再編集してください。 + tip_wifi_disconnected: 'WiFi接続が失われました。十分な信号強度のあるエリアにいることを確認してください。' + tip_wifi_error: '現在のWiFiに接続できませんでした。信号強度と入力したパスワードを確認して再接続してください。' + tip_unload_has_filament: '押出機のスプールホルダーからフィラメントを引き出すか、押出機内でフィラメントが壊れていないかを確認してください。後でAMSを使用する場合は、PTFEチューブをカプラーに接続してください。' + tip_unload_has_filament_l: '押出機のスプールホルダーからフィラメントを引き出すか、押出機内でフィラメントが壊れていないかを確認してください。後でAMSを使用する場合は、PTFEチューブをカプラーに接続し、「リトライ」ボタンをクリックしてください。' + tip_load_no_filament: 'ツールヘッドのフィラメントセンサーが作動するまでスプールホルダーからフィラメントを供給してください。' + tip_load_no_filament_l: 'ツールヘッドのフィラメントセンサーが作動するまでスプールホルダーからフィラメントを供給し、「リトライ」ボタンをクリックしてください。' + tip_load_filament: 'ノズルを観察してください。フィラメントが押し出された場合は「完了」をクリックし、そうでない場合はフィラメントを少し前に押してから「リトライ」をクリックしてください。' + tip_heatbreak_fan: 'ヒートブレイクファンの速度が異常です。' + tip_parsing_gcode: 'gcode.3mfの解析中に問題が発生しました。印刷ジョブを再送信してください。' + tip_nozzle_temp_malf: 'ノズル温度の異常があります。' + tip_front_cover: 'ツールヘッドの前面カバーが外れたため、印刷が一時停止されました。元に戻して、再開アイコンをクリックして印刷ジョブを再開してください。' + tip_filament_runout: 'フィラメントが無くなりました。「フィラメント」で新しいフィラメントをロードし、「再開」をタップして印刷ジョブを再開してください。' + tip_pause_print: '進行中の印刷を一時停止しますか?' + tip_stop_print: '印刷を停止すると、再開できません。進行中の印刷を停止しますか?' + tip_ams_runout: 'AMSフィラメントが無くなりました。AMSに新しいフィラメントを挿入し、「リトライ」ボタンをクリックしてください。' + tip_ams_overload: 'AMS補助モーターが過負荷です。スプールまたはフィラメントが詰まっているかどうかを確認してください。トラブルシューティング後、「リトライ」ボタンをクリックしてください。' + tip_failed_feed: 'フィラメントをツールヘッドに供給できませんでした。フィラメントまたはスプールが詰まっているかどうかを確認してください。トラブルシューティング後、「リトライ」ボタンをクリックしてください。' + tip_failed_pull: '押出機からフィラメントを引き出すことができませんでした。押出機が詰まっていないか、押出機内でフィラメントが壊れていないかを確認してください。トラブルシューティング後、「リトライ」ボタンをクリックしてください。' + tip_failed_extrude: 'フィラメントを押し出すことができませんでした。押出機が詰まっていないか確認してください。トラブルシューティング後、「リトライ」ボタンをクリックしてください。' + tip_failed_feed_outside: 'AMSの外でフィラメントを供給できませんでした。フィラメントの端を平らにクリップし、スプールが詰まっていないかを確認してください。トラブルシューティング後、「リトライ」ボタンをクリックしてください。' + tip_select_model: 'プリンターのモデルを選択してください。' + tip_ams_busy: 'フィラメント情報を読み取れません。AMSがビジー状態です。後でもう一度お試しください。' + tip_ams_reading: 'AMSがフィラメント情報を読み取っています。後でもう一度お試しください。' + tip_ams_tray_empty: 'このトレイは空です。フィラメントを挿入してから再試行してください。' + tip_firmware: 'ファームウェアのリリース履歴と更新方法の説明を表示するには、コードをスキャンしてください。' +#TIPS END +#NOTIFY + notify_center_t: '通知センター' + notify_cnt_t: '通知数:' + notify_remind: 'ソリューションを見るにはコードをスキャンするか、"マスター"プリンターとして設定するには「プリンターに移動」ボタンをクリックしてください。' + notify_remind_go_print: 'プリンターに移動' + notify_unknow_state: 'パンダタッチ不明なステータスコード。' + 00x0300010000010001: 'The heatbed temperature is abnormal; the heater may have a short circuit.' + 00x0300010000010002: 'The heatbed temperature is abnormal; the heater may have an open circuit, or the thermal switch may be open.' + 00x0300010000010003: 'The heatbed temperature is abnormal; the heater is over temperature.' + 00x0300010000010006: 'The heatbed temperature is abnormal; the sensor may have a short circuit.' + 00x0300010000010007: 'ヒートベッド温度が異常です。センサーにオープンサーキットがあるかもしれません。' + 00x0300010000010008: 'An abnormality occurs during the heating process of the heatbed; the heating modules may be broken.' + 00x030001000001000A: 'The heatbed temperature control is abnormal; the AC board may be broken.' + 00x030001000001000C: 'The heatbed has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030001000001000D: 'An abnormality occured in heating modules of heatbed previously. To continue using your printer, please refer to the wiki to troubleshoot.' + 00x030001000001000E: 'The power supply voltage does not match the machine; the heatbed has been disabled.' + 00x030001000002000F: 'The chamber target temperature is set too high, while the heatbed target temperature is set too low. Heatbed cooling has been skipped. It is recommended to set matching chamber and heatbed temperatures.' + 00x0300010000030008: 'The temperature of the heated bed exceeds the limit and automatically adjusts to the limit temperature.' + 00x030001000003000F: 'The chamber temperature is currently high, and the heatbed is cooling down slowly. It is recommended to open the top cover or front door to accelerate the cooling process.' + 00x0300020000010001: 'ノズル温度が異常です。ヒーターが短絡している可能性があります。' + 00x0300020000010002: 'ノズル温度が異常です。ヒーターがオープンサーキットになっている可能性があります。' + 00x0300020000010003: 'ノズル温度が異常です。ヒーターが過熱しています。' + 00x0300020000010004: 'The right nozzle temperature control is abnormal. The hotend might have structural damage.' + 00x0300020000010006: 'ノズル温度が異常です。センサーが短絡している可能性があります。' + 00x0300020000010007: 'ノズル温度が異常です。センサーがオープンサーキットになっている可能性があります。' + 00x0300020000010008: 'The right extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x0300020000010009: 'Nozzle temperature control is abnormal. The hot end may not be installed. To heat the heating assembly without the hotend, enable Maintenance Mode in the settings.' + 00x030002000001000B: 'The right extruder nozzle temperature control is abnormal, possibly due to the hotend not being properly installed or a malfunction of the wireless temperature measurement board.' + 00x0300030000010001: 'ホットエンドファンの速度が低すぎるか停止しています。' + 00x0300030000020002: 'ホットエンドファンの速度が遅いです。' + 00x0300040000020001: 'パート冷却ファンの速度が低すぎるか停止しています。' + 00x0300050000010001: 'The motor driver is overheating. Its radiator may be loose, or its cooling fan may be damaged.' + 00x0300060000010001: 'モーターにオープン回路があります。' + 00x0300060000010002: 'モーターが短絡しています。' + 00x0300060000010003: 'モーターの抵抗が異常です。' + 00x0300090000010001: 'The extruder servo motor has an open circuit. The connection may be loose, or the motor may have failed.' + 00x0300090000010002: 'The extruder servo motor has a short-circuit. It may have failed.' + 00x0300090000010003: 'The resistance of the extruder servo motor is abnormal; the motor may have failed.' + 00x0300090000020001: 'The extrusion motor is overloaded. The extruder may be clogged or the filament may be stuck in the tool head.' + 00x0300090000020002: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead.' + 00x0300090000020003: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip.' + 00x0300090000020004: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead, or the externally mounted filament may be tangled.' + 00x0300090000020005: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip, or the externally mounted filament may be tangled.' + 00x0300090000030007: 'Filament extrusion anomaly detected. Automatically retrying recovery, please wait.' + 00x03000A0000010001: 'ヒートベッドの感度が高すぎます。' + 00x03000A0000010002: 'ヒートベッドの感度が低いです。' + 00x03000A0000010003: 'ヒートベッドの感度が低すぎます。' + 00x03000A0000010004: 'ヒートベッドに何かが接触している可能性があります。' + 00x03000A0000010005: 'ヒートベッドに何かが接触している可能性があります。' + 00x03000D0000010003: 'ビルドプレートが正しく配置されていません。調整してください。' + 00x03000D0000010004: 'ビルドプレートが正しく配置されていません。調整してください。' + 00x03000D0000010005: 'ビルドプレートが正しく配置されていません。調整してください。' + 00x03000D0000010006: 'ビルドプレートが正しく配置されていません。調整してください。' + 00x03000D0000010007: 'ビルドプレートが正しく配置されていません。調整してください。' + 00x03000D0000010008: 'ビルドプレートが正しく配置されていません。調整してください。' + 00x03000D0000010009: 'ビルドプレートが正しく配置されていません。調整してください。' + 00x03000D000001000A: 'ビルドプレートが正しく配置されていません。調整してください。' + 00x03000D0000020001: 'ヒートベッドのホームポジションが異常です。' + 00x03000D000001000B: '上方向に動くときにZ軸モーターが詰まったようです。' + 00x03000D0000020003: 'The build plate may not be properly placed. If this message appears repeatedly, please check the Wiki for more explanations.' + 00x03000F0000010001: '共振補正のデータを利用できません' + 00x0300100000020001: 'タイミングベルトが緩んでいる可能性があります。' + 00x0300100000020002: '機械的共振モードは、最後の較正と大きく異なります。機械較正を再実行してください。' + 00x0300110000020002: 'The resonance frequency of the Y-axis differs greatly from the last calibration. Please clean the Y-axis liner rod and conduct a calibration after printing.' + 00x0300120000020001: 'ツールヘッドの前カバーが外れました。' + 00x0300130000010001: 'モーター-%sの電流センサーが異常です。これはハードウェアのサンプリング回路の故障による可能性があります。' + 00x0300160000010001: 'The extruder servo motor''s current sensor is abnormal. A failure of the hardware sampling circuit may cause this.' + 00x0300170000010001: 'The hotend cooling fan speed is too slow or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300170000020002: 'The hotend cooling fan speed is slow. It may be stuck and need cleaning.' + 00x0300180000010001: '押出力センサーの値が低いです。ノズルが取り付けられていないようです。' + 00x0300180000010002: '押出力センサーの感度が低いです。ホットエンドが正しく取り付けられていない可能性があります。' + 00x0300180000010003: '押出力センサーが利用できません。MCとTHの間の接続が切れているか、センサーが故障している可能性があります。' + 00x0300180000010004: '押出力センサーのデータが異常です。センサーが故障している可能性があります。' + 00x0300180000010005: 'Z軸モーターが動作中に詰まっているようです。ZスライダーやZタイミングベルトホイールに異物がないか確認してください。' + 00x0300180000010006: 'The heatbed leveling data is abnormal. Please check whether there are any foreign objects on the heatbed and Z slider. If so, please remove them and try again.' + 00x0300180000010007: 'The frequency of the extrusion force sensor is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300180000010008: 'The nozzle touches the heatbed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030018000001000B: 'Nozzle presence detection failed: nozzle not installed or improperly installed.' + 00x030018000001000C: 'An anomalous jump in the extruder extrusion force sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x030018000001000D: 'Nozzle clumping detection calibration failed. Excessive force detected on the nozzle. Please ensure the nozzle is installed correctly.' + 00x030018000001000E: 'Nozzle clumping detection calibration failed. The nozzle did not touch the inner wall of the hole. Please clean the nozzle and the steel plate hole at the rear-right side of the heatbed.' + 00x0300180000030009: 'Performing initial High-temperature Bed Leveling.' + 00x0300190000010001: 'Y軸の渦電流センサーが利用できません。ケーブルが切れているかもしれません。' + 00x0300190000020002: 'Y軸の渦電流センサーの感度が低すぎます。' + 00x03001A0000020001: 'ノズルがフィラメントに絡まっているか、ビルドプレートが正しく配置されていません。' + 00x03001A0000020002: '押出力センサーがノズルの詰まりを検出しました。' + 00x03001A0000020003: 'The nozzle clumping sensor is malfunctioning; Please refer to the Wiki for troubleshooting.' + 00x03001A0000030004: 'Nozzle clumping detection timed out. The check has been skipped.' + 00x03001B0000010001: 'The signal of the heatbed acceleration sensor is weak. The sensor may have fallen off or been damaged.' + 00x03001B0000010002: 'External disturbance was detected on the heatbed acceleeration sensor. The sensor signal wire may not be affixed.' + 00x03001B0000010003: 'The heatbed acceleration sensor detected unexpected continuous force. The sensor may be stuck, or the analog front end may be broken.' + 00x03001C0000010001: 'The extrusion motor driver is abnormal. The MOSFET may have a short circuit.' + 00x03001D0000010001: 'The position sensor of extrusion motor is abnormal. The connection to the sensor may be loose.' + 00x03001E0000010001: 'The left nozzle temperature is abnormal; the heater may have a short circuit.' + 00x03001E0000010002: 'The left nozzle temperature is abnormal; the heater may have an open circuit.' + 00x03001E0000010003: 'The left nozzle temperature is abnormal; the heater is over temperature.' + 00x03001E0000010006: 'The left nozzle temperature is abnormal; the sensor may have a short circuit, please check whether the connector is properly plugged in.' + 00x03001E0000010007: 'The left nozzle temperature is abnormal; the sensor may have an open circuit.' + 00x03001E0000010008: 'The left extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x03001E0000010009: 'The left nozzle temperature control is abnormal; the hot end may not be installed. If you want to heat the hot end without it being installed, please turn on maintenance mode in the settings page.' + 00x0300200000010001: 'X-axis homing abnormal: please check if the toolhead is stuck or if the resistance on the X-axis linear rail is too high.' + 00x0300200000010002: 'Y-axis homing abnormal: please check if the toolhead is stuck or the Y carriage has too much resistance.' + 00x0300200000010003: 'X axis homing abnormal: the timing belt may be loose.' + 00x0300200000010004: 'Y axis homing abnormal: the timing belt may be loose.' + 00x0300210000010001: 'Auxiliary extruder motor open circuit, possibly due to a loose connection or motor failure.' + 00x0300210000010002: 'Auxiliary extruder motor short circuit, possibly caused by motor failure.' + 00x0300210000010003: 'The resistance of the Auxiliary extruder motor is abnormal; the motor may have failed.' + 00x0300220000010001: 'Auxiliary extruder motor current sensor error, possibly caused by a sampling circuit hardware failure.' + 00x0300250000010001: 'The frequency of the extrusion force sensor of the right extruder is too low. The nozzle may not be installed, or the nozzle heat sink may be too far away from the sensor.' + 00x0300250000010002: 'The sensitivity of the right extruder extrusion force sensor is low; the nozzle may not installed correctly.' + 00x0300250000010003: 'Unable to read data from the right extruder force sensor; there may be a communication break or sensor damage.' + 00x0300250000010004: 'The signal of the extrusion force sensor of the right extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300250000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300250000010007: 'The frequency of the extrusion force sensor of the right extruder is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300250000010008: 'The right nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030025000001000A: 'Nozzle offset calibration failed. Filament sticks to the nozzle, which may affect print quality. Please clean the nozzle and try again.' + 00x030025000001000B: 'Nozzle presence detection failed: Right extruder nozzle not installed or improperly installed.' + 00x030025000001000C: 'An anomalous jump in the right extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300260000010001: 'The frequency of the extrusion force sensor of the left extruder is too low. The sensor may be installed too far, or the sensor may be loose.' + 00x0300260000010002: 'The sensitivity of the left extruder extrusion force sensor is low; the force sensor may not be installed correctly.' + 00x0300260000010003: 'Unable to read data from the left extruder force sensor; there may be a communication break or sensor damage.' + 00x0300260000010004: 'The signal of the extrusion force sensor of the left extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300260000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300260000010007: 'The frequency of the extrusion force sensor of the left extruder is too high. The sensor may be installed too close, or the sensor may be loose.' + 00x0300260000010008: 'The left nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030026000001000B: 'Nozzle presence detection failed: Left extruder nozzle not installed or improperly installed.' + 00x030026000001000C: 'An anomalous jump in the left extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300270000010001: 'The nozzle offset calibration sensor frequency is too low. The sensor may be damaged.' + 00x0300270000010002: 'Too many attempts at nozzle offset calibration, possibly due to purged filament between the nozzle and the heated base, or incorrect installation of the nozzle. Please inspect and retry.' + 00x0300270000010003: 'The nozzle offset calibration result shows significant deviation, possibly due to the heat insulation sheet on the right nozzle heating base not being installed. Please install it correctly and try again.' + 00x0300270000010004: 'The signal of the nozzle offset calibration sensor is abnormal. The sensor may be damaged, or the wiring may not be connected properly.' + 00x0300270000010005: 'The nozzle offset calibration indicates significant deviation, possibly caused by an additional heat insulation sheet installed on the right nozzle heating base. Please verify this and attempt the calibration again.' + 00x0300270000010006: 'The nozzle offset calibration shows significant deviation, possibly due to incorrect installation of the nozzle or heating base. Please inspect and retry.' + 00x0300270000010007: 'The nozzle offset calibration sensor frequency is too high. The sensor may be damaged.' + 00x0300270000010008: 'The nozzle offset calibration sensor signal is too weak. It may be that the nozzle is sticky or the nozzle does not move above the sensor during calibration, causing the distance between the nozzle and the sensor to be too far.' + 00x0300280000010001: 'The data of the force sensor of the Cutting Module is abnormal. The magnet on the Tool Holder may fall off or the force sensor may be damaged.' + 00x0300280000010003: 'Communication failure between cutting module and toolhead during Z-axis homing. Please check if the cutting module signal cable is loose or broken or verify if the force sensor coil is intact.' + 00x0300280000010004: 'The force sensor of the Cutting Module is abnormal. The force sensor cable may be disconnected or the force sensor is damaged.' + 00x0300280000010005: 'Z-axis homing failed in cutting mode. Please check if there are any foreign objects in the Z-axis slider and Z-axis synchronous pulley.' + 00x0300280000010007: 'Communication failure between the Cutting Module and toolhead module. Please check if the Cutting module signal cable is loose or broken. It could also be due to a broken force sensor coil.' + 00x0300280000010008: 'Z-axis homing failed. Please check if the blade holder movement is smooth and ensure no foreign objects are at the contact position on the heatbed.' + 00x0300290000010001: 'Vision encoder patterns can not be recognized; possible reasons include vision encoder pattern distortion, light overexposure, and plate misplacement.' + 00x03002A0000010001: 'The left hotend cooling fan speed is too slow or stopped. The fan may be stuck or the connector may not be plugged in properly.' + 00x03002A0000020002: 'The left hotend cooling fan speed is slow. It may be stuck and need cleaning.' + 00x03002B0000020001: 'Air-door calibration failed. Please check if there is any foreign object blocking the damper.' + 00x03002C0000010001: 'Obstacle detected under the heatbed. Please remove it to ensure proper printing.' + 00x03002D0000010006: 'Heated bed leveling failed, possibly due to foreign objects on the bed or bed tilt. Continuing to print may damage the build plate. Please remove any debris or manually level the bed before retrying.' + 00x03002E0000030001: 'The motor noise cancellation data needs to be updated; please recalibrate.' + 00x0300310000010001: 'The Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300310000020002: 'The Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000010001: 'The Auxiliary Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300320000010002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000020002: 'The Auxiliary Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300330000010001: 'The Chamber Exhaust Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300330000020002: 'The Chamber Exhaust Fan speed is slow. It may be stuck and need cleaning.' + 00x0300350000010001: 'The MC module cooling fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300350000020002: 'The MC module cooling fan speed is slow. It may be stuck and need cleaning.' + 00x0300360000010001: 'The Chamber Heat Circulation Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300360000020002: 'The Chamber Heat Circulation Fan speed is slow. It may be stuck and need cleaning.' + 00x0300390000010001: 'The External Fan on the Toolhead is running too slowly or has stopped, possibly due to debris blockage or a loose connector.' + 00x0300390000020002: 'The External Fan on the Toolhead is running at a low speed, possibly due to debris buildup.' + 00x03003A0000010001: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x03003A0000020002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300400000020001: 'シリアルポートでのデータ転送が異常です。ソフトウェアシステムに不具合がある可能性があります。' + 00x0300410000010001: 'システム電圧が不安定です。電源障害保護機能が作動しています。' + 00x0300420000010001: 'Toolhead power abnormality detected; it may be caused by a damaged TH board or a short circuit in the USB-C cable.' + 00x0300900000010001: 'Chamber heating failed. The heater may not be blowing hot air.' + 00x0300900000010002: 'Chamber heating failed. Possible causes: the chamber is not fully enclosed, ambient temperature is too low, or the power supply heat dissipation vent is blocked.' + 00x0300900000010003: 'Chamber heating failed. The power supply temperature may be too high.' + 00x0300900000010004: 'Chamber heating failed. The speed of the heating fan is too low.' + 00x0300900000010005: 'Chamber heating failed. The thermal resistance is too high.' + 00x0300900000010006: 'Chamber heating failed. The air duct could not switch to chamber temperature heating mode.' + 00x0300900000010007: 'High chamber temperature detected. If the hotend is overheating or emitting smoke, immediately power off the printer. Please refer to the Wiki for detailed troubleshooting instructions.' + 00x0300900000010010: 'The communication of chamber temperature controller is abnormal.' + 00x0300910000010001: 'The temperature of chamber heater %s is abnormal. The heater may have a short circuit.' + 00x0300910000010002: 'The temperature of chamber heater 1 is abnormal. The heater may have an open circuit or the thermal fuse may have burned out.' + 00x0300910000010003: 'The temperature of chamber heater %s is abnormal. The heater is over temperature.' + 00x0300910000010006: 'The temperature of chamber heater %s is abnormal. The sensor may have a short circuit.' + 00x0300910000010007: 'The temperature of chamber heater %s is abnormal. The sensor may have an open circuit.' + 00x0300910000010008: 'The chamber heater failed to reach the target temperature.' + 00x030091000001000A: 'The temperature of chamber heater %s is abnormal. The AC board may be broken.' + 00x030091000001000C: 'The chamber heater 1 has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030091000001000E: 'The power supply voltage does not match the machine; chamber heater 1 has been disabled.' + 00x0300920000010002: 'The temperature of chamber heater 2 is abnormal. The heater may have an open circuit or the thermal fuse may be in effect.' + 00x0300920000010008: 'Chamber heater 2 failed to rise to target temperature.' + 00x0300930000010001: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have a short circuit.' + 00x0300930000010002: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have an open circuit.' + 00x0300930000010003: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have a short circuit.' + 00x0300930000010004: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have an open circuit.' + 00x0300930000010005: 'Chamber temperature is abnormal. The chamber temperature sensor may have a short circuit.' + 00x0300930000010006: 'Chamber temperature is abnormal. The chamber temperature sensor at the air inlet may have an open circuit.' + 00x0300930000010007: 'Chamber temperature is abnormal. The temperature sensor at the power supply may have a short circuit.' + 00x0300930000010008: 'Chamber temperature is abnormal. The temperature sensor at power supply may have an open circuit.' + 00x0300940000020003: 'Chamber failed to reach the desired temperature. The machine will stop waiting for the chamber temperature.' + 00x0300940000030001: 'Chamber cooling may be too slow. You can open the front door or top cover to help cooling if the air in the chamber is non-toxic.' + 00x0300940000030002: 'Chamber temperature setting value exceed the limit, the boundary value will be set.' + 00x0300950000010001: 'The temperature sensor of the Laser Module may have a short circuit.' + 00x0300950000010002: 'The temperature sensor of the Laser Module may have an open circuit.' + 00x0300950000010003: 'Laser Module overheating' + 00x0300950000010004: 'The speed of the Laser Module cooling fan is too low or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300950000010005: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010006: 'Laser Module not detected: the module may have fallen off, or the quick-release lever may not be locked.' + 00x0300950000010007: 'The engraving laser module is abnormal; the laser may have an open circuit or may be damaged.' + 00x0300950000010008: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010009: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor is short-circuited.' + 00x030095000001000A: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor has an open circuit.' + 00x0300960000010001: 'The front door seems to be open; the task has been paused.' + 00x0300960000010002: 'The front door Hall sensor (Upper) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010003: 'The front door Hall sensor (Lower) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010004: 'The Front Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300960000030001: 'The front door is open.' + 00x0300970000010001: 'The top cover seems to be open; the task has been paused' + 00x0300970000010002: 'The top cover Hall sensor (Front Right) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010003: 'The top cover Hall sensor (Rear Left) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010004: 'The Top Laser Protection Plate is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300970000030001: 'The top cover is open.' + 00x0300980000010001: 'The left side window seems to be open, the task has been paused.' + 00x0300980000010002: 'The left side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010003: 'The left side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010004: 'The Left Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300980000030001: 'The left side window seems to be open.' + 00x0300990000010001: 'The right side window seems to be open; the task has been paused.' + 00x0300990000010002: 'The right side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010003: 'The right side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010004: 'The Right Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300990000030001: 'The right side window is detected to be open.' + 00x03009B0000010001: 'Emergency stop button is not installed. Please follow the Wiki to install it.' + 00x03009B0000010002: 'Safety key is not inserted. Please follow the Wiki to install it.' + 00x03009B0000010003: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x03009C0000010001: 'The Air Pump is not detected. Please check whether the connector is plugged in properly.' + 00x03009C0000010002: 'The Air Pump is abnormal and may be damaged.' + 00x03009D0000020001: 'The engrave laser focal point XY calibration has failed. Please clean up the Laser Homing Area on the Laser Platform, and re-run the Laser Module Mount Calibration.' + 00x03009D0000020002: 'The engrave laser focal point XY calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup.' + 00x03009D0000020003: 'The engrave laser focal point Z calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup. If it fails repeatedly, please get in touch with customer support.' + 00x03009E0000030001: 'Open Door Detection level for this print job will be set as ' + 00x0300A10000010001: 'Chamber temperature is too high. Please open the top cover and front door to cool down, or lower the ambient temperature.' + 00x0300A10000020002: 'The ambient temperature is too high. Please lower the temperature, as excessive heat may cause the print to pause.' + 00x0300A20000010001: 'MC module temperature is too high, possibly because of high chamber temperature of the printer. You can try lowering the environmental temperature before use.' + 00x0300A40000010001: 'Heatbed temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010002: 'Hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010003: 'The left hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010004: 'Chamber temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010005: 'The heatbed temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A40000010008: 'The chamber temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A50000010001: 'Flame Sensor %s is abnormal. The sensor may be short-circuited.' + 00x0300A60000010001: 'The Toolhead Enhanced Cooling Fan is not properly installed; it may not be securely fastened or may have fallen off.' + 00x0300A60000010002: 'The Toolhead Enhanced Cooling Fan has lost communication; please check the connector.' + 00x0300A70000030001: 'The chamber temperature is high, and the system has increased the fan speed, which may cause more noise. It''s recommended to lower the room temperature or open the front door/top cover to help cool it down.' + 00x0300A80000010001: 'AMS power supply abnormality, possibly due to AMS damage or a short circuit in the AMS interface, or too many AMS connections. Please check if it is correctly connected.' + 00x0300AB0000010001: 'The right hotend heatbreak temperature is too high, which may cause clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020002: 'The right hotend heatbreak temperature is relatively high, which may cause nozzle clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020003: 'The temperature sensor on the right hotend heatbreak is abnormal. To prevent nozzle clogs, the cooling fan will continue running at high speed. You can troubleshoot the sensor issue when the print is idle.' + 00x0300C00000010001: 'Active Chamber Exhaust air door malfunction: it may be stuck.' + 00x0300C00000010002: 'Filter Switch Flap air door malfunction: it may be stuck.' + 00x0300C00000010003: 'Automatic Top Vent air door malfunction: it may be stuck.' + 00x0300C10000010001: 'Airflow System failed to activate cooling mode; please check the air door status.' + 00x0300C10000010002: 'Airflow System failed to activate heating mode; please check the air door status.' + 00x0300C10000010003: 'Airflow System failed to activate laser mode; please check the air door status.' + 00x0300C10000010004: 'Airflow System failed to activate strong cooling mode; please check the air door status.' + 00x0300C20000010001: 'Hall sensor of Active Chamber Exhaust malfunction: please check if the wiring is loose.' + 00x0300C20000010002: 'Hall sensor of Filter Switch Flap malfunction: please check if the wiring is loose.' + 00x0300C30000010001: 'Current sensor of Active Chamber Exhaust malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010002: 'Current sensor of Filter Switch Flap malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010003: 'Current sensor of Automatic Top Vent malfunction: this may be due to open circuit or a hardware sampling circuit fault.' + 00x0300D00000010001: 'The cutting module base has fallen off; please reinstall it.' + 00x0300D00000010002: 'The blade holder has fallen off; please reinstall it.' + 00x0300D00000010003: 'The cutting module cable has come loose; please check the cable connection.' + 00x0300D10000010001: 'Fire extinguisher motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D10000010002: 'Fire extinguisher motor error. Please power off and then power on to restart the extinguisher.' + 00x0300D10000010003: 'The resistance of the fire extinguisher motor is abnormal; the motor may have failed.' + 00x0300D30000020001: 'Fire extinguisher not detected. Please ensure the signal cable is securely connected and the plug is fully inserted.' + 00x0300D40000010002: 'The fire extinguisher presence detection sensor is malfunctioning. Please check if the sensor cable is loose or damaged.' + 00x0300D40000010003: 'Fire Extinguisher Cylinder presence detection sensor is short-circuited. Please check the sensor connection.' + 00x0300D50000020004: 'Fire extinguisher cylinder not installed. Please confirm on the extinguisher page.' + 00x0300D50000020005: 'The Fire Extinguisher Gas Cylinder is empty. Please replace the gas cylinder and then confirm the replacement on the Auto Fire Extinguishing System page.' + 00x0300D50000030004: 'Gas cylinder of the fire extinguisher is not installed.' + 00x0300D60000010006: 'Fire extinguisher motor reset failed. Please power off and then power on to restart the extinguisher.' + 00x0300D60000010007: 'The fire extinguisher motor reset is jammed. Please gently turn the emergency handwheel left and right until the resistance decreases. Then, power off the fire extinguisher and turn it back on.' + 00x0300D70000020001: 'Laser fourth axis is not connected' + 00x0300D80000010001: 'Laser fourth axis motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D80000010002: 'Laser fourth axis motor error. Please power off and then power on to restart the laser fourth axis.' + 00x0300D90000020001: 'Communication error between the laser fourth axis motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300DA0000020001: 'Laser module detected. Please remove the hotend from the hotend rack to prevent laser processing debris from affecting printing performance.' + 00x0300DB0000020001: 'Laser module detected. Please install the right nozzle correctly to ensure proper Laser Module Mounting Calibration.' + 00x0300E00000010001: 'Hotend holder motor is disconnected or has an open-circuit fault. Please check the motor''s flat cable connection.' + 00x0300E00000010002: 'Inter-phase short circuit on hotend holder motor. If restarting doesn''t resolve the issue, please contact support.' + 00x0300E00000010003: 'Hotend holder motor has abnormal or unbalanced three-phase resistance. If restarting doesn''t help, please contact support.' + 00x0300E00000010004: 'Hotend holder motor is stalled. Please check for foreign objects or collisions with the toolhead.' + 00x0300E10000010001: 'Current sensor fault on hotend holder motor. This may be caused by a sampling circuit failure. If restarting the printer doesn''t resolve the issue, please contact customer support.' + 00x0300E20000020001: 'Communication error between the hotend holder motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300E30000010001: 'The MOS tubes of the Hotend Holder motor drive board are short-circuited. If restarting the printer does not resolve the problem, please contact customer support.' + 00x0300E30000010002: 'MC communication with hotend holder motor driver failed. Please check if the connection cable is properly plugged in.' + 00x050001000001000A: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' + 00x0500010000020001: 'メディアパイプラインが故障しています。' + 00x0500010000020002: 'USBカメラが接続されていません。' + 00x0500010000020003: 'USBカメラが故障しています。' + 00x0500010000030004: 'SDカードに空き容量がありません。' + 00x0500010000030005: 'SDカードにエラーがあります。' + 00x0500010000030006: '未フォーマットのSDカード。' + 00x0500010000030007: 'Unable to record time-lapse photography without USB flash drive inserted.' + 00x0500020000020001: 'インターネットに接続できません。ネットワーク接続を確認してください。' + 00x0500020000020002: 'デバイスへのログインに失敗しました。' + 00x0500020000020003: 'Failed to connect to the internet; please check the network connection.' + 00x0500020000020004: '無許可のユーザーです。' + 00x0500020000020005: 'インターネットに接続できません。ネットワーク接続を確認してください。' + 00x0500020000020006: 'ライブビューサービスが故障しています。' + 00x0500020000020007: 'Liveview service login failed; please check your network connection.' + 00x0500020000020008: 'Time synchronization failed' + 00x0500030000010001: 'MCモジュールが故障しています。デバイスを再起動してください。' + 00x0500030000010002: 'ツールヘッドが故障しています。デバイスを再起動してください。' + 00x0500030000010003: 'AMSモジュールが故障しています。デバイスを再起動してください。' + 00x0500030000010004: 'The Filament Buffer module is malfunctioning. Please restart the device.' + 00x0500030000010005: 'Internal service is malfunctioning. Please restart the device.' + 00x0500030000010006: 'A system panic occurred. Please restart the device.' + 00x0500030000010007: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x0500030000010008: 'A system hang occurred. Please restart the device.' + 00x0500030000010009: 'A system hang occurred. It has been recovered by automatic restart.' + 00x050003000001000A: 'システム状態が異常です。工場出荷時の設定を復元してください。' + 00x050003000001000B: '画面が故障しています。' + 00x050003000001000C: 'The MC motor controller module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000D: 'The induction hotend rack is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000E: 'Some external modules are incompatible with the printer''s firmware version, which may affect normal operation. Please go to the ' + 00x0500030000010021: 'Hardware incompatible; please check the Toolhead Camera.' + 00x0500030000010023: 'The Chamber Temperature Control module is malfunctioning. Please restart the device.' + 00x0500030000010024: 'The current temperature is too low. In order to protect you and your printer, printing tasks, moving an axis and other operations are disabled. Please move the printer to an environment above 10 degrees Celsius.' + 00x0500030000010025: 'The current firmware is abnormal. Please update again.' + 00x0500030000010026: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000002000C: 'ワイヤレスハードウェアエラー: WiFiをオフ/オンにするか、デバイスを再起動してください。' + 00x050003000002000D: 'The SD Card controller is malfunctioning.' + 00x050003000002000E: 'Some modules are incompatible with the printer''s firmware version, which may affect use. Please go to the ' + 00x0500030000020020: 'USB flash drive capacity is insufficient to cache print files.' + 00x0500030000020055: 'User information has expired, please log in again.' + 00x0500030000030022: 'MicroSD Card performance degradation has been detected. It may affect print jobs, logs, and video records. Please format or change the MicroSD card.' + 00x0500040000010001: '印刷ジョブのダウンロードに失敗しました。ネットワーク接続を確認してください。' + 00x0500040000010002: '印刷状態の報告に失敗しました。ネットワーク接続を確認してください。' + 00x0500040000010003: '印刷ファイルの内容を読み取れません。印刷ジョブを再送信してください。' + 00x0500040000010004: '印刷ファイルが無許可です。' + 00x0500040000010006: '以前の印刷を再開できませんでした。' + 00x0500040000010044: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500040000010046: 'The firmware of Laser Module does not match the printer. Please upgrade it on the ' + 00x0500040000010047: 'The firmware of Air Pump does not match the printer. Please upgrade it on the ' + 00x0500040000010048: 'The firmware of Cutting Module does not match the printer. Please upgrade it on the ' + 00x050004000001004F: 'Unknown module detected, please try updating the firmware to the latest version.' + 00x0500040000010051: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x0500040000010052: 'Safety Key is not inserted. Please follow the Wiki to install it.' + 00x0500040000020007: 'ベッド温度がフィラメントのガラス転移温度を超えており、ノズルの詰まりを引き起こす可能性があります。' + 00x0500040000020010: 'The RFID-tag on AMS %s Slot %s cannot be identified.' + 00x0500040000020030: 'The BirdsEye Camera is not installed. Please power off printer and then install the camera.' + 00x0500040000020031: 'Before using a Laser/Cutting Module, the pose of the BirdsEye Camera needs to be determined. Please complete the setup to calibrate the camera.' + 00x0500040000020032: 'Please slide in Laser Module and lock the quick-release lever.' + 00x0500040000020033: 'Please plug in the module connector.' + 00x0500040000020034: 'Laser module detected for the first time. Complete the setup (~4 min) before use for precise cutting and engraving. Also, ensure the H2.0 screw at the back securing the air pump is removed.' + 00x0500040000020035: 'The Laser Module needs calibration to get the focus position. Please perform mounting calibration before use. (about 2 minutes)' + 00x0500040000020036: 'New Cutting Module connected. To ensure more precise cutting, please set it up before use. (about 3 minutes)' + 00x0500040000020037: 'The Cutting Module needs calibration to get the tool position. Please perform the mounting calibration before use. (about 2-4 minutes)' + 00x0500040000020038: 'Please slide in cutting module and fasten the quick release lever. If already installed, the module might not be properly aligned. Please try reinstalling it.' + 00x0500040000020039: 'Please plug in the module connector' + 00x0500040000020041: 'The laser module has been used for a long time. Please clean it promptly to avoid affecting laser processing.' + 00x0500040000020042: 'The Live View Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020043: 'The Toolhead Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020050: 'Laser Safety Window is not installed.' + 00x0500040000030008: 'The door seems to be open.' + 00x0500040000030009: 'The bed temperature exceeds filament''s vitrification temperature, which may cause nozzle clog. Please keep the front door of the printer open. Door open detection has been temporarily turned off.' + 00x0500040000030054: 'Auto Fire Extinguishing System detected. It is recommended to conduct a Fire Drill to become familiar with the operation process.' + 00x0500040000030057: 'The print job has been completed. Automatic air purification is in progress.' + 00x0500050000010001: 'The factory data of the AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010006: 'The factory data of AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010007: 'MQTT Command verification failed. Please update Studio (including the network plugin) or Handy to the latest version, then restart the software and try again.' + 00x050005000001000D: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' + 00x050005000001000E: 'Laser Module firmware does not match the printer. Please upgrade it on the ' + 00x050005000001000F: 'The accessory firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010010: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500050000010011: 'The Air Pump firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010012: 'The Cutting Module firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010013: 'Laser module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010014: 'AMS %s certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010015: 'Air Pump certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010016: 'Cutting module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010018: 'Laser Fourth Axis module certification failed. Please reconnect the module cable or restart the printer.' + 00x0500050000010019: 'Fire Extinguisher module certification failed. Please reconnect the module cable or restart the printer.' + 00x050005000001001A: 'Filament Track Switch certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010020: 'Hotend %s authentication failed. Please switch the hotend or restart the printer.' + 00x0500050000010021: 'Time-lapse kit authentication failed. Please reconnect the cable or restart the printer.' + 00x0500050000010022: 'The External Exhaust Fan certification failed. Please restart the printer or reconnect the fan cable.' + 00x0500050000020023: 'A new version of the Timelapse Kit is available. Please connect to CyberBrick App to update this accessory separately.' + 00x0500050000030002: 'The device is in the engineering state; please pay attention to information security related matters.' + 00x0500060000020001: 'The Toolhead Camera is not in place; please check the hardware connection.' + 00x0500060000020002: 'The Nozzle Camera is not in place; please check the hardware connection.' + 00x0500060000020003: 'BirdsEye Camera is not in place; please check the hardware connection' + 00x0500060000020004: 'The Live View camera is not in place; please check the hardware connection.' + 00x0500060000020031: 'ToolHead Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020032: 'Nozzle Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020033: 'BirdsEye Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020034: 'Live View camera is not connected. Please check the hardware and cable connections.' + 00x05001A0000010001: 'The feeder module is offline. Please check if the feeder module connection cable is loose.' + 00x05001A0000010002: 'A feeder module replacement is detected. Please ensure that the corresponding extrusion gear and nozzle have been replaced, and manually update the nozzle type in the printer.' + 00x0500400000010039: 'Laser module Serial Number error' + 00x0500400000010040: 'Cutting module Serial Number error' + 00x0501040000030002: 'Threaded rods need lubrication now.' + 00x0501040000030003: 'Linear rods need cleaning and lubrication now.' + 00x0501040000030004: 'Please clean and lubricate the X-axis linear rail and YZ-axis linear rods.' + 00x0501040000030005: 'Please clean and lubricate the Induction Hotend Latch and the linear rods of the Hotend Change System.' + 00x0501040000030006: 'The Induction Hotend Latch may be worn. To ensure proper induction hotend switching, please replace the Induction Hotend Latch and clean the rods of Induction Hotend Rack.' + 00x0501040000030010: 'Laser module is dusty and needs cleaning now.' + 00x0580040000010045: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010010: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010017: 'AMS-HT %s certification failed. Please reconnect the cable or restart the printer.' + 00x0700010000010001: 'AMS%sアシストモーターが滑っています。押出ホイールが摩耗しているか、フィラメントが薄すぎる可能性があります。' + 00x0700010000010003: 'AMS%sアシストモーターのトルク制御が故障しています。電流センサーが故障している可能性があります。' + 00x0700010000010004: 'AMS%sアシストモーターの速度制御が故障しています。速度センサーが故障している可能性があります。' + 00x0700010000010005: 'AMS %s The current sensor of assist motor may be faulty.' + 00x0700010000010011: 'AMS %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' + 00x0700010000020002: 'AMS%sアシストモーターが過負荷です。フィラメントが絡まっているか、詰まっている可能性があります。' + 00x0700010000020006: 'AMS %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020007: 'AMS %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020008: 'AMS %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x0700010000020009: 'AMS %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x0700010000020010: 'AMS %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x0700010000020011: 'AMS %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' + 00x0700020000010001: 'AMS%sフィラメントの速度と長さに誤差があります。オドメトリが故障している可能性があります。' + 00x0700020000020002: 'AMS %s The odometer has no signal. The odometer connector may have poor contact.' + 00x0700020000020003: 'AMS %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' + 00x0700100000010001: 'AMS%sスロット%sモーターが滑っています。押出ホイールが故障しているか、フィラメントが薄すぎる可能性があります。' + 00x0700100000010003: 'AMS%sスロット%sモーターのトルク制御が故障しています。電流センサーが故障している可能性があります。' + 00x0700100000020002: 'AMS%sスロット%sモーターが過負荷です。フィラメントが絡まっているか、詰まっている可能性があります。' + 00x0700100000020004: 'AMS %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000010081: 'Failed to read the filament information from AMS %s slot %s. The AMS main board may be malfunctioning.' + 00x0700200000010082: 'Failed to read the filament information from AMS %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x0700200000010083: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged.' + 00x0700200000010084: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x0700200000010085: 'Failed to read the filament information from AMS %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x0700200000010086: 'Failed to read the filament information from AMS %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' + 00x0700200000020001: 'AMS%sスロット%sのフィラメントがなくなりました。' + 00x0700200000020002: 'AMS%sスロット%sが空です。' + 00x0700200000020003: 'AMS%sスロット%sのフィラメントがAMS内で切れている可能性があります。' + 00x0700200000020004: 'AMS%sスロット%sのフィラメントがツールヘッド内で切れている可能性があります。' + 00x0700200000020005: 'AMS%sスロット%sのフィラメントがなくなり、古いフィラメントのパージが異常でした。フィラメントがツールヘッド内で詰まっていないか確認してください。' + 00x0700200000020006: 'AMS %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x0700200000020007: 'AMS %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x0700200000020008: 'AMS %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x0700200000020009: 'Failed to extrude AMS %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x070020000002000A: 'Failed to adjust the filament position of AMS %s slot %s. The filament or buffer may be stuck.' + 00x0700200000020010: 'AMS %s slot %s feeds filament out of AMS timeout.' + 00x0700200000020011: 'AMS %s slot %s pulls filament back to AMS timeout.' + 00x0700200000020012: 'AMS %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x0700200000020013: 'AMS %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000020014: 'AMS %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x0700200000020015: 'AMS %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x0700200000020016: 'AMS %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x0700200000020017: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x0700200000020018: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x0700200000020019: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x0700200000020020: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x0700200000020021: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x0700200000020022: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x0700200000020023: 'AMS %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x0700200000020024: 'AMS %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x0700200000020025: 'AMS %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x0700200000020026: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x0700200000020027: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' + 00x0700200000030001: 'AMS%sスロット%sのフィラメントがなくなりました。古いフィラメントがパージされるのをお待ちください。' + 00x0700200000030002: 'AMS%sスロット%sのフィラメントがなくなり、同じフィラメントがあるスロットに自動的に切り替わりました。' + 00x0700250000020001: 'AMS %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x0700260000020001: 'The induction hotend is heating up, and the drying power of AMS %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x0700300000010001: 'The AMS %s RFID 1 board has an error.' + 00x0700300000010004: 'Encryption chip failure' + 00x0700300000020002: 'The RFID-tag on AMS %s slot %s is damaged, or its content cannot be identified.' + 00x0700300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x0700350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x0700350000010002: 'AMS %s The humidity sensor is disconnected, which may be due to poor connector contact.' + 00x0700400000020001: 'フィラメントバッファ信号が失われました。ケーブルまたはポジションセンサーが故障している可能性があります。' + 00x0700400000020002: 'フィラメントバッファ位置信号エラー。ポジションセンサーが故障している可能性があります。' + 00x0700400000020003: 'AMSハブの通信が異常です。ケーブルの接続がうまくいっていない可能性があります。' + 00x0700400000020004: 'フィラメントバッファ信号が異常です。スプリングが詰まっているか、フィラメントが絡まっている可能性があります。' + 00x0700450000020001: 'フィラメントカッターセンサーが故障しています。センサーの接続が切れているか、損傷している可能性があります。' + 00x0700450000020002: 'フィラメントカッターの切断距離が大きすぎます。XYモーターがステップを失っている可能性があります。' + 00x0700450000020003: 'フィラメントカッターハンドルがリリースされていません。ハンドルまたはブレードが詰まっている可能性があります。' + 00x0700500000020001: 'AMS%sの通信が異常です。接続ケーブルを確認してください。' + 00x0700510000030001: 'AMSが無効です。スプールホルダーからフィラメントをロードしてください。' + 00x0700550000010002: 'The PTFE tube is incorrectly connected between the toolhead and the buffer. Please connect the buffer''s top to the right extruder and the bottom to the left extruder.' + 00x0700550000010003: 'AMS %s was detected offline during the AMS initialization process.' + 00x0700550000010004: 'The binding between AMS %s and the extruder is incorrect. Please run the AMS Setup.' + 00x0700550000020001: 'A new AMS detected. Please set it up to check which extruder the AMS is connected to.' + 00x0700560000030001: 'AMS %s is undergoing dry cooling; please wait for it to cool down before operating.' + 00x0700600000020001: 'AMS%sスロット%sが過負荷です。フィラメントが絡まっているか、スプールが詰まっている可能性があります。' + 00x0700700000020001: 'Failed to pull out the AMS %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x0700700000020002: 'Failed to feed the AMS %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020003: 'Failed to extrude the filament. Possible cause: extruder or nozzle clog.' + 00x0700700000020004: 'Failed to pull back the AMS %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020005: 'Failed to feed the AMS %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x0700700000020006: 'Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog.' + 00x0700700000020007: 'AMS %s filament ran out. Please put a new filament into the same slot in AMS %s and resume.' + 00x0700700000020008: 'Failed to get AMS mapping table; please select ' + 00x070070000002000A: 'Failed to get filament-hotend mapping table from the slicing file.' + 00x0700740000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700800000010001: 'AMS %s The current sensor of heater %s is abnormal.' + 00x0700800000010002: 'AMS %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x0700800000010003: 'AMS %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x0700800000010004: 'AMS %s The heater %s is heating abnormally.' + 00x0700860000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700860000010004: 'AMS %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x0700860000020002: 'The AMS has been detected. Please set it up to confirm which side of the Filament Track Switch inlet the AMS is connected to.' + 00x0700860000020003: 'Filament is blocked at the inlet of the filament track switch.' + 00x0700870000020001: 'A filament jam or component damage may have occurred at the Filament Track Switch.' + 00x0700900000010002: 'AMS %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x0700900000010003: 'AMS %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x0700900000010004: 'The current sensor of AMS %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS mainboard.' + 00x0700900000020001: 'AMS %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x0700920000010001: 'AMS %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x0700920000020002: 'AMS %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x0700920000020003: 'The AMS %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x0700940000010001: 'AMS %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x0700940000010002: 'AMS %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x0700960000010001: 'AMS %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x0700960000010003: 'AMS %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x0700960000020002: 'AMS %s Environmental temperature is too low, which will affect the drying capability.' + 00x0700960000020004: 'AMS %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x0700970000030001: 'AMS %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x0700980000020001: 'AMS %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x0700980000020002: 'AMS %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x0700F00000020001: 'Filament and hotend matching failed. Please verify that the hotend in the hotend rack slot %s is correctly installed.' + 00x07FE200000020001: 'External filament of left extruder has run out; please load a new filament.' + 00x07FE200000020002: 'No filament was detected in the left extruder from the external spool; please load the new filament.' + 00x07FE200000020004: 'Please pull the external filament from the left extruder.' + 00x07FE450000020001: 'The left filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FE450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x07FE600000020001: 'External spool connected to left extruder may be tangled or jammed.' + 00x07FE700000020003: 'Please check if the material is coming out of the left nozzle. If not, gently push the material and try to extrude again.' + 00x07FE800000010001: 'The toolhead lift motor works abnormally. Please check whether the connecting cable is loose.' + 00x07FE800000010002: 'The Toolhead Lifting Motor position hall sensor has an open circuit; please check whether the connecting cable is loose.' + 00x07FE800000010003: 'The hall signal of the Toolhead Lifting Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE800000010004: 'The Toolhead Lifting Motor position hall sensor is short-circuited; please check if the Hall sensor is malfunctioning.' + 00x07FE800000010005: 'The extruder''s switching limit angle has drifted significantly. Please check if the flow blocker is jammed or if filament is stuck in the toolhead.' + 00x07FE800000010006: 'The TH board disconnected during the extruder switching process. Please check if the connecting cable is loose.' + 00x07FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x07FE800000020002: 'The position of left hotend is abnormal during printing. Please check whether the flow blocker scratches the printed model.' + 00x07FE800000020003: 'The deviation in the positioning calibration value of the extruder is too large; please recalibrate.' + 00x07FE810000010001: 'The extruder switching motor is working abnormally. Please check whether the connecting cable is loose.' + 00x07FE810000010002: 'The position hall sensor of the Extruder Switching Motor has an open circuit. Please check whether the connecting cable is loose.' + 00x07FE810000010003: 'The hall signal of the Extruder Switching Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE810000010004: 'The position hall sensor of the Extruder Switching Motor has a short circuit; please check if the Hall sensor is malfunctioning.' + 00x07FE810000020001: 'The extruder switching action is abnormal. Please check whether there is something stuck in the toolhead.' + 00x07FEA00000020001: 'The left nozzle cold pulling process has timed out. Please click ' + 00x07FF200000020001: '外部フィラメントがなくなりました。新しいフィラメントをロードしてください。' + 00x07FF200000020002: '外部フィラメントがありません。新しいフィラメントをロードしてください。' + 00x07FF200000020003: 'Filament remains were detected in the PTFE tube between the Auxiliary Extruder and the Toolhead. Please refer to the Wiki for removal instructions.' + 00x07FF200000020004: 'スプールホルダーのフィラメントをエクストルーダーから引き抜いてください。' + 00x07FF200000020008: 'The Auxiliary Extruder failed to unload the filament, possibly due to slippage caused by worn filament. Please pull out the filament manually, cut off the worn section, and try again.' + 00x07FF200000020009: 'Auxiliary extruder feeding failed, possibly due to a clogged filament tube or worn filament, causing the extruder to slip. Please remove the filament, clear the tube, trim the worn section, and try again.' + 00x07FF200000030007: 'Flushing the remaining filament between the Auxiliary Extruder and the Toolhead. Please wait.' + 00x07FF450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FF600000020001: 'External spool may be tangled or jammed.' + 00x07FF700000020003: 'Please check if the filament is coming out of the nozzle. If not, gently push the material and try to extrude again.' + 00x07FF700000020009: 'Failure to feed material from the right extruder to the toolhead may be due to the filament not being gripped by the extruder or a loose PTFE tube between the extruder and the toolhead.' + 00x07FFA00000020001: 'The nozzle cold pull process has timed out. Please click ' + 00x0C00010000010001: 'マイクロライダー カメラがオフラインです。' + 00x0C00010000010003: 'マイクロライダー 同期異常。' + 00x0C00010000010004: 'マイクロライダー レンズが汚れています。' + 00x0C00010000010005: 'マイクロライダー OTPパラメーター異常。' + 00x0C0001000001000A: 'マイクロライダー LEDが壊れている可能性があります。' + 00x0C0001000001000B: 'Failed to calibrate Micro Lidar. Please make sure the calibration chart is clean and not obscured. Then, run machine calibration again.' + 00x0C00010000010009: 'チャンバーカメラが汚れています。' + 00x0C0001000002000B: 'マイクロライダーのキャリブレーションに失敗しました。' + 00x0C0001000001000F: 'The Live View Camera calibration failed. Please restart the devices or update the firmware.' + 00x0C00010000010010: 'The Live View Camera calibration failed. Please check if the heatbed is clear and ensure the camera image is clear and dirt-free. After these steps, please recalibrate.' + 00x0C00010000010011: 'The Live View Camera calibration failed, please recalibrate. Ensure the build plate is empty, and the camera view is clear and properly oriented. Please contact customer support if repeated failures occur.' + 00x0C00010000010012: 'The Live View Camera calibration failed and the calibration result could not be saved. Please try recalibrating. If calibration fails repeatedly, please contact the customer support team.' + 00x0C00010000010013: 'The Live View Camera calibration failed and the Liveview camera serial number cannot be read. Please contact the customer support team.' + 00x0C00010000010018: 'BirdsEye Camera is not certified, and camera-related functions are invalid.' + 00x0C00010000020002: 'マイクロライダー カメラが故障しています。' + 00x0C00010000020006: 'マイクロライダー 外部パラメーター異常。' + 00x0C00010000020007: 'マイクロライダー レーザーパラメーターのドリフト。' + 00x0C00010000020008: 'チャンバーカメラがオフラインです。' + 00x0C00010000020014: 'Nozzle Camera is malfunctioning. If this issue occurs multiple times during printing, please contact customer support.' + 00x0C00010000020017: 'Nozzle camera lens is dirty, which may affect the AI monitoring functionality. Please clean the surface of the nozzle camera lens as soon as possible.' + 00x0C0001000003000C: 'Nozzle Camera''s temperature is too high, causing the AI detection feature to pause. The feature will automatically resume once the temperature returns to normal.' + 00x0C00020000010001: 'レーザーが点灯していません。' + 00x0C00020000010005: '新しいマイクロライダーが検出されました。' + 00x0C00020000020002: 'レーザーが太すぎます。' + 00x0C00020000020003: 'レーザーが明るくありません。' + 00x0C00020000020004: 'ノズルの高さが低すぎるようです。' + 00x0C00020000020006: 'ノズルの高さが高すぎるようです。' + 00x0C00020000020007: 'The vertical laser is not lit. Please check if it''s covered or hardware connection has a problem.' + 00x0C00020000020008: 'The vertical laser line is too wide. Please check if the heatbed is dirty.' + 00x0C00020000020009: 'The vertical laser is not bright enough at homing position. Please clean or replace the heatbed if this message appears repeatedly.' + 00x0C00030000010009: '最初のレイヤー検査モジュールが再起動しました。' + 00x0C0003000001000A: 'Your printer is in factory mode. Please contact Technical Support.' + 00x0C00030000020001: 'フィラメントの露光計測に失敗しました。' + 00x0C00030000020002: '異常なライダーデータのため、最初のレイヤー検査が終了しました。' + 00x0C00030000020004: '現在の印刷ジョブでは最初のレイヤー検査はサポートされていません。' + 00x0C00030000020005: '最初のレイヤー検査がタイムアウトしました。' + 00x0C0003000002000C: 'ビルドプレートマーカーが検出されません。' + 00x0C0003000002000E: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002000F: 'Parts skipped before first layer inspection; the inspection is not supported for the current print.' + 00x0C00030000020010: 'Foreign objects detected on heatbed; Please check and clean the heatbed.' + 00x0C00030000020011: 'The high-precision nozzle offset calibration failed; please recalibrate.' + 00x0C00030000020012: 'Foreign object detection is not working. The Live View Camera needs calibration. Please tap ' + 00x0C00030000020013: 'Foreign object detection is not working. Please restart the devices or update the firmware.' + 00x0C00030000020014: 'Foreign object detection accuracy has decreased. If this occurs frequently, perform a Live View Camera calibration ("Settings" > "Calibration" on the printer screen). If a laser or cutting module is installed, remove it before proceeding.' + 00x0C00030000020015: 'Foreign object detection is not working. Detected the Live View Camera has been replaced. If a laser or cutting module is installed, please uninstall the module, tap ' + 00x0C00030000020016: 'Foreign object detection is not working and the Live View camera serial number cannot be read. Please contact the customer support team.' + 00x0C00030000020017: 'Laser engraving Z-axis focus calibration failed. Please check if the Laser Test Material (350g paperboard) is properly placed and its surface is clean and intact.' + 00x0C00030000020018: 'Insufficient system memory was detected, and the foreign object detection function was not working. Please restart the devices or update the firmware after the task is completed' + 00x0C00030000020019: 'The Vision Encoder Plate is either not placed or incorrectly placed. Please ensure it is correctly positioned on the heatbed.' + 00x0C0003000002001C: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002001D: 'Foreign object detection is not working, and images cannot be obtained. Please check the live camera connection.' + 00x0C00030000030006: 'パージされたフィラメントが積み重なっています。' + 00x0C00030000030007: '最初のレイヤーに欠陥がある可能性があります。' + 00x0C00030000030008: 'スパゲッティ欠陥の可能性があります。' + 00x0C0003000003000B: '最初のレイヤーを検査中。' + 00x0C0003000003000D: 'Detected that the extruder may not be extruding normally. Please check and decide if printing should be stopped.' + 00x0C00030000030010: 'Your printer seems to be printing without extruding.' + 00x0C0003000003001A: 'Foreign object detection did not work, possibly due to manual interruption (e.g., tapping stop or opening the door in laser mode). You can ignore this if that''s the case. Otherwise, try restarting the printer or updating the firmware to restore the function.' + 00x0C0003000003001B: 'Possible spaghetti defects were detected. Please check the print quality and decide if the job should be stopped.' + 00x0C00040000010005: 'BirdsEye Camera malfunction: please contact customer support.' + 00x0C00040000010010: 'Failed to measure material thickness due to laser module malfunction.' + 00x0C00040000010011: 'Failed to measure material thickness: device parameters abnormal; please setup BirdsEye Camera again.' + 00x0C00040000010012: 'Live View Camera data link is abnormal.' + 00x0C00040000010013: 'The exposure parameters of the BirdsEye Camera are not effective; please try again.' + 00x0C00040000010014: 'Cutting Protection Base not detected, which may lead to heatbed damage. Please place it and continue.' + 00x0C00040000010015: 'Laser Protective Insert not detected. Please place it and continue.' + 00x0C00040000010016: 'Quick-release Lever is not locked. Please push it down to secure.' + 00x0C00040000010020: 'The visual marker on the heatbed is damaged, please contact after-sales.' + 00x0C00040000010025: 'The device malfunctioned; please restart.' + 00x0C00040000020002: 'Cutting Platform not detected. Please place the required mat for the task and continue.' + 00x0C00040000020003: 'The Laser Platform is not properly aligned. Please ensure all four corners are aligned with the heatbed.' + 00x0C00040000020004: 'The type of platform is not supported for this task. Please use the correct platform to continue.' + 00x0C00040000020007: 'BirdsEye Camera is setting up. Please clear all objects and remove the mat. Make sure the marker is not obstructed. Meanwhile, clean both the BirdsEye Camera and Toolhead Camera, and remove any foreign objects blocking their view.' + 00x0C00040000020008: 'Material not detected. Please confirm placement and continue.' + 00x0C00040000020017: 'The visual marker was not detected during PrintThenCut; please re-paste the material to the correct position. Meanwhile, please clean the Toolhead Camera to prevent contamination and remove any objects that may obstruct its view.' + 00x0C00040000020018: 'The Cutting Blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Assistant to check if the blade tip is worn.' + 00x0C00040000020019: 'The Birdseye Camera is installed offset. Please refer to the Wiki to reinstall it.' + 00x0C00040000020023: 'Thickness measurement failed, the Toolhead Camera was unable to detect the material surface.' + 00x0C00040000020026: 'Liveview Camera initialization failed, and some AI functions such as Spaghetti Detection will be disabled. Please restart the printer. If the problem persists, please contact customer support.' + 00x0C00040000020029: 'The Laser or Cutting module has not been calibrated. Please calibrate it on the printer first.' + 00x0C00040000020030: 'The rotary engraving accessory is placed incorrectly. Please adjust and reposition it.' + 00x0C00040000030018: 'The Cutting blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Wiki to check if the blade tip is worn.' + 00x0C00040000030024: 'The BirdsEye Camera position is detected to be offset. To ensure engraving accuracy, it is recommended to rerun the BirdsEye Camera Setup.' + 00x0C00040000030026: 'To improve flame detection accuracy, the right chamber light has been automatically turned off.' + 00x0C00040000030028: 'The Cutting Module offset calibration failed, which may result in inaccurate cuts. Please ensure the 80g white printer paper(letter paper thickness) is properly positioned and check whether the cutting blade tip is worn.' + 00x1200100000010001: 'The AMS %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1200100000010003: 'The AMS %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1200100000020002: 'AMS%sスロット%sモーターが過負荷です。フィラメントが絡まっているか、詰まっている可能性があります。' + 00x1200200000020001: 'AMS%sスロット%sのフィラメントがなくなりました。' + 00x1200200000020002: 'AMS %s slot %s is empty; please insert a new filament.' + 00x1200200000020003: 'AMS %s slot %s filament may be broken in the PTFE tube.' + 00x1200200000020004: 'AMS %s slot %s filament may be broken in the tool head.' + 00x1200200000020005: 'AMS %s slot %s filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead.' + 00x1200200000020006: 'AMS%sスロット%sのフィラメントの押し出しに失敗しました。エクストルーダーが詰まっているか、フィラメントが薄すぎてエクストルーダーが滑っている可能性があります。' + 00x1200200000030001: 'AMS %s slot %s filament has run out. Purging the old filament; please wait.' + 00x1200200000030002: 'AMS%s Slot%s filament has run out and automatically switched to the slot with the same filament.' +#NOTIFY END + +#CONTROL + 00x1200300000010001: 'AMS %s slot %s RFID coil is broken or the RF hardware circuit has an error.' + 00x1200300000010004: 'RFID cannot be read because of an encryption chip failure in AMS %s.' + 00x1200300000020002: 'The RFID-tag on AMS %s slot %s is damaged.' + 00x1200300000030003: 'AMS %s slot %s RFID cannot be read because of a structural error.' + 00x1200450000020001: 'The filament cutter sensor is malfunctioning. Please check whether the connector is properly plugged in.' + 00x1200450000020002: 'The filament cutter''s cutting distance is too large. The X motor may lose steps.' + 00x1200500000020001: 'AMS %s communication is abnormal; please check the connection cable.' + 00x1200510000030001: 'AMS is disabled; please load filament from spool holder.' + 00x1200700000010001: 'AMS %s Filament speed and length error: The slot %s filament odometry may be faulty.' + 00x1200800000020001: 'AMS%sスロット%sフィラメントが絡まっているか、詰まっている可能性があります。' + 00x12FF200000020001: 'Filament at the spool holder has run out; please insert a new filament.' + 00x12FF200000020002: 'Filament on the spool holder is empty; please insert a new filament.' + 00x12FF200000020004: 'Please pull the filament on the spool holder out from the extruder.' + 00x12FF200000020005: 'Filament may be broken in the tool head.' + 00x12FF200000020006: 'Failed to extrude the filament; the extruder may be clogged.' + 00x12FF200000020007: 'ツールヘッド内のフィラメントの位置を確認できませんでした。詳細なヘルプについてはクリックしてください。' + 00x12FF200000030007: 'Checking the filament location of all AMS slots, please wait.' + 00x12FF800000020001: 'The filament on the spool holder may be tangled or stuck.' + 00x1800010000010001: 'The AMS-HT %s assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin.' + 00x1800010000010003: 'The AMS-HT %s assist motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800010000010004: 'The AMS-HT %s assist motor speed control is malfunctioning. The speed sensor may be faulty.' + 00x1800010000010005: 'AMS-HT %s The current sensor of assist motor may be faulty.' + 00x1800010000010011: 'AMS-HT %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800010000020002: 'The AMS-HT %s assist motor is overloaded. The filament may be tangled or stuck.' + 00x1800010000020006: 'AMS-HT %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020007: 'AMS-HT %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020008: 'AMS-HT %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x1800010000020009: 'AMS-HT %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x1800010000020010: 'AMS-HT %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x1800010000020011: 'AMS-HT %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800020000010001: 'AMS-HT %s Filament speed and length error: The filament odometry may be faulty.' + 00x1800020000020002: 'AMS-HT %s The odometer has no signal. The odometer connector may have poor contact.' + 00x1800020000020003: 'AMS-HT %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' + 00x1800100000010001: 'The AMS-HT %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1800100000010003: 'The AMS-HT %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800100000020002: 'The AMS-HT %s slot %s motor is overloaded. The filament may be tangled or stuck.' + 00x1800100000020004: 'AMS-HT %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000010081: 'Failed to read the filament information from AMS-HT %s slot %s. The AMS main board may be malfunctioning.' + 00x1800200000010082: 'Failed to read the filament information from AMS-HT %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x1800200000010083: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged.' + 00x1800200000010084: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x1800200000010085: 'Failed to read the filament information from AMS-HT %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x1800200000010086: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' + 00x1800200000020001: 'AMS-HT %s slot %s filament has run out. Please insert a new filament.' + 00x1800200000020002: 'AMS-HT %s slot %s is empty; please insert a new filament.' + 00x1800200000020003: 'AMS-HT %s slot %s''s filament may be broken in AMS-HT.' + 00x1800200000020004: 'AMS-HT %s slot %s filament may be broken in the tool head.' + 00x1800200000020005: 'AMS-HT %s slot %s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' + 00x1800200000020006: 'AMS-HT %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x1800200000020007: 'AMS-HT %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x1800200000020008: 'AMS-HT %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x1800200000020009: 'Failed to extrude AMS-HT %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x180020000002000A: 'Failed to adjust the filament position of AMS-HT %s slot %s. The filament or buffer may be stuck.' + 00x1800200000020010: 'AMS-HT %s slot %s feeds filament out of AMS timeout.' + 00x1800200000020011: 'AMS-HT %s slot %s pulls filament back to AMS timeout.' + 00x1800200000020012: 'AMS-HT %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x1800200000020013: 'AMS-HT %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000020014: 'AMS-HT %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x1800200000020015: 'AMS-HT %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x1800200000020016: 'AMS-HT %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x1800200000020017: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x1800200000020018: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x1800200000020019: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x1800200000020020: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x1800200000020021: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x1800200000020022: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x1800200000020023: 'AMS-HT %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x1800200000020024: 'AMS-HT %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x1800200000020025: 'AMS-HT %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x1800200000020026: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x1800200000020027: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' + 00x1800200000030001: 'AMS-HT %s slot %s filament has run out. Please wait while old filament is purged.' + 00x1800200000030002: 'AMS-HT %s slot %s filament has run out and automatically switched to the slot with the same filament.' + 00x1800240000010007: 'AMS-HT %s door detection is abnormal, the Hall sensor connection may be loose or disconnected.' + 00x1800240000020009: 'AMS-HT %s front cover is open. This may affect the drying performance or cause the filament to absorb moisture.' + 00x1800250000020001: 'AMS-HT %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x1800260000020001: 'The induction hotend is heating up, and the drying power of AMS-HT %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x1800300000010001: 'The AMS-HT %s RFID 1 board has an error.' + 00x1800300000010004: 'Encryption chip failure' + 00x1800300000020002: 'The RFID-tag on AMS-HT %s slot %s is damaged, or its content cannot be identified.' + 00x1800300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x1800350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x1800350000010002: 'AMS-HT %s The humidity sensor is disconnected, which may be due to poor connector contact.' + 00x1800400000020001: 'AMS-HT %s Filament buffer position signal lost: the cable or position sensor may be malfunctioning.' + 00x1800450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x1800450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x1800500000020001: 'AMS-HT %s communication is abnormal; please check the connection cable.' + 00x1800510000030001: 'The AMS is disabled; please load filament from the spool holder.' + 00x1800550000010003: 'AMS-HT %s was detected offline during the AMS initialization process.' + 00x1800550000010004: 'The binding between AMS-HT %s and the extruder is incorrect. Please run the AMS Setup.' + 00x1800550000020001: 'A new AMS-HT detected. Please set it up to check which extruder the AMS-HT is connected to.' + 00x1800560000030001: 'AMS-HT %s is undergoing dry cooling; please wait for it to cool down before operating.' + 00x1800600000020001: 'The AMS-HT %s slot %s is overloaded. The filament may be tangled or the filament buffer may be stuck.' + 00x1800700000020001: 'Failed to pull out the AMS-HT %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x1800700000020002: 'Failed to feed the AMS-HT %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020004: 'Failed to pull back the AMS-HT %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020005: 'Failed to feed the AMS-HT %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x1800700000020007: 'AMS-HT %s filament ran out. Please put a new filament into the same slot in AMS-HT %s and resume.' + 00x1800800000010001: 'AMS-HT %s The current sensor of heater %s is abnormal.' + 00x1800800000010002: 'AMS-HT %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x1800800000010003: 'AMS-HT %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x1800800000010004: 'AMS-HT %s The heater %s is heating abnormally.' + 00x1800860000010004: 'AMS-HT %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x1800900000010002: 'AMS-HT %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x1800900000010003: 'AMS-HT %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x1800900000010004: 'The current sensor of AMS-HT %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS-HT mainboard.' + 00x1800900000020001: 'AMS-HT %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x1800920000010001: 'AMS-HT %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x1800920000020002: 'AMS-HT %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x1800920000020003: 'The AMS-HT %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x1800940000010001: 'AMS-HT %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x1800940000010002: 'AMS-HT %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x1800960000010001: 'AMS-HT %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x1800960000010003: 'AMS-HT %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x1800960000020002: 'AMS-HT %s Environmental temperature is too low, which will affect the drying capability.' + 00x1800960000020004: 'AMS-HT %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x1800970000030001: 'AMS-HT %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x1800980000020001: 'AMS-HT %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x1800980000020002: 'AMS-HT %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x18FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x18FF200000020001: 'External filament has run out; please load a new filament.' + 00x18FF200000020002: 'External filament is missing; please load a new filament.' + 00x18FF200000020004: 'Please pull the external filament from the extruder.' + 00x18FF700000020003: 'Please check if the material is coming out of the right nozzle. If not, gently push the material and try to extrude again.' + 00x1A00010000020001: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has no hotend installed, the corresponding rack slot contains a hotend, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020002: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has a hotend installed, the corresponding rack slot is empty, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020003: 'Error detected before induction hotend replacement: no hotend installed in slot %s on the rack.' + 00x1A00010000020004: 'Error detected before induction hotend replacement: a hotend is already installed in slot %s on the rack. Please remove it before continuing.' + 00x1A00010000020020: 'Abnormal condition detected while nesting the hotend in slot %s: a hotend is already installed. Please remove the existing one before clicking "Continue."' + 00x1A00010000020021: 'Abnormal condition detected while nesting the hotend in slot %s: no hotend detected on the toolhead. Please mount the hotend onto the toolhead before clicking "Continue."' + 00x1A00010000020022: 'Abnormal condition detected while nesting the hotend in slot %s. Please ensure no hotend is mounted on the toolhead and that a hotend is present in slot %s on the rack before clicking "Continue."' + 00x1A00010000020023: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detect the hotend on the toolhead. Please check whether there is any debris on the hotend heatsink surface or if the front magnet has fallen off. If not, recalibrate the induction hotend rack.' + 00x1A00010000020024: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detach the hotend from the toolhead. Please make sure the locking lever is in the released position.' + 00x1A00010000020025: 'Abnormal condition detected while nesting the hotend in slot %s: the hotend has dropped. Please check for excessive filament remaining at the top of the hotend, trim the residue, reinstall the hotend into slot %s on the rack, and then click "Continue."' + 00x1A00010000020026: 'Abnormal condition detected while nesting the hotend in slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020027: 'Abnormal condition detected while nesting the hotend in slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00010000020030: 'Abnormal condition detected while fetching the hotend from slot %s: no hotend found in this position. Please install a hotend in the corresponding slot before clicking "Continue."' + 00x1A00010000020031: 'Abnormal condition detected while fetching the hotend from slot %s: a hotend is already mounted on the toolhead. Please remove the hotend from the toolhead before clicking "Continue."' + 00x1A00010000020032: 'Error detected while fetching the hotend from slot %s: the toolhead failed to detect the hotend on the rack. Please check for any debris in the induction hotend mounting slot on the toolhead. If none is found, recalibrate the induction hotend rack.' + 00x1A00010000020033: 'Error detected while fetching the hotend from slot %s: the rack failed to mount the hotend properly. Please check for excessive filament at the top of the hotend, debris in the contact area between the toolhead and the hotend, or if the locking lever is in the released position. After resolving the issue, click "Continue."' + 00x1A00010000020034: 'Error detected while fetching the hotend from slot %s: the hotend has dropped. Please check for excessive filament or other debris at the top of the hotend, trim or remove it, then reinstall the hotend into slot %s on the rack and click "Continue."' + 00x1A00010000020035: 'Error detected while fetching the hotend from slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020036: 'Error detected while fetching the hotend from slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00100000020001: 'Toolhead XY axis or hotend rack has not finished homing. Hotend replacement cannot proceed.' + 00x1A00110000020002: 'Hotend rack coarse homing failed. Please check for any obstructions.' + 00x1A00110000020003: 'Induction Hotend Rack coarse homing failed due to excessive travel. Please check the timing belt condition.' + 00x1A00120000020001: 'Induction hotend rack calibration failed: camera position calibration error. Please clean any debris from the thermal paper surface at the rear of the build plate and remove residue from the nozzle.' + 00x1A00120000020002: 'Induction hotend rack calibration failed: the white marker on the rack''s induction hotend docking module was not detected. Please refer to the Wiki to check if the marker is damaged or covered by dirt.' + 00x1A00120000020003: 'Induction hotend rack calibration failed: abnormal calibration result. Please refer to the Wiki to check if the rack structure is deformed.' + 00x1A00120000020004: 'Hotend rack height calibration is abnormal. Please check for any foreign objects that may be causing the rack to jam.' + 00x1A00120000020007: 'The hotend rack motion timed out. Please check for any foreign objects or obstructions that may be causing the rack to jam.' + 00x1A00120000020008: 'The hotend rack tool lock rod position is abnormal. Please check for any foreign objects or obstructions that may be causing the lock rod to jam.' + 00x1A00120000020009: 'Induction hotend locking lever or rack lever release mechanism error. Please refer to the Wiki for inspection.' + 00x1A00120000020010: 'The Induction Hotend Rack has not been set up. Please follow the instructions to complete the setup before using its functions.' + 00x1A00120000020011: 'Induction hotend not detected before locking. Please check its installation on the toolhead.' + 00x1A00130000020001: 'The hotend rack is fully occupied. Please remove at least one hotend before proceeding.' + 00x1A00200000020001: 'Power outage occurred during hotend replacement. Please follow the Wiki guide to restore the setup, otherwise printing may fail.' + 00x1A00210000010001: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend back to slot %s on the rack, then move the toolhead to the center of the build plate.' + 00x1A00210000010002: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend from slot %s on the rack back onto the toolhead, then move the toolhead to the center of the build plate.' + 00x1A00210000020001: 'Power loss occurred while fetching/nesting hotend. Check if the hotend is in slot %s on the rack. If not, nest it back to that slot and move the toolhead to the center of the build plate.' + 00x1A00210000020002: 'Power loss occurred while fetching/nesting the hotend. Check if it''s mounted on the toolhead. If not, fetch it from slot %s on the rack, nest it onto the toolhead, and move the toolhead to the center of the build plate.' + 00x1A00E00000010005: 'The Induction Hotend Rack is blocked by an obstacle during homing. Please clear any obstructions from its movement path.' + 00x1A00E00000010006: 'Induction Hotend Rack homing distance is too long. The timing belt may be loose. Please check and tighten.' + ctl_top_t_temp_axis: '温度/軸' + ctl_top_t_filament: 'フィラメント' + ctl_top_t_hello: 'こんにちは世界' + ctl_t_part: '部品' + ctl_t_aux: '補助' + ctl_t_chamber: 'チャンバー' + sw_t_on: 'オン' + sw_t_off: 'オフ' + ctl_t_speed: '印刷速度' + ctl_t_speed_silent: '静音' + ctl_t_speed_standard: '標準' + ctl_t_speed_sport: 'スポーツ' + ctl_t_speed_ludicrous: ' ルディクルス' + ctl_t_extruder: 'エクストルーダー' + ctl_t_temp_high: '指定温度以上にしないでください %ld℃' + ctl_t_filament_t_tip: 'ヒント' + ctl_t_filament_tip: 'ロードする前に、フィラメントがツールヘッドに押し込まれていることを確認してください。' + ctl_t_to_load: 'ロードする' + ctl_t_to_unload: 'アンロードする' + ctl_t_heat_nozzle_temp: 'ノズルを加熱する' + ctl_t_push_new_filament: '新しいフィラメントをエクストルーダーに押し込む' + ctl_t_grab_new_filament: '新しいフィラメントを掴む' + ctl_t_purge_old_filament: '古いフィラメントをパージする' + ctl_t_cut_filament: 'フィラメントをカットする' + ctl_t_back_filament: '現在のフィラメントを引き戻す' + content_empty: '空' + tpu_not_supported: '"%s %s"はAMSでサポートされていません。' + cf_gf_warning: '"%s %s"フィラメントは硬くて脆いため、AMSで簡単に割れたり詰まったりします。使用には注意してください。' + pva_warning: '湿った"%s %s"は柔軟になり、AMS内で詰まります。 使用前に乾燥させてください’' + +#CONTROL END + +#MQTT + ctl_t_mqtt_ctl_mode: '制御モード' + ctl_t_mqtt_statu_master: 'リーダー' + ctl_t_mqtt_statu_slave: 'フォロワー' + ctl_t_mqtt_status_sync: '同期' + ctl_t_mqtt_disconected: '切断' + printer_connecting: 'プリンターが接続中です。' + printer_disconnected: 'プリンターが切断されました。' + printer_connected: 'プリンターの接続に成功しました。' + mqtt_login_failed: | + プリンターに接続できません! + アクセスコード"が間違っている可能性があります。「編集」をクリックして「アクセスコード」を確認および再編集してください。 + 接続の問題を解決するにはQRコードをスキャンしてください。 + mqtt_never_connected: | + プリンターに接続できません! + プリンターの電源が入っており、Panda Touchと同じLAN上にあることを確認してください。または「編集」をクリックして「IP」および「SN」を確認および再編集してください。 + 接続の問題を解決するにはQRコードをスキャンしてください。 + mqtt_master_changed: | + プリンターに接続できません! + プリンターの電源が入っており、Panda Touchと同じLAN上にあることを確認してください。または「編集」をクリックして「IP」および「SN」を確認および再編集してください。 + これは「リーダー」であるため、グループ内の別のプリンターが一時的に「リーダー」として割り当てられます。 + プリンターの電源を切った場合は、このメッセージを無視してください。 + 接続の問題を解決するにはQRコードをスキャンしてください。 + mqtt_master_error: | + プリンターに接続できません! + プリンターの電源が入っており、Panda Touchと同じLAN上にあることを確認してください。または「編集」をクリックして「IP」および「SN」を確認および再編集してください。 + これは「リーダー」であり、グループ内に接続されている他のプリンターがないため、問題が解決するまでPanda Touchを使用できません。 + 接続の問題を解決するにはQRコードをスキャンしてください。 + mqtt_slave: | + プリンターに接続できません! + プリンターの電源が入っており、Panda Touchと同じLAN上にあることを確認して下さい。または「編集」をクリックして「IP」および「SN」を確認および再編集してください。 + このプリンターは「リーダー」ではないため、グループ内で「リーダー」をフォローできません。 + プリンターの電源を切った場合は、このメッセージを無視してください。 + 接続の問題を解決するにはQRコードをスキャンしてください。 + mqtt_not_online: | + プリンターに接続できません! + プリンターの電源が入っており、Panda Touchと同じLAN上にあることを確認してください。 + 接続の問題を解決するにはQRコードをスキャンしてください。 +#MQTT END + +#FILE + file_t_usb_flash_driver: 'USBフラッシュドライブ' + file_t_name: '名前' + file_t_date: '日付' + file_t_size: 'サイズ' + file_s_transmitting: '送信中' + file_s_printers_in_sync: '同期中のプリンター:%d/%d' + file_s_failed: '失敗' + file_s_printing: '印刷中' + file_s_waiting: '待機中' +#FILE END + +#GUID + guid_t_start: '開始' + guid_c_start: 'BambuLabオリジナル画面をアクティブにします。' + guid_t_get_ip_access: 'IPおよびアクセスコードを取得' + guid_c_get_ip_access_wlan: 'D-padを使用してWLANを選択し、OKを押して入力します。' + guid_c_get_ip_access_enter: '対応するPanda Touchの入力ボックスにIPおよびアクセスコードを入力します。' + guid_t_get_sn: 'SNコードを取得' + guid_c_get_sn_return: '設定に戻るには戻るボタンを押します。' + guid_c_get_sn_enter: 'D-padを使用してデバイスを選択し、OKを押して入力します。' + guid_c_get_sn_enter_code: 'これはSNコードです。対応するPanda Touchの入力ボックスに入力してください。' + guid_t_completed: | + ; ) + おめでとうございます!Panda Touchのチュートリアルが完了しました。機能をお試しください。 + guid_c_completed: '画面の空白部分をクリックして接続インターフェイスに戻ります。ステータスを追跡するためにプリンター情報を追加できます。' + sn: 'SN:' + guid_unable_find: 'プリンター設定を見つけることができませんか?' + guide_select_lang: 'Panda Touchの言語を選択してください' + guide_ota_not_finished: 'OTAがまだ完了していません' + guide_ota_remind: | + 同じWiFiネットワーク上のコンピューターを使用してください。これは、iOSやAndroidなどのオペレーティングシステムを実行しているコンピューターやモバイルデバイスでかまいません。以下では「コンピューター」と呼びます。 + • コンピューターのブラウザにPanda TouchのIPアドレスを入力してWeb UIにアクセスし、「Update File」ボタンをクリックします。 + • 「Choose File」ボタンをクリックし、ダウンロードした.imgファイルを選択します。 + • Panda Touchは自動的に更新を開始します。 + guid_ota_connect_wifi: '右側のWiFiネットワークを選択してパスワードを入力し、インターネットに接続してください。接続するネットワークが表示されない場合は、更新ボタンをクリックしてください。' +#GUID END + +#CLOUD START + tip_about_region: 'ログインする前に地域を選択してください。地域はアカウントの地域と同じである必要があります。' + tip_del_account: 'アカウントを削除する必要がありますか?PandaTouchはこのアカウントにバインドされたプリンターをローカルモードに変換します。' + tip_input_phone: '電話番号を入力してください' + tip_input_email: 'メールアドレスを入力してください' + t_region: '地域:' + t_account: 'アカウント:' + t_password: 'パスワード:' + t_region_china: '中国' + t_region_global: 'グローバル' + tip_phone_incorrect: '有効な電話番号を入力してください' + tip_email_incorrect: '有効なメールアドレスを入力してください' + tip_account_not_reg: 'ログインに失敗しました。このアカウントは登録されていません。' + tip_password_incorrect: 'ログインに失敗しました。パスワードを確認してください。' + tip_network_error: 'ログインに失敗しました。ネットワークを確認してください。' + tip_login_ok: | + クラウドログインに成功しました! + + 既存のプリンターをすべてクラウドモードに変換しますか?「LANモード」を使用していない場合にのみ「はい」を選択してください。「LANモード」を使用している場合は、クラウドに手動で各プリンターを追加する方がよいです。 + tip_account_sync_ok: 'プリンターは正常にクラウドモードに変換されました。複数デバイスページで各プリンターの現在のモードステータスを確認できます。' + tip_account_sync_error: '一部のプリンターをクラウドモードに変換できませんでした。WiFiおよびクラウドモードの設定を確認して再試行してください。' + tip_account_sync_zero: '現在のアカウントにはクラウドプリンターがありません。このアカウントにプリンターを追加し、再度ログインしてください。' + tip_printer_without_cloud: 'このプリンターはまだこのアカウントにバインドされていません。BambuLab StudioまたはHandyを使用してプリンターを追加してからクラウドを有効にしてください。' + tip_printer_login_account: '最初にアカウントにログインしてください。' + tip_account_error: 'アカウントに問題があります。アカウント名やパスワードに変更があったかどうか、およびアカウントの地域が現在の場所と一致しているかどうかを確認してください。' + tip_account_network_error: 'ネットワーク接続に問題があります。ネットワークパスワードが変更されたかどうかを確認し、再接続してプリンターのクラウド接続を復元してください。' + t_login_bambu: 'BambuLabアカウントにログイン' + tip_convert_to_cloud: 'プリンターをクラウドモードに変換しています。お待ちください。' + t_enable_could: 'クラウド' + tip_wifi_not_connected: 'Wi-Fi接続が切断されました。最初にWi-Fiに接続してください。' + tip_printer_work_in_cloud: 'プリンターはクラウドモードで動作します。' + tip_printer_work_in_local: 'プリンターはLANモードで動作します。' + tip_ftp_ip_invalid: | + プリンターがPanda Touchと同じLAN上にあることを確認してください。 + "IP"または"アクセスコード"を確認し、再編集してください。 + tip_ftp_not_find: 'ルートディレクトリにファイルが見つかりません。' + tip_group_printer_cloud_mode: 'プリンター%d:%sはクラウドモードで動作しています。' + tip_group_printer_local_mode: 'プリンター%d:%sはLANモードで動作しています。' + tip_group_work_in_cloud: 'プリンターグループはクラウドモードで動作します。' + tip_group_work_in_local: 'プリンターグループはLANモードで動作します。' +#CLOUD END + +#NEW ADD + tip_printer_group_max: 'Panda Touchは現在%dプリンターグループのみをサポートしています。' + tip_one_master_at_least: '最低でも1つのマスタープリンターをグループに保持する必要があります。' + tip_one_select_at_least: | + 1つのマスタープリンターをグループに保持してください。 + グループを削除する場合は、戻るボタンを押して削除ボタンで削除してください。 + tip_remove_group_confirm: 'Panda Touchからこのプリンターグループを削除してもよろしいですか?' + tip_group_same_name: '同じグループが存在します。名前を変更してください。' + tip_printer_in_group: 'プリンターはグループ内で選択されています。グループ内で削除してください。' + tip_reprint_group_printer: 'これにより、このプリンターでのみファイルが再印刷されます。グループ内のすべてのプリンターで印刷を開始するには、すべてのプリンターが完了するのを待ち、通常のプロセスを使用して印刷を開始してください。' + tip_reprint_printer: 'このプリンターでファイルを再印刷しますか?' + tip_waiting_print_finished: '新しい印刷を開始する前に、現在の印刷タスクを停止してください。' + tip_group_connected: 'プリンターグループが正常に接続されました。' + tip_group_printer_disconnected: 'プリンター%d:%sが切断されました。' + tip_group_printer_connecting: 'プリンター%d:%sが接続中です。' + tip_group_printer_printing: 'プリンター%d:%sが印刷中です。' + tip_group_printer_temp_too_high: 'プリンター%d:%s %d ℃.' + tip_group_printer_file_config: '%sファイルを印刷しますか?有効にする必要がある印刷機能を選択してください。' + tip_group_power_off: 'このグループ内のプリンターの電源をオフにしますか?' + tip_group_reset_power_usage: 'グループ内にバインドされているPWRプリンターの電力使用量をクリアしますか?' + tip_group_power_off_not_online: 'グループ内のプリンターが切断されました。電源を切り続けるかどうかを確認してください。' + tip_group_printing_not_idle: 'このグループ内の一部のプリンターが印刷中です。プリンターをオフにすると、ブロックが発生する可能性があります。プリンターの電源をオフにする前にホットエンドが冷却されるのを待ってください。続行しますか?' + tip_group_temp_too_high_confirm: 'グループ内の一部のプリンターのホットエンド温度が50度を超えています。プリンターをオフにすると、ブロックが発生する可能性があります。プリンターの電源をオフにする前にホットエンドが冷却されるのを待ってください。続行しますか?' + t_is_printing: '印刷中' + t_is_idle: 'アイドル' + t_table_header_index: '番号' + t_table_header_device_name: 'デバイス名' + t_table_header_status_task: '状態 / タスク' + t_table_header_actions_connection: '操作と接続' + tip_enter_group_name: 'グループ名を入力してください:' + tip_move_confirm: 'プリンター/プリンターグループは現在印刷中のため、移動できません。' + tip_always_sleep: 'この操作は画面を損傷する可能性があります。続行しますか?' + tip_bind_power: | + Panda PWRボタンを押して、青いライトが点滅するまで押し続けてください。 + 次に、Panda TouchをPanda PWRのケースに接触させて接続します。 + tip_remove_keep_one: 'プリンターを少なくとも1台保持してください。' + tip_remove_printer_with_power: 'このプリンターはPanda PWRにバインドされています。削除を続行しますか?' + tip_about_power: | + Panda PWR + 自動シャットダウン、リアルタイムの電力監視、電力追跡、デュアルUSB-Aインターフェース設計、詳細を知るにはQRコードをスキャンしてください。 + tip_power_off_not_online_confirm: 'プリンターが切断されました。プリンターの電源を切るかどうかを確認してください。' + tip_power_off_temp_too_high_confirm: 'ホットエンドの温度が50度を超えています。プリンターをオフにすると、ブロックが発生する可能性があります。プリンターの電源をオフにする前にホットエンドが冷却されるのを待ってください。続行しますか?' + tip_power_off_confirm: 'プリンターの電源を切るかどうかを確認してください。' + tip_auto_power_off_confirm: '印刷が完了し、ホットエンドが50度以下に冷却されると、プリンターの電源が自動的にオフになります。' + t_auto_power_off: '自動シャットダウン:' + t_min: '分' + t_countdown: 'カウントダウン:' + t_power: '電力' + tip_know_power: 'Panda PWRとは' + tip_add_power: 'Panda PWRを追加' + t_voltage: '電圧:' + t_current: '電流:' + t_power_2: '電源:' + t_power_usage: 'エネルギー使用量:' + t_printer: 'プリンターリーダー:' + t_power_wifi: 'WiFi SSID:' + t_power_usb_follow: 'USB 1フォロープリンターライト:' + t_usb_config_off: 'オフ' + t_usb_config_on: 'オン' + t_must_high: '入力値は%ldより大きくなければなりません' + t_must_less: '入力値は%ldより小さくなければなりません' + t_power_printer_no: '番号。' + tip_confirm_bind_power: 'Panda PWRからのバインドを受け入れますか?' + tip_confirm_unbind_power: 'Panda PWRからのバインドを解除しますか?' + t_reset_power_usage: | + リセット + 使用量 + t_reset_power_usage_print: '使用量をリセットする' + tip_confirm_reset_power_usage: '電力使用量をリセットしますか?' + t_auto_off: '自動オフ' + t_power_off_all: 'グループ内のPWRにバインドされたプリンターの電源を切りますか?' + t_pwr_has_been_bind: 'このPWRはプリンター%sにバインドされています。続行する前にバインドを解除してください。' + tip_pwr_max: 'Panda Touchは現在、最大%d個のPanda PWRを接続できます。' + t_power_off_after_printing: '印刷後の自動電源オフ' + tip_change_reboot: 'より良い速度体験のためには再起動が必要です。続行しますか?' + t_multi_print_heat_delay: 'マルチ印刷ヒート遅延' + t_file_t_history: '印刷履歴' + t_history_cost_time: '消費時間' + t_history_weight: '重量' + t_history_only_cloud: 'クラウドモードのみ対応' + t_history_not_find: '見つかりません' + t_default_directory: 'FTPS-デフォルトディレクトリ' + t_reboot_take_effect: '適用するには再起動が必要です。続行しますか?' + t_send_code: 'コードを送信' + tip_send_code: 'コードを入力してください' + tip_error_code_length: 'コードの長さは6桁である必要があります' + tip_error_code: 'コードが存在しないか期限切れです。新しい認証コードを再取得してください。' + tip_error_send_code: 'コードの送信に失敗しました。インターネット接続を確認してください。' + tip_loading_thumbnail: 'Loading data from printer. Please wait a second.' + t_sd_enhanced_load_thumbnails: 'Enhanced thumbnail display' + tip_enhanced_load_effect: 'start printing from USB stick or click sd-card panel will cause a long delay and it will takes effect after reboot, continue?' + tip_not_higher: 'Not higher than %d.' + tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' + tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' + tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' + tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' + tip_ams_dry_stop: 'AMS乾燥を停止しますか?' + tip_dry_completed: 'Drying completed.' + tip_dry_not_support: 'Not support for A1, A1-mini, P1P.' + tip_dry_printer_printing: 'The printer is printing.' + tip_skip_obj_selected: '#ff0000 %d# objects is selected' + tip_dry_ing: 'Drying' + tip_dry_prepare_ok: 'Ready, please check if the printer tool head has returned to the preset position before clicking start.' +#NEW ADD END +# AUTO-FILLED MISSING KEYS START + tip_firmware_incompatible: | + Your Bambu machine is running firmware version %s or above + This firmware implements an authentication mechanism that requires Bambu to approve who can send control commands to your machines if you are operating in cloud mode. + To regain full control of your machine using the Panda Touch, please change to LAN-only, developer mode from your stock bambu screen. + Alternately, you can roll back to an earlier firmware version using the bambu handy app. + tip_firmware_incompatible_reduced: '読み取り専用モードです。完全に制御するにはLAN-only developer modeに切り替えるか、プリンターファームウェアを以前のバージョンに戻してください。' +# AUTO-FILLED MISSING KEYS END diff --git a/Translation/ja.yml b/Translation/ja.yml deleted file mode 100644 index bc69fad..0000000 --- a/Translation/ja.yml +++ /dev/null @@ -1,578 +0,0 @@ -ja-JP: -#SETTING PAGE - lang_name_t: '日本語' - - min_time_t_1: '1分' - min_time_t_2: '2分' - min_time_t_3: '3分' - min_time_t_5: '5分' - min_time_t_10: '10分' - min_time_t_15: '15分' - min_time_t_60: '60分' - - sleep_time_t_always: '常にオン' - - setting_gen_t: '一般' - setting_net_t: 'ネットワーク' - setting_gen_t_dev: 'デバイス:' - setting_gen_t_man: 'メーカー:' - setting_gen_t_lang: '言語:' - setting_gen_t_fw: 'ファームウェア:' - setting_gen_t_slp: '自動スリープ:' - setting_gen_t_backlight: 'バックライトの明るさ:' - setting_gen_t_reb: '再起動' - setting_gen_t_rst: '初期設定に戻す' -#SETTING PAGE END - -#BUTTONS - btn_cancel: 'キャンセル' - btn_ok: 'OK' - btn_restart: '再起動' - btn_refresh: 'リフレッシュ' - btn_confirm: '確認' - btn_next: '次へ' - btn_back: '戻る' - btn_del: '削除' - btn_scan: 'スキャン' - btn_factory: '工場出荷状態へ戻す' - btn_close: '閉じる' - btn_ignore_all: '全て無視' - btn_load: 'ロード' - btn_unload: 'アンロード' - btn_retry: 'リトライ' - btn_abort: '中止' - btn_print: '印刷' - btn_remove: '削除' - btn_stop: '停止' - btn_pause: '一時停止' - btn_resume: '再開' - btn_filament: 'フィラメント' - btn_done: '完了' - btn_stop_all: '全て停止' - btn_format: 'フォーマット' - btn_disconnect: '切断' - btn_edit: '編集' - btn_yes: 'はい' - btn_no: 'いいえ' - btn_reset: 'リセット' - btn_add_printer: 'プリンター追加' - btn_add_group: 'グループ追加' - btn_goto_printers: 'マルチデバイスページへ' - btn_goto_wifi: 'Wi-Fiネットワークへ' - btn_ignore: '無視' - btn_goto_login: 'ログインページへ' - btn_dry: 'dry' - btn_dry_prepare: 'Preparare' - btn_dry_start: 'Start dry' - btn_skip_obj: 'Skip' -#BUTTONS END - - set_net_wifi_scaned: 'スキャンされた WiFi' - welcome_tip: '右側のWiFiネットワークを選択してインターネットに接続し、パスワードを入力してください。希望するネットワークが表示されない場合はリフレッシュを押してください。希望するネットワークに接続したら次へを押してください。' - tip_scan_qrcode: 'オンラインマニュアルにアクセスするには、携帯電話でQRコードをスキャンしてください。' - loading: '読み込み中...' - top_wifi_connect: 'WiFi %sに接続中' - top_wifi_connect_fail: 'WiFi: %sに接続失敗' - top_wifi_disconnected: 'WiFi: %sから切断されました' - top_print_connecting: 'プリンタ %d: %s に接続中' - top_print_connected: 'プリンター%d: %sに接続成功' - top_print_connect_fail: 'プリンタ%dへの接続に失敗しました: %s' -#PRINT - panda_touch: 'Panda Touch' - printer_model: 'モデル:' - printer_name: '名前:' - scan_print_t_acescd: 'アクセスコード:' - scan_print_t_ip: 'プリンターIP:' - filament_t_color: 'フィラメントの色:' - filament_t_matrl: 'フィラメントの素材:' - nozzle_t_diameter: 'ノズル径:' - nozzle_t_matrl: 'ノズル素材:' - wifi_c_wait_cancel: 'キャンセル待ち中...' - print_bed_leveling: 'ベッドレベリング' - print_flow_calibration: '流量キャリブレーション' - print_timelapse: 'タイムラプス' - prints_in_sync: 'プリンターと同期中: %d' - start_print_confirm: | - 印刷を開始する前に、次の点に注意してください: - 1. ファイルが選択したプリンター用にスライスされていることを確認してください。 - 2. スライスファイル内のフィラメント設定がAMSスロットにロードされたフィラメントと一致していることを確認してください。 - print_using_ams: 'AMSを使用' - print_ams: 'スプールホルダー' - print_canceled: 'キャンセル' - print_finished: '完成' - print_reprint: '再印刷' - bed_preheating: 'ベッド予熱中' - nozzle_clean: 'ノズル先端掃除中' - bed_auto_leveing: 'オートベッドレベリング' - print_preparing: '印刷の準備中' - print_t: 'プリンター' - print_not_find: 'プリンターが見つかりませんでした。ネットワークを確認し再スキャンしてください。' - filament_unknown: 'フィラメントタイプが不明ですが、このアクションを実行する必要があります。フィラメント情報を編集しますか?' - printer_add_repeat: 'このプリンターはすでにパンダタッチに追加されており、再追加できません。' - printer_has_add: '既に追加済み' - printer_busy: | - - - 印刷中 - nozzle_temperature: 'ノズル温度' - bambu_info_readonly: 'バンブーフィラメント情報はRFIDに保存され、読み取り専用です。' - setting_slot_not_sup: '印刷中のスロット情報設定はサポートされていません。' - filament_minimum: '最小' - filament_maximum: '最大' - filament_unknown_type: '不明' -#PRINT -#TIPS - tip_input_optional: '(オプション)' - tip_input_name: '(必須)プリンター名' - tip_input_ip: '(必須)プリンターIP' - tip_input_acescd: '(必須)アクセスコード' - tip_input_sn: '(必須)プリンターSN' - pop_tip_add_dev: 'このプリンター接続をPanda Touchに追加することを確認してください。' - pop_tip_restart: 'Panda Touchを再起動することを確認してください。' - pop_tip_input_password: 'パスワード入力' - pop_tip_factory: '工場出荷時設定に戻すことを確認してください。Panda TouchはWiFi設定と追加されたすべてのプリンターを忘れます。完了すると再起動が行われます。' - new_tip_get_info: 'IP、アクセスコード、SNコードの取得方法。' - pop_tip_print_abort: '現在および以降のアップロードおよび印刷タスクを中止するかどうかを確認してください。' - tip_not_insert_sdcard: 'プリンターにMicroSDカードが挿入されていません。' - tip_not_insert_usb_flash: 'USBフラッシュドライブが挿入されていません。' - tip_not_select_print: 'プリンターが選択されていません。印刷を開始するには、少なくとも1台のプリンターを選択してください。' - tip_remove_refuse: '「切断」されたプリンターのみを削除できます。このプリンターを「切断」に設定してから削除してください。' - tip_remove_confirm: 'このプリンターをPanda Touchから削除することを確認してください。' - tip_master_must: '「マスター」として設定されたプリンターが少なくとも1つ必要です。' - tip_mainly_query: '「マスター」として1台のプリンターのみを設定できます。このプリンターを「マスター」に設定し、古い「マスター」プリンターを「同期」に設定しますか?' - tip_printer_max: 'Panda Touchは現在、最大「%d」台のプリンターに接続をサポートしています。追加のプリンターを制御するには、2番目のPanda Touchユニットを使用できます。' - tip_pause_all: '進行中のすべての印刷を一時停止しますか?' - tip_stop_all: '印刷を停止すると再開できません。進行中のすべての印刷を停止しますか?' - tip_faild_upload: | - ファイルのアップロードに失敗しました。次のことを確認してください: - 1. プリンターがSDカードで正しく接続され、SDカードに十分な容量があることを確認してください。 - 2. USBドライブがPanda Touchにしっかりと固定されていることを確認してください。 - 3. より良いWiFi信号が得られる場所に移動してください。 - 4. クラウドモードの場合、「IP」または「アクセスコード」を確認して再編集してください。 - tip_wifi_disconnected: 'WiFi接続が失われました。十分な信号強度のあるエリアにいることを確認してください。' - tip_wifi_error: '現在のWiFiに接続できませんでした。信号強度と入力したパスワードを確認して再接続してください。' - tip_unload_has_filament: '押出機のスプールホルダーからフィラメントを引き出すか、押出機内でフィラメントが壊れていないかを確認してください。後でAMSを使用する場合は、PTFEチューブをカプラーに接続してください。' - tip_unload_has_filament_l: '押出機のスプールホルダーからフィラメントを引き出すか、押出機内でフィラメントが壊れていないかを確認してください。後でAMSを使用する場合は、PTFEチューブをカプラーに接続し、「リトライ」ボタンをクリックしてください。' - tip_load_no_filament: 'ツールヘッドのフィラメントセンサーが作動するまでスプールホルダーからフィラメントを供給してください。' - tip_load_no_filament_l: 'ツールヘッドのフィラメントセンサーが作動するまでスプールホルダーからフィラメントを供給し、「リトライ」ボタンをクリックしてください。' - tip_load_filament: 'ノズルを観察してください。フィラメントが押し出された場合は「完了」をクリックし、そうでない場合はフィラメントを少し前に押してから「リトライ」をクリックしてください。' - tip_heatbreak_fan: 'ヒートブレイクファンの速度が異常です。' - tip_parsing_gcode: 'gcode.3mfの解析中に問題が発生しました。印刷ジョブを再送信してください。' - tip_nozzle_temp_malf: 'ノズル温度の異常があります。' - tip_front_cover: 'ツールヘッドの前面カバーが外れたため、印刷が一時停止されました。元に戻して、再開アイコンをクリックして印刷ジョブを再開してください。' - tip_filament_runout: 'フィラメントが無くなりました。「フィラメント」で新しいフィラメントをロードし、「再開」をタップして印刷ジョブを再開してください。' - tip_pause_print: '進行中の印刷を一時停止しますか?' - tip_stop_print: '印刷を停止すると、再開できません。進行中の印刷を停止しますか?' - tip_ams_runout: 'AMSフィラメントが無くなりました。AMSに新しいフィラメントを挿入し、「リトライ」ボタンをクリックしてください。' - tip_ams_overload: 'AMS補助モーターが過負荷です。スプールまたはフィラメントが詰まっているかどうかを確認してください。トラブルシューティング後、「リトライ」ボタンをクリックしてください。' - tip_failed_feed: 'フィラメントをツールヘッドに供給できませんでした。フィラメントまたはスプールが詰まっているかどうかを確認してください。トラブルシューティング後、「リトライ」ボタンをクリックしてください。' - tip_failed_pull: '押出機からフィラメントを引き出すことができませんでした。押出機が詰まっていないか、押出機内でフィラメントが壊れていないかを確認してください。トラブルシューティング後、「リトライ」ボタンをクリックしてください。' - tip_failed_extrude: 'フィラメントを押し出すことができませんでした。押出機が詰まっていないか確認してください。トラブルシューティング後、「リトライ」ボタンをクリックしてください。' - tip_failed_feed_outside: 'AMSの外でフィラメントを供給できませんでした。フィラメントの端を平らにクリップし、スプールが詰まっていないかを確認してください。トラブルシューティング後、「リトライ」ボタンをクリックしてください。' - tip_select_model: 'プリンターのモデルを選択してください。' - tip_ams_busy: 'フィラメント情報を読み取れません。AMSがビジー状態です。後でもう一度お試しください。' - tip_ams_reading: 'AMSがフィラメント情報を読み取っています。後でもう一度お試しください。' - tip_ams_tray_empty: 'このトレイは空です。フィラメントを挿入してから再試行してください。' - tip_firmware: 'ファームウェアのリリース履歴と更新方法の説明を表示するには、コードをスキャンしてください。' -#TIPS END -#NOTIFY - notify_center_t: '通知センター' - notify_cnt_t: '通知数:' - notify_remind: 'ソリューションを見るにはコードをスキャンするか、"マスター"プリンターとして設定するには「プリンターに移動」ボタンをクリックしてください。' - notify_remind_go_print: 'プリンターに移動' - notify_unknow_state: 'パンダタッチ不明なステータスコード。' - - 00x0300100000020001: 'タイミングベルトが緩んでいる可能性があります。' - 00x0300100000020002: '機械的共振モードは、最後の較正と大きく異なります。機械較正を再実行してください。' - 00x03000F0000010001: '共振補正のデータを利用できません' - 00x03000D000001000B: '上方向に動くときにZ軸モーターが詰まったようです。' - 00x03000D0000010003: 'ビルドプレートが正しく配置されていません。調整してください。' - 00x03000D0000010004: 'ビルドプレートが正しく配置されていません。調整してください。' - 00x03000D0000010005: 'ビルドプレートが正しく配置されていません。調整してください。' - 00x03000D0000010006: 'ビルドプレートが正しく配置されていません。調整してください。' - 00x03000D0000010007: 'ビルドプレートが正しく配置されていません。調整してください。' - 00x03000D0000010008: 'ビルドプレートが正しく配置されていません。調整してください。' - - 00x03000D0000010009: 'ビルドプレートが正しく配置されていません。調整してください。' - 00x03000D000001000A: 'ビルドプレートが正しく配置されていません。調整してください。' - 00x03000D0000020001: 'ヒートベッドのホームポジションが異常です。' - 00x03000A0000010005: 'ヒートベッドに何かが接触している可能性があります。' - 00x03000A0000010004: 'ヒートベッドに何かが接触している可能性があります。' - 00x03000A0000010003: 'ヒートベッドの感度が低すぎます。' - 00x03000A0000010002: 'ヒートベッドの感度が低いです。' - 00x03000A0000010001: 'ヒートベッドの感度が高すぎます。' - 00x0300040000020001: 'パート冷却ファンの速度が低すぎるか停止しています。' - 00x0300030000020002: 'ホットエンドファンの速度が遅いです。' - - 00x0300030000010001: 'ホットエンドファンの速度が低すぎるか停止しています。' - 00x0300060000010001: 'モーターにオープン回路があります。' - 00x0300060000010002: 'モーターが短絡しています。' - 00x0300060000010003: 'モーターの抵抗が異常です。' - 00x0300010000010007: 'ヒートベッド温度が異常です。センサーにオープンサーキットがあるかもしれません。' - 00x0300130000010001: 'モーター-%sの電流センサーが異常です。これはハードウェアのサンプリング回路の故障による可能性があります。' - 00x0300180000010005: 'Z軸モーターが動作中に詰まっているようです。ZスライダーやZタイミングベルトホイールに異物がないか確認してください。' - 00x0300190000010001: 'Y軸の渦電流センサーが利用できません。ケーブルが切れているかもしれません。' - 00x0300190000020002: 'Y軸の渦電流センサーの感度が低すぎます。' - 00x0300400000020001: 'シリアルポートでのデータ転送が異常です。ソフトウェアシステムに不具合がある可能性があります。' - - 00x0300410000010001: 'システム電圧が不安定です。電源障害保護機能が作動しています。' - 00x0300020000010001: 'ノズル温度が異常です。ヒーターが短絡している可能性があります。' - 00x0300020000010002: 'ノズル温度が異常です。ヒーターがオープンサーキットになっている可能性があります。' - 00x0300020000010003: 'ノズル温度が異常です。ヒーターが過熱しています。' - 00x0300020000010006: 'ノズル温度が異常です。センサーが短絡している可能性があります。' - 00x0300020000010007: 'ノズル温度が異常です。センサーがオープンサーキットになっている可能性があります。' - 00x0300120000020001: 'ツールヘッドの前カバーが外れました。' - 00x0300180000010001: '押出力センサーの値が低いです。ノズルが取り付けられていないようです。' - 00x0300180000010002: '押出力センサーの感度が低いです。ホットエンドが正しく取り付けられていない可能性があります。' - 00x0300180000010003: '押出力センサーが利用できません。MCとTHの間の接続が切れているか、センサーが故障している可能性があります。' - - 00x0300180000010004: '押出力センサーのデータが異常です。センサーが故障している可能性があります。' - 00x03001A0000020001: 'ノズルがフィラメントに絡まっているか、ビルドプレートが正しく配置されていません。' - 00x03001A0000020002: '押出力センサーがノズルの詰まりを検出しました。' - 00x0C00010000010001: 'マイクロライダー カメラがオフラインです。' - 00x0C00010000020002: 'マイクロライダー カメラが故障しています。' - 00x0C00010000010003: 'マイクロライダー 同期異常。' - 00x0C00010000010004: 'マイクロライダー レンズが汚れています。' - 00x0C00010000010005: 'マイクロライダー OTPパラメーター異常。' - 00x0C00010000020006: 'マイクロライダー 外部パラメーター異常。' - 00x0C00010000020007: 'マイクロライダー レーザーパラメーターのドリフト。' - - 00x0C00010000020008: 'チャンバーカメラがオフラインです。' - 00x0C00010000010009: 'チャンバーカメラが汚れています。' - 00x0C0001000001000A: 'マイクロライダー LEDが壊れている可能性があります。' - 00x0C0001000002000B: 'マイクロライダーのキャリブレーションに失敗しました。' - 00x0C00020000010001: 'レーザーが点灯していません。' - 00x0C00020000020002: 'レーザーが太すぎます。' - 00x0C00020000020003: 'レーザーが明るくありません。' - 00x0C00020000020004: 'ノズルの高さが低すぎるようです。' - 00x0C00020000010005: '新しいマイクロライダーが検出されました。' - 00x0C00020000020006: 'ノズルの高さが高すぎるようです。' - - 00x0C00030000020001: 'フィラメントの露光計測に失敗しました。' - 00x0C00030000020002: '異常なライダーデータのため、最初のレイヤー検査が終了しました。' - 00x0C00030000020004: '現在の印刷ジョブでは最初のレイヤー検査はサポートされていません。' - 00x0C00030000020005: '最初のレイヤー検査がタイムアウトしました。' - 00x0C00030000030006: 'パージされたフィラメントが積み重なっています。' - 00x0C00030000030007: '最初のレイヤーに欠陥がある可能性があります。' - 00x0C00030000030008: 'スパゲッティ欠陥の可能性があります。' - 00x0C00030000010009: '最初のレイヤー検査モジュールが再起動しました。' - 00x0C0003000003000B: '最初のレイヤーを検査中。' - 00x0C0003000002000C: 'ビルドプレートマーカーが検出されません。' - - 00x0500010000020001: 'メディアパイプラインが故障しています。' - 00x0500010000020002: 'USBカメラが接続されていません。' - 00x0500010000020003: 'USBカメラが故障しています。' - 00x0500010000030004: 'SDカードに空き容量がありません。' - 00x0500010000030005: 'SDカードにエラーがあります。' - 00x0500010000030006: '未フォーマットのSDカード。' - 00x0500020000020001: 'インターネットに接続できません。ネットワーク接続を確認してください。' - 00x0500020000020005: 'インターネットに接続できません。ネットワーク接続を確認してください。' - 00x0500020000020002: 'デバイスへのログインに失敗しました。' - 00x0500020000020004: '無許可のユーザーです。' - 00x0500020000020006: 'ライブビューサービスが故障しています。' - - 00x0500030000010001: 'MCモジュールが故障しています。デバイスを再起動してください。' - 00x0500030000010002: 'ツールヘッドが故障しています。デバイスを再起動してください。' - 00x0500030000010003: 'AMSモジュールが故障しています。デバイスを再起動してください。' - 00x050003000001000A: 'システム状態が異常です。工場出荷時の設定を復元してください。' - 00x050003000001000B: '画面が故障しています。' - 00x050003000002000C: 'ワイヤレスハードウェアエラー: WiFiをオフ/オンにするか、デバイスを再起動してください。' - 00x0500040000010001: '印刷ジョブのダウンロードに失敗しました。ネットワーク接続を確認してください。' - 00x0500040000010002: '印刷状態の報告に失敗しました。ネットワーク接続を確認してください。' - 00x0500040000010003: '印刷ファイルの内容を読み取れません。印刷ジョブを再送信してください。' - 00x0500040000010004: '印刷ファイルが無許可です。' - 00x0500040000010006: '以前の印刷を再開できませんでした。' - - 00x0500040000020007: 'ベッド温度がフィラメントのガラス転移温度を超えており、ノズルの詰まりを引き起こす可能性があります。' - 00x0700010000010001: 'AMS%sアシストモーターが滑っています。押出ホイールが摩耗しているか、フィラメントが薄すぎる可能性があります。' - 00x0700010000010003: 'AMS%sアシストモーターのトルク制御が故障しています。電流センサーが故障している可能性があります。' - 00x0700010000010004: 'AMS%sアシストモーターの速度制御が故障しています。速度センサーが故障している可能性があります。' - 00x0700010000020002: 'AMS%sアシストモーターが過負荷です。フィラメントが絡まっているか、詰まっている可能性があります。' - 00x0700020000010001: 'AMS%sフィラメントの速度と長さに誤差があります。オドメトリが故障している可能性があります。' - 00x0700100000010001: 'AMS%sスロット%sモーターが滑っています。押出ホイールが故障しているか、フィラメントが薄すぎる可能性があります。' - 00x0700100000010003: 'AMS%sスロット%sモーターのトルク制御が故障しています。電流センサーが故障している可能性があります。' - 00x0700100000020002: 'AMS%sスロット%sモーターが過負荷です。フィラメントが絡まっているか、詰まっている可能性があります。' - 00x0700200000020001: 'AMS%sスロット%sのフィラメントがなくなりました。' - - 00x1200200000020001: 'AMS%sスロット%sのフィラメントがなくなりました。' - 00x0700200000020002: 'AMS%sスロット%sが空です。' - 00x0700200000020003: 'AMS%sスロット%sのフィラメントがAMS内で切れている可能性があります。' - 00x0700200000020004: 'AMS%sスロット%sのフィラメントがツールヘッド内で切れている可能性があります。' - 00x0700200000020005: 'AMS%sスロット%sのフィラメントがなくなり、古いフィラメントのパージが異常でした。フィラメントがツールヘッド内で詰まっていないか確認してください。' - 00x0700200000030001: 'AMS%sスロット%sのフィラメントがなくなりました。古いフィラメントがパージされるのをお待ちください。' - 00x0700200000030002: 'AMS%sスロット%sのフィラメントがなくなり、同じフィラメントがあるスロットに自動的に切り替わりました。' - 00x0700400000020001: 'フィラメントバッファ信号が失われました。ケーブルまたはポジションセンサーが故障している可能性があります。' - 00x0700400000020002: 'フィラメントバッファ位置信号エラー。ポジションセンサーが故障している可能性があります。' - 00x0700400000020003: 'AMSハブの通信が異常です。ケーブルの接続がうまくいっていない可能性があります。' - 00x0700400000020004: 'フィラメントバッファ信号が異常です。スプリングが詰まっているか、フィラメントが絡まっている可能性があります。' - - 00x0700450000020001: 'フィラメントカッターセンサーが故障しています。センサーの接続が切れているか、損傷している可能性があります。' - 00x0700450000020002: 'フィラメントカッターの切断距離が大きすぎます。XYモーターがステップを失っている可能性があります。' - 00x0700450000020003: 'フィラメントカッターハンドルがリリースされていません。ハンドルまたはブレードが詰まっている可能性があります。' - 00x0700510000030001: 'AMSが無効です。スプールホルダーからフィラメントをロードしてください。' - 00x0700500000020001: 'AMS%sの通信が異常です。接続ケーブルを確認してください。' - 00x0700600000020001: 'AMS%sスロット%sが過負荷です。フィラメントが絡まっているか、スプールが詰まっている可能性があります。' - 00x1200100000020002: 'AMS%sスロット%sモーターが過負荷です。フィラメントが絡まっているか、詰まっている可能性があります。' - 00x1200800000020001: 'AMS%sスロット%sフィラメントが絡まっているか、詰まっている可能性があります。' - 00x07FF200000020001: '外部フィラメントがなくなりました。新しいフィラメントをロードしてください。' - 00x07FF200000020002: '外部フィラメントがありません。新しいフィラメントをロードしてください。' - 00x07FF200000020004: 'スプールホルダーのフィラメントをエクストルーダーから引き抜いてください。' - - 00x12FF200000020007: 'ツールヘッド内のフィラメントの位置を確認できませんでした。詳細なヘルプについてはクリックしてください。' - 00x1200200000020006: 'AMS%sスロット%sのフィラメントの押し出しに失敗しました。エクストルーダーが詰まっているか、フィラメントが薄すぎてエクストルーダーが滑っている可能性があります。' - - 00x1200200000030002: 'AMS%s Slot%s filament has run out and automatically switched to the slot with the same filament.' -#NOTIFY END - -#CONTROL - ctl_top_t_temp_axis: '温度/軸' - ctl_top_t_filament: 'フィラメント' - ctl_t_part: '部品' - ctl_t_aux: '補助' - ctl_t_chamber: 'チャンバー' - sw_t_on: 'オン' - sw_t_off: 'オフ' - ctl_t_speed: '印刷速度' - ctl_t_speed_silent: '静音' - ctl_t_speed_standard: '標準' - ctl_t_speed_sport: 'スポーツ' - ctl_t_speed_ludicrous: ' ルディクルス' - ctl_t_extruder: 'エクストルーダー' - ctl_t_temp_high: '指定温度以上にしないでください %ld℃' - ctl_t_filament_t_tip: 'ヒント' - ctl_t_filament_tip: 'ロードする前に、フィラメントがツールヘッドに押し込まれていることを確認してください。' - ctl_t_to_load: 'ロードする' - ctl_t_to_unload: 'アンロードする' - ctl_t_heat_nozzle_temp: 'ノズルを加熱する' - ctl_t_push_new_filament: '新しいフィラメントをエクストルーダーに押し込む' - ctl_t_grab_new_filament: '新しいフィラメントを掴む' - ctl_t_purge_old_filament: '古いフィラメントをパージする' - ctl_t_cut_filament: 'フィラメントをカットする' - ctl_t_back_filament: '現在のフィラメントを引き戻す' - content_empty: '空' - tpu_not_supported: '"%s %s"はAMSでサポートされていません。' - cf_gf_warning: '"%s %s"フィラメントは硬くて脆いため、AMSで簡単に割れたり詰まったりします。使用には注意してください。' - pva_warning: '湿った"%s %s"は柔軟になり、AMS内で詰まります。 使用前に乾燥させてください’' - -#CONTROL END - -#MQTT - ctl_t_mqtt_ctl_mode: '制御モード' - ctl_t_mqtt_statu_master: 'リーダー' - ctl_t_mqtt_statu_slave: 'フォロワー' - ctl_t_mqtt_status_sync: '同期' - ctl_t_mqtt_disconected: '切断' - printer_connecting: 'プリンターが接続中です。' - printer_disconnected: 'プリンターが切断されました。' - printer_connected: 'プリンターの接続に成功しました。' - mqtt_login_failed: | - プリンターに接続できません! - アクセスコード"が間違っている可能性があります。「編集」をクリックして「アクセスコード」を確認および再編集してください。 - 接続の問題を解決するにはQRコードをスキャンしてください。 - mqtt_never_connected: | - プリンターに接続できません! - プリンターの電源が入っており、Panda Touchと同じLAN上にあることを確認してください。または「編集」をクリックして「IP」および「SN」を確認および再編集してください。 - 接続の問題を解決するにはQRコードをスキャンしてください。 - mqtt_master_changed: | - プリンターに接続できません! - プリンターの電源が入っており、Panda Touchと同じLAN上にあることを確認してください。または「編集」をクリックして「IP」および「SN」を確認および再編集してください。 - これは「リーダー」であるため、グループ内の別のプリンターが一時的に「リーダー」として割り当てられます。 - プリンターの電源を切った場合は、このメッセージを無視してください。 - 接続の問題を解決するにはQRコードをスキャンしてください。 - mqtt_master_error: | - プリンターに接続できません! - プリンターの電源が入っており、Panda Touchと同じLAN上にあることを確認してください。または「編集」をクリックして「IP」および「SN」を確認および再編集してください。 - これは「リーダー」であり、グループ内に接続されている他のプリンターがないため、問題が解決するまでPanda Touchを使用できません。 - 接続の問題を解決するにはQRコードをスキャンしてください。 - mqtt_slave: | - プリンターに接続できません! - プリンターの電源が入っており、Panda Touchと同じLAN上にあることを確認して下さい。または「編集」をクリックして「IP」および「SN」を確認および再編集してください。 - このプリンターは「リーダー」ではないため、グループ内で「リーダー」をフォローできません。 - プリンターの電源を切った場合は、このメッセージを無視してください。 - 接続の問題を解決するにはQRコードをスキャンしてください。 - mqtt_not_online: | - プリンターに接続できません! - プリンターの電源が入っており、Panda Touchと同じLAN上にあることを確認してください。 - 接続の問題を解決するにはQRコードをスキャンしてください。 -#MQTT END - -#FILE - file_t_usb_flash_driver: 'USBフラッシュドライブ' - file_t_name: '名前' - file_t_date: '日付' - file_t_size: 'サイズ' - file_s_transmitting: '送信中' - file_s_printers_in_sync: '同期中のプリンター:%d/%d' - file_s_failed: '失敗' - file_s_printing: '印刷中' - file_s_waiting: '待機中' -#FILE END - -#GUID - guid_t_start: '開始' - guid_c_start: 'BambuLabオリジナル画面をアクティブにします。' - guid_t_get_ip_access: 'IPおよびアクセスコードを取得' - guid_c_get_ip_access_wlan: 'D-padを使用してWLANを選択し、OKを押して入力します。' - guid_c_get_ip_access_enter: '対応するPanda Touchの入力ボックスにIPおよびアクセスコードを入力します。' - guid_t_get_sn: 'SNコードを取得' - guid_c_get_sn_return: '設定に戻るには戻るボタンを押します。' - guid_c_get_sn_enter: 'D-padを使用してデバイスを選択し、OKを押して入力します。' - guid_c_get_sn_enter_code: 'これはSNコードです。対応するPanda Touchの入力ボックスに入力してください。' - guid_t_completed: | - ; ) - おめでとうございます!Panda Touchのチュートリアルが完了しました。機能をお試しください。 - guid_c_completed: '画面の空白部分をクリックして接続インターフェイスに戻ります。ステータスを追跡するためにプリンター情報を追加できます。' - sn: 'SN:' - guid_unable_find: 'プリンター設定を見つけることができませんか?' - guide_select_lang: 'Panda Touchの言語を選択してください' - guide_ota_not_finished: 'OTAがまだ完了していません' - guide_ota_remind: | - 同じWiFiネットワーク上のコンピューターを使用してください。これは、iOSやAndroidなどのオペレーティングシステムを実行しているコンピューターやモバイルデバイスでかまいません。以下では「コンピューター」と呼びます。 - • コンピューターのブラウザにPanda TouchのIPアドレスを入力してWeb UIにアクセスし、「Update File」ボタンをクリックします。 - • 「Choose File」ボタンをクリックし、ダウンロードした.imgファイルを選択します。 - • Panda Touchは自動的に更新を開始します。 - guid_ota_connect_wifi: '右側のWiFiネットワークを選択してパスワードを入力し、インターネットに接続してください。接続するネットワークが表示されない場合は、更新ボタンをクリックしてください。' -#GUID END - -#CLOUD START - tip_about_region: 'ログインする前に地域を選択してください。地域はアカウントの地域と同じである必要があります。' - tip_del_account: 'アカウントを削除する必要がありますか?PandaTouchはこのアカウントにバインドされたプリンターをローカルモードに変換します。' - tip_input_phone: '電話番号を入力してください' - tip_input_email: 'メールアドレスを入力してください' - t_region: '地域:' - t_account: 'アカウント:' - t_password: 'パスワード:' - t_region_china: '中国' - t_region_global: 'グローバル' - tip_phone_incorrect: '有効な電話番号を入力してください' - tip_email_incorrect: '有効なメールアドレスを入力してください' - tip_account_not_reg: 'ログインに失敗しました。このアカウントは登録されていません。' - tip_password_incorrect: 'ログインに失敗しました。パスワードを確認してください。' - tip_network_error: 'ログインに失敗しました。ネットワークを確認してください。' - tip_login_ok: | - クラウドログインに成功しました! - - 既存のプリンターをすべてクラウドモードに変換しますか?「LANモード」を使用していない場合にのみ「はい」を選択してください。「LANモード」を使用している場合は、クラウドに手動で各プリンターを追加する方がよいです。 - tip_account_sync_ok: 'プリンターは正常にクラウドモードに変換されました。複数デバイスページで各プリンターの現在のモードステータスを確認できます。' - tip_account_sync_error: '一部のプリンターをクラウドモードに変換できませんでした。WiFiおよびクラウドモードの設定を確認して再試行してください。' - tip_account_sync_zero: '現在のアカウントにはクラウドプリンターがありません。このアカウントにプリンターを追加し、再度ログインしてください。' - tip_printer_without_cloud: 'このプリンターはまだこのアカウントにバインドされていません。BambuLab StudioまたはHandyを使用してプリンターを追加してからクラウドを有効にしてください。' - tip_printer_login_account: '最初にアカウントにログインしてください。' - tip_account_error: 'アカウントに問題があります。アカウント名やパスワードに変更があったかどうか、およびアカウントの地域が現在の場所と一致しているかどうかを確認してください。' - tip_account_network_error: 'ネットワーク接続に問題があります。ネットワークパスワードが変更されたかどうかを確認し、再接続してプリンターのクラウド接続を復元してください。' - t_login_bambu: 'BambuLabアカウントにログイン' - tip_convert_to_cloud: 'プリンターをクラウドモードに変換しています。お待ちください。' - t_enable_could: 'クラウド' - tip_wifi_not_connected: 'Wi-Fi接続が切断されました。最初にWi-Fiに接続してください。' - tip_printer_work_in_cloud: 'プリンターはクラウドモードで動作します。' - tip_printer_work_in_local: 'プリンターはLANモードで動作します。' - tip_ftp_ip_invalid: | - プリンターがPanda Touchと同じLAN上にあることを確認してください。 - "IP"または"アクセスコード"を確認し、再編集してください。 - tip_ftp_not_find: 'ルートディレクトリにファイルが見つかりません。' - tip_group_printer_cloud_mode: 'プリンター%d:%sはクラウドモードで動作しています。' - tip_group_printer_local_mode: 'プリンター%d:%sはLANモードで動作しています。' - tip_group_work_in_cloud: 'プリンターグループはクラウドモードで動作します。' - tip_group_work_in_local: 'プリンターグループはLANモードで動作します。' -#CLOUD END - -#NEW ADD - tip_printer_group_max: 'Panda Touchは現在%dプリンターグループのみをサポートしています。' - tip_one_master_at_least: '最低でも1つのマスタープリンターをグループに保持する必要があります。' - tip_one_select_at_least: | - 1つのマスタープリンターをグループに保持してください。 - グループを削除する場合は、戻るボタンを押して削除ボタンで削除してください。 - tip_remove_group_confirm: 'Panda Touchからこのプリンターグループを削除してもよろしいですか?' - tip_group_same_name: '同じグループが存在します。名前を変更してください。' - tip_printer_in_group: 'プリンターはグループ内で選択されています。グループ内で削除してください。' - tip_reprint_group_printer: 'これにより、このプリンターでのみファイルが再印刷されます。グループ内のすべてのプリンターで印刷を開始するには、すべてのプリンターが完了するのを待ち、通常のプロセスを使用して印刷を開始してください。' - tip_reprint_printer: 'このプリンターでファイルを再印刷しますか?' - tip_waiting_print_finished: '新しい印刷を開始する前に、現在の印刷タスクを停止してください。' - tip_group_connected: 'プリンターグループが正常に接続されました。' - tip_group_printer_disconnected: 'プリンター%d:%sが切断されました。' - tip_group_printer_connecting: 'プリンター%d:%sが接続中です。' - tip_group_printer_printing: 'プリンター%d:%sが印刷中です。' - tip_group_printer_temp_too_high: 'プリンター%d:%s %d ℃.' - tip_group_printer_file_config: '%sファイルを印刷しますか?有効にする必要がある印刷機能を選択してください。' - tip_group_power_off: 'このグループ内のプリンターの電源をオフにしますか?' - tip_group_reset_power_usage: 'グループ内にバインドされているPWRプリンターの電力使用量をクリアしますか?' - tip_group_power_off_not_online: 'グループ内のプリンターが切断されました。電源を切り続けるかどうかを確認してください。' - tip_group_printing_not_idle: 'このグループ内の一部のプリンターが印刷中です。プリンターをオフにすると、ブロックが発生する可能性があります。プリンターの電源をオフにする前にホットエンドが冷却されるのを待ってください。続行しますか?' - tip_group_temp_too_high_confirm: 'グループ内の一部のプリンターのホットエンド温度が50度を超えています。プリンターをオフにすると、ブロックが発生する可能性があります。プリンターの電源をオフにする前にホットエンドが冷却されるのを待ってください。続行しますか?' - t_is_printing: '印刷中' - t_is_idle: 'アイドル' - tip_enter_group_name: 'グループ名を入力してください:' - tip_move_confirm: 'プリンター/プリンターグループは現在印刷中のため、移動できません。' - tip_always_sleep: 'この操作は画面を損傷する可能性があります。続行しますか?' - tip_bind_power: | - Panda PWRボタンを押して、青いライトが点滅するまで押し続けてください。 - 次に、Panda TouchをPanda PWRのケースに接触させて接続します。 - tip_remove_keep_one: 'プリンターを少なくとも1台保持してください。' - tip_remove_printer_with_power: 'このプリンターはPanda PWRにバインドされています。削除を続行しますか?' - tip_about_power: | - Panda PWR - 自動シャットダウン、リアルタイムの電力監視、電力追跡、デュアルUSB-Aインターフェース設計、詳細を知るにはQRコードをスキャンしてください。 - tip_power_off_not_online_confirm: 'プリンターが切断されました。プリンターの電源を切るかどうかを確認してください。' - tip_power_off_temp_too_high_confirm: 'ホットエンドの温度が50度を超えています。プリンターをオフにすると、ブロックが発生する可能性があります。プリンターの電源をオフにする前にホットエンドが冷却されるのを待ってください。続行しますか?' - tip_power_off_confirm: 'プリンターの電源を切るかどうかを確認してください。' - tip_auto_power_off_confirm: '印刷が完了し、ホットエンドが50度以下に冷却されると、プリンターの電源が自動的にオフになります。' - t_auto_power_off: '自動シャットダウン:' - t_min: '分' - t_countdown: 'カウントダウン:' - t_power: '電力' - tip_know_power: 'Panda PWRとは' - tip_add_power: 'Panda PWRを追加' - t_voltage: '電圧:' - t_current: '電流:' - t_power_2: '電源:' - t_power_usage: 'エネルギー使用量:' - t_printer: 'プリンターリーダー:' - t_power_wifi: 'WiFi SSID:' - t_power_usb_follow: 'USB 1フォロープリンターライト:' - t_usb_config_off: 'オフ' - t_usb_config_on: 'オン' - t_must_high: '入力値は%ldより大きくなければなりません' - t_must_less: '入力値は%ldより小さくなければなりません' - t_power_printer_no: '番号。' - tip_confirm_bind_power: 'Panda PWRからのバインドを受け入れますか?' - tip_confirm_unbind_power: 'Panda PWRからのバインドを解除しますか?' - t_reset_power_usage: | - リセット - 使用量 - t_reset_power_usage_print: '使用量をリセットする' - tip_confirm_reset_power_usage: '電力使用量をリセットしますか?' - t_auto_off: '自動オフ' - t_power_off_all: 'グループ内のPWRにバインドされたプリンターの電源を切りますか?' - t_pwr_has_been_bind: 'このPWRはプリンター%sにバインドされています。続行する前にバインドを解除してください。' - tip_pwr_max: 'Panda Touchは現在、最大%d個のPanda PWRを接続できます。' - t_power_off_after_printing: '印刷後の自動電源オフ' - - tip_change_reboot: 'より良い速度体験のためには再起動が必要です。続行しますか?' - t_multi_print_heat_delay: 'マルチ印刷ヒート遅延' - t_file_t_history: '印刷履歴' - t_history_cost_time: '消費時間' - t_history_weight: '重量' - t_history_only_cloud: 'クラウドモードのみ対応' - t_history_not_find: '見つかりません' - t_default_directory: 'FTPS-デフォルトディレクトリ' - t_reboot_take_effect: '適用するには再起動が必要です。続行しますか?' - t_send_code: 'コードを送信' - tip_send_code: 'コードを入力してください' - tip_error_code_length: 'コードの長さは6桁である必要があります' - tip_error_code: 'コードが存在しないか期限切れです。新しい認証コードを再取得してください。' - tip_error_send_code: 'コードの送信に失敗しました。インターネット接続を確認してください。' - tip_loading_thumbnail: 'Loading data from printer. Please wait a second.' - t_sd_enhanced_load_thumbnails: 'Enhanced thumbnail display' - tip_enhanced_load_effect: 'start printing from USB stick or click sd-card panel will cause a long delay and it will takes effect after reboot, continue?' - tip_not_higher: 'Not higher than %d.' - tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' - tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' - tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' - tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' - tip_dry_completed: 'Drying completed.' - tip_dry_not_support: 'Not support for A1, A1-mini, P1P.' - tip_dry_printer_printing: 'The printer is printing.' - tip_skip_obj_selected: '#ff0000 %d# objects is selected' - tip_dry_ing: 'Drying' - tip_dry_prepare_ok: 'Ready, please check if the printer tool head has returned to the preset position before clicking start.' -#NEW ADD END \ No newline at end of file diff --git a/Translation/ru-RU/ru-RU.yml b/Translation/ru-RU/ru-RU.yml index 8004afc..cd0d88c 100644 --- a/Translation/ru-RU/ru-RU.yml +++ b/Translation/ru-RU/ru-RU.yml @@ -1,16 +1,13 @@ -ru-RU: -#SETTING PAGE +ru-RU: lang_name_t: 'Русский' - min_time_t_1: '1 минута' min_time_t_2: '2 минута' min_time_t_3: '3 минута' min_time_t_5: '5 минута' min_time_t_10: '10 минута' min_time_t_15: '15 минута' - min_time_t_60: '60 минута' + min_time_t_60: '60 минута' sleep_time_t_always: 'Всегда включен' - setting_gen_t: 'Общие' setting_net_t: 'Сеть' setting_gen_t_dev: 'Устройство:' @@ -18,6 +15,9 @@ ru-RU: setting_gen_t_lang: 'Язык:' setting_gen_t_fw: 'Прошивка:' setting_gen_t_slp: 'Автоматический сон:' + setting_gen_t_readonly: 'Режим только чтения:' + setting_gen_t_wake_on_print: 'Пробуждать при начале печати' + setting_gen_t_on_while_print: 'Не переходить в сон во время печати' setting_gen_t_backlight: 'Яркость подсветки:' setting_gen_t_reb: 'Перезапуск' setting_gen_t_rst: 'Восстановить заводские настройки' @@ -36,9 +36,10 @@ ru-RU: btn_factory: 'сброс к заводским настройкам' btn_close: 'Закрывать' btn_ignore_all: 'Игнорировать все' - btn_load: 'Загрузка' - btn_unload: 'Разгружать' - btn_retry: 'Повторить попытку' + btn_load: 'Загрузка' + btn_unload: 'Разгружать' + btn_retry: 'Повторить попытку' + btn_reread: 'Повторно прочитать' btn_abort: 'Прервать' btn_print: 'Печатать' btn_remove: 'Удалить' @@ -57,19 +58,23 @@ ru-RU: btn_add_printer: 'Добавить принтер' btn_add_group: 'Добавить группу' btn_goto_printers: 'Перейти на страницу с несколькими устройствами' + btn_printer_view_list: 'Список' + btn_printer_view_card: 'Карточка' btn_goto_wifi: 'Перейти к сети Wi-Fi' btn_ignore: 'Пропустить' btn_goto_login: 'Вход в систему' btn_dry: 'Сухость' btn_dry_prepare: 'Подготовка' btn_dry_start: 'Начинайте высыхать' + label_dry_time: 'Время сушки' + label_dry_temp: 'Температура' + tip_ams_dry_setup: 'Настройка сушки AMS' btn_skip_obj: 'Пропустить' #BUTTONS END - set_net_wifi_scaned: 'Отсканировать Wi-Fi' welcome_tip: 'Пожалуйста, подключитесь к интернету, выбрав сеть Wi-Fi справа и введя пароль. Если вы не видите нужную сеть, нажмите «Обновить». После подключения к нужной сети нажмите «Далее».' tip_scan_qrcode: 'Пожалуйста, отсканируйте QR-код с помощью своего телефона, чтобы получить доступ к онлайн-руководству.' - loading: 'Загрузка...' + loading: 'Загрузка...' top_wifi_connect: 'Подключение к Wi-Fi %s' top_wifi_connect_fail: 'Не удалось подключиться к Wi-Fi: %s' top_wifi_disconnected: 'Отключен от Wi-Fi: %s' @@ -79,7 +84,7 @@ ru-RU: #PRINT panda_touch: 'Прикосновение панды' printer_model: 'Модель:' - printer_name: 'Имя:' + printer_name: 'Имя:' scan_print_t_acescd: 'Код доступа:' scan_print_t_ip: 'IP-адрес принтера:' filament_t_color: 'Цвет нити накала:' @@ -89,7 +94,7 @@ ru-RU: wifi_c_wait_cancel: 'Ожидание отмены бронирования...' print_bed_leveling: 'Выравнивание слоя' print_flow_calibration: 'Калибровка' - print_timelapse: 'Промежуток времени' + print_timelapse: 'Промежуток времени' prints_in_sync: 'Синхронизированные принтеры: %d' start_print_confirm: | Перед началом печати, пожалуйста, обратите внимание на следующее: @@ -120,7 +125,7 @@ ru-RU: filament_maximum: 'Максимальный' filament_unknown_type: 'Неизвестный' #PRINT -#TIPS +#TIPS tip_input_optional: '(опционально)' tip_input_name: '(Обязательно) Введите название вашего принтера' tip_input_ip: '(Обязательно) Введите IP-адрес вашего принтера' @@ -180,151 +185,820 @@ ru-RU: notify_remind: 'Пожалуйста, отсканируйте код, чтобы просмотреть возможные решения, или нажмите кнопку «Перейти к принтеру», чтобы установить этот принтер в качестве «главного»' notify_remind_go_print: '«Перейти к принтеру»' notify_unknow_state: 'Код состояния Panda Touch неизвестен.' - - 00x0300100000020001: 'Частота резонанса оси %s низкая. Возможно, ремень ГРМ ослаб.' - 00x0300100000020002: 'Механический резонанс 1-го порядка оси % сильно отличается от последней калибровки. Пожалуйста, повторите калибровку машины позже.' - 00x03000F0000010001: 'Данные акселерометра недоступны.' - 00x03000D000001000B: 'Двигатель по оси Z, похоже, застрял при движении вверх.' + 00x0300010000010001: 'The heatbed temperature is abnormal; the heater may have a short circuit.' + 00x0300010000010002: 'The heatbed temperature is abnormal; the heater may have an open circuit, or the thermal switch may be open.' + 00x0300010000010003: 'The heatbed temperature is abnormal; the heater is over temperature.' + 00x0300010000010006: 'The heatbed temperature is abnormal; the sensor may have a short circuit.' + 00x0300010000010007: 'Температура теплового слоя ненормальна; возможно, цепь датчика разомкнута.' + 00x0300010000010008: 'An abnormality occurs during the heating process of the heatbed; the heating modules may be broken.' + 00x030001000001000A: 'The heatbed temperature control is abnormal; the AC board may be broken.' + 00x030001000001000C: 'The heatbed has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030001000001000D: 'An abnormality occured in heating modules of heatbed previously. To continue using your printer, please refer to the wiki to troubleshoot.' + 00x030001000001000E: 'The power supply voltage does not match the machine; the heatbed has been disabled.' + 00x030001000002000F: 'The chamber target temperature is set too high, while the heatbed target temperature is set too low. Heatbed cooling has been skipped. It is recommended to set matching chamber and heatbed temperatures.' + 00x0300010000030008: 'The temperature of the heated bed exceeds the limit and automatically adjusts to the limit temperature.' + 00x030001000003000F: 'The chamber temperature is currently high, and the heatbed is cooling down slowly. It is recommended to open the top cover or front door to accelerate the cooling process.' + 00x0300020000010001: 'Температура сопла ненормальна, возможно короткое замыкание нагревателя.' + 00x0300020000010002: 'Температура сопла ненормальна, возможно, контур нагревателя разомкнут.' + 00x0300020000010003: 'Температура сопла ненормальна, нагреватель перегрет.' + 00x0300020000010004: 'The right nozzle temperature control is abnormal. The hotend might have structural damage.' + 00x0300020000010006: 'Температура сопла ненормальна, возможно, произошло короткое замыкание датчика.' + 00x0300020000010007: 'Температура сопла ненормальна, возможно, цепь датчика разомкнута.' + 00x0300020000010008: 'The right extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x0300020000010009: 'Nozzle temperature control is abnormal. The hot end may not be installed. To heat the heating assembly without the hotend, enable Maintenance Mode in the settings.' + 00x030002000001000B: 'The right extruder nozzle temperature control is abnormal, possibly due to the hotend not being properly installed or a malfunction of the wireless temperature measurement board.' + 00x0300030000010001: 'Скорость вращения вентилятора hotend слишком низкая или остановлена.' + 00x0300030000020002: 'Скорость вращения вентилятора hotend низкая.' + 00x0300040000020001: 'Скорость вращения охлаждающего вентилятора детали, если она слишком низкая или остановлена.' + 00x0300050000010001: 'The motor driver is overheating. Its radiator may be loose, or its cooling fan may be damaged.' + 00x0300060000010001: 'В двигателе %s произошло короткое замыкание. Возможно, ослаблено соединение или двигатель вышел из строя.' + 00x0300060000010002: 'Двигатель-%s имеет короткое замыкание. Возможно, он вышел из строя.' + 00x0300060000010003: 'Сопротивление двигателя-%s ненормально, возможно, двигатель вышел из строя.' + 00x0300090000010001: 'The extruder servo motor has an open circuit. The connection may be loose, or the motor may have failed.' + 00x0300090000010002: 'The extruder servo motor has a short-circuit. It may have failed.' + 00x0300090000010003: 'The resistance of the extruder servo motor is abnormal; the motor may have failed.' + 00x0300090000020001: 'The extrusion motor is overloaded. The extruder may be clogged or the filament may be stuck in the tool head.' + 00x0300090000020002: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead.' + 00x0300090000020003: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip.' + 00x0300090000020004: 'The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead, or the externally mounted filament may be tangled.' + 00x0300090000020005: 'The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip, or the externally mounted filament may be tangled.' + 00x0300090000030007: 'Filament extrusion anomaly detected. Automatically retrying recovery, please wait.' + 00x03000A0000010001: 'Чувствительность датчика силы нагрева %s слишком высока.' + 00x03000A0000010002: 'Чувствительность датчика силы нагрева, %s, низкая.' + 00x03000A0000010003: 'Чувствительность датчика силы нагрева %s слишком низкая.' + 00x03000A0000010004: 'При проверке чувствительности датчика силы % было обнаружено внешнее воздействие. Возможно, нагревательная пластина коснулась чего-то за пределами нагревательной платформы.' + 00x03000A0000010005: 'Датчик силы %s обнаружил неожиданное постоянное воздействие. Возможно, нагревательная платформа застряла или аналоговый интерфейс неисправен.' 00x03000D0000010003: 'Монтажная пластина установлена неправильно. Пожалуйста, отрегулируйте ее.' 00x03000D0000010004: 'Монтажная пластина установлена неправильно. Пожалуйста, отрегулируйте ее.' 00x03000D0000010005: 'Монтажная пластина установлена неправильно. Пожалуйста, отрегулируйте ее.' 00x03000D0000010006: 'Монтажная пластина установлена неправильно. Пожалуйста, отрегулируйте ее.' 00x03000D0000010007: 'Монтажная пластина установлена неправильно. Пожалуйста, отрегулируйте ее.' 00x03000D0000010008: 'Монтажная пластина установлена неправильно. Пожалуйста, отрегулируйте ее.' - 00x03000D0000010009: 'Монтажная пластина установлена неправильно. Пожалуйста, отрегулируйте ее.' 00x03000D000001000A: 'Монтажная пластина установлена неправильно. Пожалуйста, отрегулируйте ее.' 00x03000D0000020001: 'Аномальное самонаведение с подогревом.' - 00x03000A0000010005: 'Датчик силы %s обнаружил неожиданное постоянное воздействие. Возможно, нагревательная платформа застряла или аналоговый интерфейс неисправен.' - 00x03000A0000010004: 'При проверке чувствительности датчика силы % было обнаружено внешнее воздействие. Возможно, нагревательная пластина коснулась чего-то за пределами нагревательной платформы.' - 00x03000A0000010003: 'Чувствительность датчика силы нагрева %s слишком низкая.' - 00x03000A0000010002: 'Чувствительность датчика силы нагрева, %s, низкая.' - 00x03000A0000010001: 'Чувствительность датчика силы нагрева %s слишком высока.' - 00x0300040000020001: 'Скорость вращения охлаждающего вентилятора детали, если она слишком низкая или остановлена.' - 00x0300030000020002: 'Скорость вращения вентилятора hotend низкая.' - - 00x0300030000010001: 'Скорость вращения вентилятора hotend слишком низкая или остановлена.' - 00x0300060000010001: 'В двигателе %s произошло короткое замыкание. Возможно, ослаблено соединение или двигатель вышел из строя.' - 00x0300060000010002: 'Двигатель-%s имеет короткое замыкание. Возможно, он вышел из строя.' - 00x0300060000010003: 'Сопротивление двигателя-%s ненормально, возможно, двигатель вышел из строя.' - 00x0300010000010007: 'Температура теплового слоя ненормальна; возможно, цепь датчика разомкнута.' - 00x0300130000010001: 'Датчик тока двигателя %s неисправен. Это может быть вызвано сбоем аппаратной схемы выборки.' - 00x0300180000010005: 'Похоже, что двигатель оси Z застрял во время движения. Пожалуйста, проверьте, нет ли посторонних предметов на направляющих Z или зубчатых колёсах Z.' - 00x0300190000010001: 'Датчик вихревых токов на оси Y недоступен, провод должен быть разорван.' - 00x0300190000020002: 'Чувствительность датчика вихревых токов по оси Y слишком низкая.' - 00x0300400000020001: 'Передача данных через последовательный порт нарушена; возможно, неисправна программная система.' - - 00x0300410000010001: 'Напряжение в системе нестабильное, что приводит к срабатыванию функции защиты от отключения питания.' - 00x0300020000010001: 'Температура сопла ненормальна, возможно короткое замыкание нагревателя.' - 00x0300020000010002: 'Температура сопла ненормальна, возможно, контур нагревателя разомкнут.' - 00x0300020000010003: 'Температура сопла ненормальна, нагреватель перегрет.' - 00x0300020000010006: 'Температура сопла ненормальна, возможно, произошло короткое замыкание датчика.' - 00x0300020000010007: 'Температура сопла ненормальна, возможно, цепь датчика разомкнута.' + 00x03000D000001000B: 'Двигатель по оси Z, похоже, застрял при движении вверх.' + 00x03000D0000020003: 'The build plate may not be properly placed. If this message appears repeatedly, please check the Wiki for more explanations.' + 00x03000F0000010001: 'Данные акселерометра недоступны.' + 00x0300100000020001: 'Частота резонанса оси %s низкая. Возможно, ремень ГРМ ослаб.' + 00x0300100000020002: 'Механический резонанс 1-го порядка оси % сильно отличается от последней калибровки. Пожалуйста, повторите калибровку машины позже.' + 00x0300110000020002: 'The resonance frequency of the Y-axis differs greatly from the last calibration. Please clean the Y-axis liner rod and conduct a calibration after printing.' 00x0300120000020001: 'Передняя крышка инструментальной головки отвалилась.' + 00x0300130000010001: 'Датчик тока двигателя %s неисправен. Это может быть вызвано сбоем аппаратной схемы выборки.' + 00x0300160000010001: 'The extruder servo motor''s current sensor is abnormal. A failure of the hardware sampling circuit may cause this.' + 00x0300170000010001: 'The hotend cooling fan speed is too slow or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300170000020002: 'The hotend cooling fan speed is slow. It may be stuck and need cleaning.' 00x0300180000010001: 'Значение датчика силы экструзии низкое, возможно, сопло не установлено.' 00x0300180000010002: 'Чувствительность датчика силы экструзии низкая, возможно, экструдер установлен неправильно.' 00x0300180000010003: 'Датчик усилия экструзии не работает, возможно, нарушена связь между MC и TH или неисправен датчик.' - 00x0300180000010004: 'Данные с датчика усилия экструзии некорректны, датчик неисправен.' + 00x0300180000010005: 'Похоже, что двигатель оси Z застрял во время движения. Пожалуйста, проверьте, нет ли посторонних предметов на направляющих Z или зубчатых колёсах Z.' + 00x0300180000010006: 'The heatbed leveling data is abnormal. Please check whether there are any foreign objects on the heatbed and Z slider. If so, please remove them and try again.' + 00x0300180000010007: 'The frequency of the extrusion force sensor is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300180000010008: 'The nozzle touches the heatbed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030018000001000B: 'Nozzle presence detection failed: nozzle not installed or improperly installed.' + 00x030018000001000C: 'An anomalous jump in the extruder extrusion force sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x030018000001000D: 'Nozzle clumping detection calibration failed. Excessive force detected on the nozzle. Please ensure the nozzle is installed correctly.' + 00x030018000001000E: 'Nozzle clumping detection calibration failed. The nozzle did not touch the inner wall of the hole. Please clean the nozzle and the steel plate hole at the rear-right side of the heatbed.' + 00x0300180000030009: 'Performing initial High-temperature Bed Leveling.' + 00x0300190000010001: 'Датчик вихревых токов на оси Y недоступен, провод должен быть разорван.' + 00x0300190000020002: 'Чувствительность датчика вихревых токов по оси Y слишком низкая.' 00x03001A0000020001: 'Насадка обмотана нитью накала или монтажная пластина установлена неправильно.' 00x03001A0000020002: 'Датчик усилия выдавливания определяет, что форсунка засорена.' - 00x0C00010000010001: 'Камера Micro Lidar отключена.' - 00x0C00010000020002: 'Микролидарная камера неисправна.' - 00x0C00010000010003: 'Нарушена синхронизация микролидара.' - 00x0C00010000010004: 'Линза микролидара загрязнена.' - 00x0C00010000010005: 'Параметр OTP микролидара является ненормальным.' - 00x0C00010000020006: 'Внешний параметр микролидара ненормален.' - 00x0C00010000020007: 'Смещение параметров лазера микро-лидара.' - - 00x0C00010000020008: 'Камерная камера отключена.' - 00x0C00010000010009: 'Камера камеры грязная.' - 00x0C0001000001000A: 'Возможно, светодиод микролидара сломан.' - 00x0C0001000002000B: 'Не удалось откалибровать микролидар.' - 00x0C00020000010001: 'Лазер не горит.' - 00x0C00020000020002: 'Лазер слишком толстый.' - 00x0C00020000020003: 'Лазер недостаточно яркий.' - 00x0C00020000020004: 'Высота сопла кажется слишком низкой.' - 00x0C00020000010005: 'Обнаружен новый микролидар.' - 00x0C00020000020006: 'Высота сопла кажется слишком высокой.' - - 00x0C00030000020001: 'Ошибка измерения экспозиции нити накала.' - 00x0C00030000020002: 'Проверка первого слоя была прекращена из-за аномальных лидарных данных.' - 00x0C00030000020004: 'Проверка первого слоя не поддерживается для текущего задания печати.' - 00x0C00030000020005: 'Время ожидания проверки первого слоя истекло.' - 00x0C00030000030006: 'Очищенные нити накапливались в куче.' - 00x0C00030000030007: 'Возможные дефекты первого слоя.' - 00x0C00030000030008: 'Возможные дефекты спагетти.' - 00x0C00030000010009: 'Модуль проверки первого уровня перезагружен.' - 00x0C0003000003000B: 'Осматриваем первый слой.' - 00x0C0003000002000C: 'Маркер таблички сборки не обнаружен.' - + 00x03001A0000020003: 'The nozzle clumping sensor is malfunctioning; Please refer to the Wiki for troubleshooting.' + 00x03001A0000030004: 'Nozzle clumping detection timed out. The check has been skipped.' + 00x03001B0000010001: 'The signal of the heatbed acceleration sensor is weak. The sensor may have fallen off or been damaged.' + 00x03001B0000010002: 'External disturbance was detected on the heatbed acceleeration sensor. The sensor signal wire may not be affixed.' + 00x03001B0000010003: 'The heatbed acceleration sensor detected unexpected continuous force. The sensor may be stuck, or the analog front end may be broken.' + 00x03001C0000010001: 'The extrusion motor driver is abnormal. The MOSFET may have a short circuit.' + 00x03001D0000010001: 'The position sensor of extrusion motor is abnormal. The connection to the sensor may be loose.' + 00x03001E0000010001: 'The left nozzle temperature is abnormal; the heater may have a short circuit.' + 00x03001E0000010002: 'The left nozzle temperature is abnormal; the heater may have an open circuit.' + 00x03001E0000010003: 'The left nozzle temperature is abnormal; the heater is over temperature.' + 00x03001E0000010006: 'The left nozzle temperature is abnormal; the sensor may have a short circuit, please check whether the connector is properly plugged in.' + 00x03001E0000010007: 'The left nozzle temperature is abnormal; the sensor may have an open circuit.' + 00x03001E0000010008: 'The left extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock.' + 00x03001E0000010009: 'The left nozzle temperature control is abnormal; the hot end may not be installed. If you want to heat the hot end without it being installed, please turn on maintenance mode in the settings page.' + 00x0300200000010001: 'X-axis homing abnormal: please check if the toolhead is stuck or if the resistance on the X-axis linear rail is too high.' + 00x0300200000010002: 'Y-axis homing abnormal: please check if the toolhead is stuck or the Y carriage has too much resistance.' + 00x0300200000010003: 'X axis homing abnormal: the timing belt may be loose.' + 00x0300200000010004: 'Y axis homing abnormal: the timing belt may be loose.' + 00x0300210000010001: 'Auxiliary extruder motor open circuit, possibly due to a loose connection or motor failure.' + 00x0300210000010002: 'Auxiliary extruder motor short circuit, possibly caused by motor failure.' + 00x0300210000010003: 'The resistance of the Auxiliary extruder motor is abnormal; the motor may have failed.' + 00x0300220000010001: 'Auxiliary extruder motor current sensor error, possibly caused by a sampling circuit hardware failure.' + 00x0300250000010001: 'The frequency of the extrusion force sensor of the right extruder is too low. The nozzle may not be installed, or the nozzle heat sink may be too far away from the sensor.' + 00x0300250000010002: 'The sensitivity of the right extruder extrusion force sensor is low; the nozzle may not installed correctly.' + 00x0300250000010003: 'Unable to read data from the right extruder force sensor; there may be a communication break or sensor damage.' + 00x0300250000010004: 'The signal of the extrusion force sensor of the right extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300250000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300250000010007: 'The frequency of the extrusion force sensor of the right extruder is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor.' + 00x0300250000010008: 'The right nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030025000001000A: 'Nozzle offset calibration failed. Filament sticks to the nozzle, which may affect print quality. Please clean the nozzle and try again.' + 00x030025000001000B: 'Nozzle presence detection failed: Right extruder nozzle not installed or improperly installed.' + 00x030025000001000C: 'An anomalous jump in the right extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300260000010001: 'The frequency of the extrusion force sensor of the left extruder is too low. The sensor may be installed too far, or the sensor may be loose.' + 00x0300260000010002: 'The sensitivity of the left extruder extrusion force sensor is low; the force sensor may not be installed correctly.' + 00x0300260000010003: 'Unable to read data from the left extruder force sensor; there may be a communication break or sensor damage.' + 00x0300260000010004: 'The signal of the extrusion force sensor of the left extruder is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal.' + 00x0300260000010005: 'Z axis motor rotation is obstructed; please check if there are foreign objects stuck in the Z slider or Z timing pulley.' + 00x0300260000010007: 'The frequency of the extrusion force sensor of the left extruder is too high. The sensor may be installed too close, or the sensor may be loose.' + 00x0300260000010008: 'The left nozzle touches the heating bed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed.' + 00x030026000001000B: 'Nozzle presence detection failed: Left extruder nozzle not installed or improperly installed.' + 00x030026000001000C: 'An anomalous jump in the left extruder eddy current sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor.' + 00x0300270000010001: 'The nozzle offset calibration sensor frequency is too low. The sensor may be damaged.' + 00x0300270000010002: 'Too many attempts at nozzle offset calibration, possibly due to purged filament between the nozzle and the heated base, or incorrect installation of the nozzle. Please inspect and retry.' + 00x0300270000010003: 'The nozzle offset calibration result shows significant deviation, possibly due to the heat insulation sheet on the right nozzle heating base not being installed. Please install it correctly and try again.' + 00x0300270000010004: 'The signal of the nozzle offset calibration sensor is abnormal. The sensor may be damaged, or the wiring may not be connected properly.' + 00x0300270000010005: 'The nozzle offset calibration indicates significant deviation, possibly caused by an additional heat insulation sheet installed on the right nozzle heating base. Please verify this and attempt the calibration again.' + 00x0300270000010006: 'The nozzle offset calibration shows significant deviation, possibly due to incorrect installation of the nozzle or heating base. Please inspect and retry.' + 00x0300270000010007: 'The nozzle offset calibration sensor frequency is too high. The sensor may be damaged.' + 00x0300270000010008: 'The nozzle offset calibration sensor signal is too weak. It may be that the nozzle is sticky or the nozzle does not move above the sensor during calibration, causing the distance between the nozzle and the sensor to be too far.' + 00x0300280000010001: 'The data of the force sensor of the Cutting Module is abnormal. The magnet on the Tool Holder may fall off or the force sensor may be damaged.' + 00x0300280000010003: 'Communication failure between cutting module and toolhead during Z-axis homing. Please check if the cutting module signal cable is loose or broken or verify if the force sensor coil is intact.' + 00x0300280000010004: 'The force sensor of the Cutting Module is abnormal. The force sensor cable may be disconnected or the force sensor is damaged.' + 00x0300280000010005: 'Z-axis homing failed in cutting mode. Please check if there are any foreign objects in the Z-axis slider and Z-axis synchronous pulley.' + 00x0300280000010007: 'Communication failure between the Cutting Module and toolhead module. Please check if the Cutting module signal cable is loose or broken. It could also be due to a broken force sensor coil.' + 00x0300280000010008: 'Z-axis homing failed. Please check if the blade holder movement is smooth and ensure no foreign objects are at the contact position on the heatbed.' + 00x0300290000010001: 'Vision encoder patterns can not be recognized; possible reasons include vision encoder pattern distortion, light overexposure, and plate misplacement.' + 00x03002A0000010001: 'The left hotend cooling fan speed is too slow or stopped. The fan may be stuck or the connector may not be plugged in properly.' + 00x03002A0000020002: 'The left hotend cooling fan speed is slow. It may be stuck and need cleaning.' + 00x03002B0000020001: 'Air-door calibration failed. Please check if there is any foreign object blocking the damper.' + 00x03002C0000010001: 'Obstacle detected under the heatbed. Please remove it to ensure proper printing.' + 00x03002D0000010006: 'Heated bed leveling failed, possibly due to foreign objects on the bed or bed tilt. Continuing to print may damage the build plate. Please remove any debris or manually level the bed before retrying.' + 00x03002E0000030001: 'The motor noise cancellation data needs to be updated; please recalibrate.' + 00x0300310000010001: 'The Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300310000020002: 'The Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000010001: 'The Auxiliary Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300320000010002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300320000020002: 'The Auxiliary Part Cooling Fan speed is slow. It may be stuck and need cleaning.' + 00x0300330000010001: 'The Chamber Exhaust Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300330000020002: 'The Chamber Exhaust Fan speed is slow. It may be stuck and need cleaning.' + 00x0300350000010001: 'The MC module cooling fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300350000020002: 'The MC module cooling fan speed is slow. It may be stuck and need cleaning.' + 00x0300360000010001: 'The Chamber Heat Circulation Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x0300360000020002: 'The Chamber Heat Circulation Fan speed is slow. It may be stuck and need cleaning.' + 00x0300390000010001: 'The External Fan on the Toolhead is running too slowly or has stopped, possibly due to debris blockage or a loose connector.' + 00x0300390000020002: 'The External Fan on the Toolhead is running at a low speed, possibly due to debris buildup.' + 00x03003A0000010001: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly.' + 00x03003A0000020002: 'The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning.' + 00x0300400000020001: 'Передача данных через последовательный порт нарушена; возможно, неисправна программная система.' + 00x0300410000010001: 'Напряжение в системе нестабильное, что приводит к срабатыванию функции защиты от отключения питания.' + 00x0300420000010001: 'Toolhead power abnormality detected; it may be caused by a damaged TH board or a short circuit in the USB-C cable.' + 00x0300900000010001: 'Chamber heating failed. The heater may not be blowing hot air.' + 00x0300900000010002: 'Chamber heating failed. Possible causes: the chamber is not fully enclosed, ambient temperature is too low, or the power supply heat dissipation vent is blocked.' + 00x0300900000010003: 'Chamber heating failed. The power supply temperature may be too high.' + 00x0300900000010004: 'Chamber heating failed. The speed of the heating fan is too low.' + 00x0300900000010005: 'Chamber heating failed. The thermal resistance is too high.' + 00x0300900000010006: 'Chamber heating failed. The air duct could not switch to chamber temperature heating mode.' + 00x0300900000010007: 'High chamber temperature detected. If the hotend is overheating or emitting smoke, immediately power off the printer. Please refer to the Wiki for detailed troubleshooting instructions.' + 00x0300900000010010: 'The communication of chamber temperature controller is abnormal.' + 00x0300910000010001: 'The temperature of chamber heater %s is abnormal. The heater may have a short circuit.' + 00x0300910000010002: 'The temperature of chamber heater 1 is abnormal. The heater may have an open circuit or the thermal fuse may have burned out.' + 00x0300910000010003: 'The temperature of chamber heater %s is abnormal. The heater is over temperature.' + 00x0300910000010006: 'The temperature of chamber heater %s is abnormal. The sensor may have a short circuit.' + 00x0300910000010007: 'The temperature of chamber heater %s is abnormal. The sensor may have an open circuit.' + 00x0300910000010008: 'The chamber heater failed to reach the target temperature.' + 00x030091000001000A: 'The temperature of chamber heater %s is abnormal. The AC board may be broken.' + 00x030091000001000C: 'The chamber heater 1 has worked at full load for a long time. The temperature control system may be abnormal.' + 00x030091000001000E: 'The power supply voltage does not match the machine; chamber heater 1 has been disabled.' + 00x0300920000010002: 'The temperature of chamber heater 2 is abnormal. The heater may have an open circuit or the thermal fuse may be in effect.' + 00x0300920000010008: 'Chamber heater 2 failed to rise to target temperature.' + 00x0300930000010001: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have a short circuit.' + 00x0300930000010002: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor may have an open circuit.' + 00x0300930000010003: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have a short circuit.' + 00x0300930000010004: 'Chamber temperature is abnormal. The chamber heater''s temperature sensor at the air outlet may have an open circuit.' + 00x0300930000010005: 'Chamber temperature is abnormal. The chamber temperature sensor may have a short circuit.' + 00x0300930000010006: 'Chamber temperature is abnormal. The chamber temperature sensor at the air inlet may have an open circuit.' + 00x0300930000010007: 'Chamber temperature is abnormal. The temperature sensor at the power supply may have a short circuit.' + 00x0300930000010008: 'Chamber temperature is abnormal. The temperature sensor at power supply may have an open circuit.' + 00x0300940000020003: 'Chamber failed to reach the desired temperature. The machine will stop waiting for the chamber temperature.' + 00x0300940000030001: 'Chamber cooling may be too slow. You can open the front door or top cover to help cooling if the air in the chamber is non-toxic.' + 00x0300940000030002: 'Chamber temperature setting value exceed the limit, the boundary value will be set.' + 00x0300950000010001: 'The temperature sensor of the Laser Module may have a short circuit.' + 00x0300950000010002: 'The temperature sensor of the Laser Module may have an open circuit.' + 00x0300950000010003: 'Laser Module overheating' + 00x0300950000010004: 'The speed of the Laser Module cooling fan is too low or stopped. It may be stuck or the connector may not be plugged in properly.' + 00x0300950000010005: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010006: 'Laser Module not detected: the module may have fallen off, or the quick-release lever may not be locked.' + 00x0300950000010007: 'The engraving laser module is abnormal; the laser may have an open circuit or may be damaged.' + 00x0300950000010008: 'The Laser Module communication is abnormal; please check the connector.' + 00x0300950000010009: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor is short-circuited.' + 00x030095000001000A: 'The ambient temperature sensor at the bottom of the laser module is abnormal; the sensor has an open circuit.' + 00x0300960000010001: 'The front door seems to be open; the task has been paused.' + 00x0300960000010002: 'The front door Hall sensor (Upper) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010003: 'The front door Hall sensor (Lower) is abnormal; please check whether the connection wire is loose.' + 00x0300960000010004: 'The Front Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300960000030001: 'The front door is open.' + 00x0300970000010001: 'The top cover seems to be open; the task has been paused' + 00x0300970000010002: 'The top cover Hall sensor (Front Right) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010003: 'The top cover Hall sensor (Rear Left) is abnormal; please check whether the connection wire is loose.' + 00x0300970000010004: 'The Top Laser Protection Plate is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300970000030001: 'The top cover is open.' + 00x0300980000010001: 'The left side window seems to be open, the task has been paused.' + 00x0300980000010002: 'The left side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010003: 'The left side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300980000010004: 'The Left Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300980000030001: 'The left side window seems to be open.' + 00x0300990000010001: 'The right side window seems to be open; the task has been paused.' + 00x0300990000010002: 'The right side window Hall sensor 1 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010003: 'The right side window Hall sensor 2 is abnormal; please check whether the connection wire is loose.' + 00x0300990000010004: 'The Right Laser Safety Window is not detected. Please install it according to the Wiki and re-initiate the task.' + 00x0300990000030001: 'The right side window is detected to be open.' + 00x03009B0000010001: 'Emergency stop button is not installed. Please follow the Wiki to install it.' + 00x03009B0000010002: 'Safety key is not inserted. Please follow the Wiki to install it.' + 00x03009B0000010003: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x03009C0000010001: 'The Air Pump is not detected. Please check whether the connector is plugged in properly.' + 00x03009C0000010002: 'The Air Pump is abnormal and may be damaged.' + 00x03009D0000020001: 'The engrave laser focal point XY calibration has failed. Please clean up the Laser Homing Area on the Laser Platform, and re-run the Laser Module Mount Calibration.' + 00x03009D0000020002: 'The engrave laser focal point XY calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup.' + 00x03009D0000020003: 'The engrave laser focal point Z calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup. If it fails repeatedly, please get in touch with customer support.' + 00x03009E0000030001: 'Open Door Detection level for this print job will be set as ' + 00x0300A10000010001: 'Chamber temperature is too high. Please open the top cover and front door to cool down, or lower the ambient temperature.' + 00x0300A10000020002: 'The ambient temperature is too high. Please lower the temperature, as excessive heat may cause the print to pause.' + 00x0300A20000010001: 'MC module temperature is too high, possibly because of high chamber temperature of the printer. You can try lowering the environmental temperature before use.' + 00x0300A40000010001: 'Heatbed temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010002: 'Hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010003: 'The left hotend temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010004: 'Chamber temperature is too high. Please wait for it to cool down to room temperature before restarting the task.' + 00x0300A40000010005: 'The heatbed temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A40000010008: 'The chamber temperature sensor is abnormal. Please troubleshoot the issue before restarting the task.' + 00x0300A50000010001: 'Flame Sensor %s is abnormal. The sensor may be short-circuited.' + 00x0300A60000010001: 'The Toolhead Enhanced Cooling Fan is not properly installed; it may not be securely fastened or may have fallen off.' + 00x0300A60000010002: 'The Toolhead Enhanced Cooling Fan has lost communication; please check the connector.' + 00x0300A70000030001: 'The chamber temperature is high, and the system has increased the fan speed, which may cause more noise. It''s recommended to lower the room temperature or open the front door/top cover to help cool it down.' + 00x0300A80000010001: 'AMS power supply abnormality, possibly due to AMS damage or a short circuit in the AMS interface, or too many AMS connections. Please check if it is correctly connected.' + 00x0300AB0000010001: 'The right hotend heatbreak temperature is too high, which may cause clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020002: 'The right hotend heatbreak temperature is relatively high, which may cause nozzle clogging. Please open the printer''s top cover and front door to reduce the chamber temperature, or lower the ambient temperature.' + 00x0300AB0000020003: 'The temperature sensor on the right hotend heatbreak is abnormal. To prevent nozzle clogs, the cooling fan will continue running at high speed. You can troubleshoot the sensor issue when the print is idle.' + 00x0300C00000010001: 'Active Chamber Exhaust air door malfunction: it may be stuck.' + 00x0300C00000010002: 'Filter Switch Flap air door malfunction: it may be stuck.' + 00x0300C00000010003: 'Automatic Top Vent air door malfunction: it may be stuck.' + 00x0300C10000010001: 'Airflow System failed to activate cooling mode; please check the air door status.' + 00x0300C10000010002: 'Airflow System failed to activate heating mode; please check the air door status.' + 00x0300C10000010003: 'Airflow System failed to activate laser mode; please check the air door status.' + 00x0300C10000010004: 'Airflow System failed to activate strong cooling mode; please check the air door status.' + 00x0300C20000010001: 'Hall sensor of Active Chamber Exhaust malfunction: please check if the wiring is loose.' + 00x0300C20000010002: 'Hall sensor of Filter Switch Flap malfunction: please check if the wiring is loose.' + 00x0300C30000010001: 'Current sensor of Active Chamber Exhaust malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010002: 'Current sensor of Filter Switch Flap malfunction: this may be due to an open circuit or a hardware sampling circuit fault.' + 00x0300C30000010003: 'Current sensor of Automatic Top Vent malfunction: this may be due to open circuit or a hardware sampling circuit fault.' + 00x0300D00000010001: 'The cutting module base has fallen off; please reinstall it.' + 00x0300D00000010002: 'The blade holder has fallen off; please reinstall it.' + 00x0300D00000010003: 'The cutting module cable has come loose; please check the cable connection.' + 00x0300D10000010001: 'Fire extinguisher motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D10000010002: 'Fire extinguisher motor error. Please power off and then power on to restart the extinguisher.' + 00x0300D10000010003: 'The resistance of the fire extinguisher motor is abnormal; the motor may have failed.' + 00x0300D30000020001: 'Fire extinguisher not detected. Please ensure the signal cable is securely connected and the plug is fully inserted.' + 00x0300D40000010002: 'The fire extinguisher presence detection sensor is malfunctioning. Please check if the sensor cable is loose or damaged.' + 00x0300D40000010003: 'Fire Extinguisher Cylinder presence detection sensor is short-circuited. Please check the sensor connection.' + 00x0300D50000020004: 'Fire extinguisher cylinder not installed. Please confirm on the extinguisher page.' + 00x0300D50000020005: 'The Fire Extinguisher Gas Cylinder is empty. Please replace the gas cylinder and then confirm the replacement on the Auto Fire Extinguishing System page.' + 00x0300D50000030004: 'Gas cylinder of the fire extinguisher is not installed.' + 00x0300D60000010006: 'Fire extinguisher motor reset failed. Please power off and then power on to restart the extinguisher.' + 00x0300D60000010007: 'The fire extinguisher motor reset is jammed. Please gently turn the emergency handwheel left and right until the resistance decreases. Then, power off the fire extinguisher and turn it back on.' + 00x0300D70000020001: 'Laser fourth axis is not connected' + 00x0300D80000010001: 'Laser fourth axis motor has an open-circuit. There may be a loose connection, or the motor may have failed.' + 00x0300D80000010002: 'Laser fourth axis motor error. Please power off and then power on to restart the laser fourth axis.' + 00x0300D90000020001: 'Communication error between the laser fourth axis motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300DA0000020001: 'Laser module detected. Please remove the hotend from the hotend rack to prevent laser processing debris from affecting printing performance.' + 00x0300DB0000020001: 'Laser module detected. Please install the right nozzle correctly to ensure proper Laser Module Mounting Calibration.' + 00x0300E00000010001: 'Hotend holder motor is disconnected or has an open-circuit fault. Please check the motor''s flat cable connection.' + 00x0300E00000010002: 'Inter-phase short circuit on hotend holder motor. If restarting doesn''t resolve the issue, please contact support.' + 00x0300E00000010003: 'Hotend holder motor has abnormal or unbalanced three-phase resistance. If restarting doesn''t help, please contact support.' + 00x0300E00000010004: 'Hotend holder motor is stalled. Please check for foreign objects or collisions with the toolhead.' + 00x0300E10000010001: 'Current sensor fault on hotend holder motor. This may be caused by a sampling circuit failure. If restarting the printer doesn''t resolve the issue, please contact customer support.' + 00x0300E20000020001: 'Communication error between the hotend holder motor and the position sensor. If restarting fails, please contact customer support.' + 00x0300E30000010001: 'The MOS tubes of the Hotend Holder motor drive board are short-circuited. If restarting the printer does not resolve the problem, please contact customer support.' + 00x0300E30000010002: 'MC communication with hotend holder motor driver failed. Please check if the connection cable is properly plugged in.' + 00x050001000001000A: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' 00x0500010000020001: 'Сбой в работе конвейера передачи данных.' 00x0500010000020002: 'USB-камера не подключена.' 00x0500010000020003: 'USB-камера неисправна.' 00x0500010000030004: 'Недостаточно места на SD-карте.' 00x0500010000030005: 'Ошибка на SD-карте.' 00x0500010000030006: 'Неформатированная SD-карта.' + 00x0500010000030007: 'Unable to record time-lapse photography without USB flash drive inserted.' 00x0500020000020001: 'Не удалось подключить Интернет, пожалуйста, проверьте сетевое подключение.' - 00x0500020000020005: 'Не удалось подключить Интернет, пожалуйста, проверьте сетевое подключение.' 00x0500020000020002: 'Не удалось войти в систему устройства.' + 00x0500020000020003: 'Failed to connect to the internet; please check the network connection.' 00x0500020000020004: 'Неавторизованный пользователь.' + 00x0500020000020005: 'Не удалось подключить Интернет, пожалуйста, проверьте сетевое подключение.' 00x0500020000020006: 'Сервис Liveview работает со сбоями.' - + 00x0500020000020007: 'Liveview service login failed; please check your network connection.' + 00x0500020000020008: 'Time synchronization failed' 00x0500030000010001: 'Модуль MC неисправен. Пожалуйста, перезагрузите устройство.' 00x0500030000010002: 'Инструментальная головка неисправна. Пожалуйста, перезагрузите устройство.' 00x0500030000010003: 'Модуль AMS неисправен. Пожалуйста, перезагрузите устройство.' + 00x0500030000010004: 'The Filament Buffer module is malfunctioning. Please restart the device.' + 00x0500030000010005: 'Internal service is malfunctioning. Please restart the device.' + 00x0500030000010006: 'A system panic occurred. Please restart the device.' + 00x0500030000010007: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x0500030000010008: 'A system hang occurred. Please restart the device.' + 00x0500030000010009: 'A system hang occurred. It has been recovered by automatic restart.' 00x050003000001000A: 'Состояние системы ненормальное. Пожалуйста, восстановите заводские настройки.' 00x050003000001000B: 'Экран неисправен.' + 00x050003000001000C: 'The MC motor controller module is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000D: 'The induction hotend rack is malfunctioning. Please power off, check the connection, and restart the device.' + 00x050003000001000E: 'Some external modules are incompatible with the printer''s firmware version, which may affect normal operation. Please go to the ' + 00x0500030000010021: 'Hardware incompatible; please check the Toolhead Camera.' + 00x0500030000010023: 'The Chamber Temperature Control module is malfunctioning. Please restart the device.' + 00x0500030000010024: 'The current temperature is too low. In order to protect you and your printer, printing tasks, moving an axis and other operations are disabled. Please move the printer to an environment above 10 degrees Celsius.' + 00x0500030000010025: 'The current firmware is abnormal. Please update again.' + 00x0500030000010026: 'The Toolhead expansion module is malfunctioning. Please power off, check the connection, and restart the device.' 00x050003000002000C: 'Ошибка беспроводного оборудования: пожалуйста, выключите / включите Wi-Fi или перезагрузите устройство.' + 00x050003000002000D: 'The SD Card controller is malfunctioning.' + 00x050003000002000E: 'Some modules are incompatible with the printer''s firmware version, which may affect use. Please go to the ' + 00x0500030000020020: 'USB flash drive capacity is insufficient to cache print files.' + 00x0500030000020055: 'User information has expired, please log in again.' + 00x0500030000030022: 'MicroSD Card performance degradation has been detected. It may affect print jobs, logs, and video records. Please format or change the MicroSD card.' 00x0500040000010001: 'Не удалось загрузить задание на печать. Пожалуйста, проверьте подключение к сети.' 00x0500040000010002: 'Не удалось сообщить о состоянии печати. Пожалуйста, проверьте подключение к сети.' 00x0500040000010003: 'Содержимое файла с распечаткой не читается. Пожалуйста, отправьте задание на печать повторно.' 00x0500040000010004: 'Файл печати является несанкционированным.' 00x0500040000010006: 'Не удалось возобновить предыдущую печать.' - + 00x0500040000010044: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500040000010046: 'The firmware of Laser Module does not match the printer. Please upgrade it on the ' + 00x0500040000010047: 'The firmware of Air Pump does not match the printer. Please upgrade it on the ' + 00x0500040000010048: 'The firmware of Cutting Module does not match the printer. Please upgrade it on the ' + 00x050004000001004F: 'Unknown module detected, please try updating the firmware to the latest version.' + 00x0500040000010051: 'Emergency Stop Button is not in the right position. Please follow the Wiki to install it.' + 00x0500040000010052: 'Safety Key is not inserted. Please follow the Wiki to install it.' 00x0500040000020007: 'Температура платформы превышает температуру стеклования нити, что может привести к засорению сопла.' + 00x0500040000020010: 'The RFID-tag on AMS %s Slot %s cannot be identified.' + 00x0500040000020030: 'The BirdsEye Camera is not installed. Please power off printer and then install the camera.' + 00x0500040000020031: 'Before using a Laser/Cutting Module, the pose of the BirdsEye Camera needs to be determined. Please complete the setup to calibrate the camera.' + 00x0500040000020032: 'Please slide in Laser Module and lock the quick-release lever.' + 00x0500040000020033: 'Please plug in the module connector.' + 00x0500040000020034: 'Laser module detected for the first time. Complete the setup (~4 min) before use for precise cutting and engraving. Also, ensure the H2.0 screw at the back securing the air pump is removed.' + 00x0500040000020035: 'The Laser Module needs calibration to get the focus position. Please perform mounting calibration before use. (about 2 minutes)' + 00x0500040000020036: 'New Cutting Module connected. To ensure more precise cutting, please set it up before use. (about 3 minutes)' + 00x0500040000020037: 'The Cutting Module needs calibration to get the tool position. Please perform the mounting calibration before use. (about 2-4 minutes)' + 00x0500040000020038: 'Please slide in cutting module and fasten the quick release lever. If already installed, the module might not be properly aligned. Please try reinstalling it.' + 00x0500040000020039: 'Please plug in the module connector' + 00x0500040000020041: 'The laser module has been used for a long time. Please clean it promptly to avoid affecting laser processing.' + 00x0500040000020042: 'The Live View Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020043: 'The Toolhead Camera is dirty or obstructed; please clean it and continue.' + 00x0500040000020050: 'Laser Safety Window is not installed.' + 00x0500040000030008: 'The door seems to be open.' + 00x0500040000030009: 'The bed temperature exceeds filament''s vitrification temperature, which may cause nozzle clog. Please keep the front door of the printer open. Door open detection has been temporarily turned off.' + 00x0500040000030054: 'Auto Fire Extinguishing System detected. It is recommended to conduct a Fire Drill to become familiar with the operation process.' + 00x0500040000030057: 'The print job has been completed. Automatic air purification is in progress.' + 00x0500050000010001: 'The factory data of the AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010006: 'The factory data of AP board is abnormal; please replace the AP board with a new one.' + 00x0500050000010007: 'MQTT Command verification failed. Please update Studio (including the network plugin) or Handy to the latest version, then restart the software and try again.' + 00x050005000001000D: 'The BirdsEye Camera is malfunctioning. Please try restarting the device. If the issue persists after multiple restarts, check the camera connection status or contact customer support.' + 00x050005000001000E: 'Laser Module firmware does not match the printer. Please upgrade it on the ' + 00x050005000001000F: 'The accessory firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010010: 'The firmware of AMS %s does not match the printer. Please upgrade it on the ' + 00x0500050000010011: 'The Air Pump firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010012: 'The Cutting Module firmware does not match the printer. Please upgrade it on the ' + 00x0500050000010013: 'Laser module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010014: 'AMS %s certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010015: 'Air Pump certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010016: 'Cutting module certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010018: 'Laser Fourth Axis module certification failed. Please reconnect the module cable or restart the printer.' + 00x0500050000010019: 'Fire Extinguisher module certification failed. Please reconnect the module cable or restart the printer.' + 00x050005000001001A: 'Filament Track Switch certification failed. Please reconnect the cable or restart the printer.' + 00x0500050000010020: 'Hotend %s authentication failed. Please switch the hotend or restart the printer.' + 00x0500050000010021: 'Time-lapse kit authentication failed. Please reconnect the cable or restart the printer.' + 00x0500050000010022: 'The External Exhaust Fan certification failed. Please restart the printer or reconnect the fan cable.' + 00x0500050000020023: 'A new version of the Timelapse Kit is available. Please connect to CyberBrick App to update this accessory separately.' + 00x0500050000030002: 'The device is in the engineering state; please pay attention to information security related matters.' + 00x0500060000020001: 'The Toolhead Camera is not in place; please check the hardware connection.' + 00x0500060000020002: 'The Nozzle Camera is not in place; please check the hardware connection.' + 00x0500060000020003: 'BirdsEye Camera is not in place; please check the hardware connection' + 00x0500060000020004: 'The Live View camera is not in place; please check the hardware connection.' + 00x0500060000020031: 'ToolHead Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020032: 'Nozzle Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020033: 'BirdsEye Camera is not connected. Please check the hardware and cable connections.' + 00x0500060000020034: 'Live View camera is not connected. Please check the hardware and cable connections.' + 00x05001A0000010001: 'The feeder module is offline. Please check if the feeder module connection cable is loose.' + 00x05001A0000010002: 'A feeder module replacement is detected. Please ensure that the corresponding extrusion gear and nozzle have been replaced, and manually update the nozzle type in the printer.' + 00x0500400000010039: 'Laser module Serial Number error' + 00x0500400000010040: 'Cutting module Serial Number error' + 00x0501040000030002: 'Threaded rods need lubrication now.' + 00x0501040000030003: 'Linear rods need cleaning and lubrication now.' + 00x0501040000030004: 'Please clean and lubricate the X-axis linear rail and YZ-axis linear rods.' + 00x0501040000030005: 'Please clean and lubricate the Induction Hotend Latch and the linear rods of the Hotend Change System.' + 00x0501040000030006: 'The Induction Hotend Latch may be worn. To ensure proper induction hotend switching, please replace the Induction Hotend Latch and clean the rods of Induction Hotend Rack.' + 00x0501040000030010: 'Laser module is dusty and needs cleaning now.' + 00x0580040000010045: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010010: 'The firmware of AMS-HT %s does not match the printer. Please upgrade it on the ' + 00x0580050000010017: 'AMS-HT %s certification failed. Please reconnect the cable or restart the printer.' 00x0700010000010001: 'Двигатель-помощник AMS% не работает. Возможно, экструзионное колесо изношено или нить слишком тонкая.' 00x0700010000010003: 'Неисправен регулятор крутящего момента вспомогательного двигателя. Возможно, неисправен датчик тока.' 00x0700010000010004: 'Неисправен регулятор скорости вспомогательного двигателя AMS. Возможно, неисправен датчик скорости.' + 00x0700010000010005: 'AMS %s The current sensor of assist motor may be faulty.' + 00x0700010000010011: 'AMS %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700010000020002: 'Двигатель-помощник AMS перегружен, нить может запутаться или застрять.' + 00x0700010000020006: 'AMS %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020007: 'AMS %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x0700010000020008: 'AMS %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x0700010000020009: 'AMS %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x0700010000020010: 'AMS %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x0700010000020011: 'AMS %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' 00x0700020000010001: 'Ошибка скорости и длины нити AMS%. Одометр нити может быть неисправен.' + 00x0700020000020002: 'AMS %s The odometer has no signal. The odometer connector may have poor contact.' + 00x0700020000020003: 'AMS %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' 00x0700100000010001: 'Двигатель слота AMS%s вышел из строя. Возможно, экструзионное колесо неисправно или нить слишком тонкая.' 00x0700100000010003: 'Неисправен регулятор крутящего момента двигателя AMS. Возможно, неисправен датчик тока.' 00x0700100000020002: 'Двигатель слота AMS% перегружен. Нить может запутаться или застрять.' + 00x0700100000020004: 'AMS %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000010081: 'Failed to read the filament information from AMS %s slot %s. The AMS main board may be malfunctioning.' + 00x0700200000010082: 'Failed to read the filament information from AMS %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x0700200000010083: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged.' + 00x0700200000010084: 'Failed to read the filament information from AMS %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x0700200000010085: 'Failed to read the filament information from AMS %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x0700200000010086: 'Failed to read the filament information from AMS %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' 00x0700200000020001: 'В разъеме AMS%s закончилась нить накала.' - - 00x1200200000020001: 'В разъеме AMS%s закончилась нить накала.' 00x0700200000020002: 'Слот AMS%s пуст.' 00x0700200000020003: 'В слоте AMS может быть повреждена нить накаливания.' 00x0700200000020004: 'В головке инструмента может быть повреждена нить накала AMS.' 00x0700200000020005: 'Нить накаливания AMS%s Slot%s закончилась, и очистка старой нити прошла с нарушениями; пожалуйста, проверьте, не застряла ли нить в головке инструмента.' + 00x0700200000020006: 'AMS %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x0700200000020007: 'AMS %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x0700200000020008: 'AMS %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x0700200000020009: 'Failed to extrude AMS %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x070020000002000A: 'Failed to adjust the filament position of AMS %s slot %s. The filament or buffer may be stuck.' + 00x0700200000020010: 'AMS %s slot %s feeds filament out of AMS timeout.' + 00x0700200000020011: 'AMS %s slot %s pulls filament back to AMS timeout.' + 00x0700200000020012: 'AMS %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x0700200000020013: 'AMS %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x0700200000020014: 'AMS %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x0700200000020015: 'AMS %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x0700200000020016: 'AMS %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x0700200000020017: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x0700200000020018: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x0700200000020019: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x0700200000020020: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x0700200000020021: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x0700200000020022: 'AMS %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x0700200000020023: 'AMS %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x0700200000020024: 'AMS %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x0700200000020025: 'AMS %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x0700200000020026: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x0700200000020027: 'AMS %s slot %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' 00x0700200000030001: 'В слоте AMS%s закончилась нить накала. Пожалуйста, подождите, пока старая нить накала будет удалена.' 00x0700200000030002: 'В слоте AMS%s закончилась нить накаливания, и он автоматически переключился на слот с такой же нитью накаливания.' + 00x0700250000020001: 'AMS %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x0700260000020001: 'The induction hotend is heating up, and the drying power of AMS %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x0700300000010001: 'The AMS %s RFID 1 board has an error.' + 00x0700300000010004: 'Encryption chip failure' + 00x0700300000020002: 'The RFID-tag on AMS %s slot %s is damaged, or its content cannot be identified.' + 00x0700300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x0700350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x0700350000010002: 'AMS %s The humidity sensor is disconnected, which may be due to poor connector contact.' 00x0700400000020001: 'Потерян сигнал буфера нити накала, возможно, неисправен кабель или датчик положения.' 00x0700400000020002: 'Ошибка в сигнале положения буфера накала, возможно, неисправен датчик положения.' 00x0700400000020003: 'Связь с концентратором AMS нарушена, возможно, кабель подключен неправильно.' 00x0700400000020004: 'Сигнал буфера нити не соответствует норме, возможно, пружина застряла или нить запуталась.' - 00x0700450000020001: 'Датчик резака нити неисправен. Возможно, датчик отсоединён или повреждён.' 00x0700450000020002: 'Расстояние между резцами слишком велико. Двигатель XY может пропускать шаги.' 00x0700450000020003: 'Ручка резака для нити не отщелкивается. Возможно, ручка или лезвие застряли.' - 00x0700510000030001: 'Функция AMS отключена; пожалуйста, извлеките нить из держателя катушки.' 00x0700500000020001: 'Связь AMS%s неисправна, пожалуйста, проверьте соединительный кабель.' + 00x0700510000030001: 'Функция AMS отключена; пожалуйста, извлеките нить из держателя катушки.' + 00x0700550000010002: 'The PTFE tube is incorrectly connected between the toolhead and the buffer. Please connect the buffer''s top to the right extruder and the bottom to the left extruder.' + 00x0700550000010003: 'AMS %s was detected offline during the AMS initialization process.' + 00x0700550000010004: 'The binding between AMS %s and the extruder is incorrect. Please run the AMS Setup.' + 00x0700550000020001: 'A new AMS detected. Please set it up to check which extruder the AMS is connected to.' + 00x0700560000030001: 'AMS %s is undergoing dry cooling; please wait for it to cool down before operating.' 00x0700600000020001: 'Слот AMS%s перегружен. Нить может быть запутана или катушка может застрять.' - 00x1200100000020002: 'Двигатель AMS%s Slot%s перегружен. Нить может запутаться или застрять.' - 00x1200800000020001: 'Нить накала в прорези AMS может запутаться или застрянуть.' + 00x0700700000020001: 'Failed to pull out the AMS %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x0700700000020002: 'Failed to feed the AMS %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020003: 'Failed to extrude the filament. Possible cause: extruder or nozzle clog.' + 00x0700700000020004: 'Failed to pull back the AMS %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x0700700000020005: 'Failed to feed the AMS %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x0700700000020006: 'Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog.' + 00x0700700000020007: 'AMS %s filament ran out. Please put a new filament into the same slot in AMS %s and resume.' + 00x0700700000020008: 'Failed to get AMS mapping table; please select ' + 00x070070000002000A: 'Failed to get filament-hotend mapping table from the slicing file.' + 00x0700740000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700800000010001: 'AMS %s The current sensor of heater %s is abnormal.' + 00x0700800000010002: 'AMS %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x0700800000010003: 'AMS %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x0700800000010004: 'AMS %s The heater %s is heating abnormally.' + 00x0700860000010001: 'The Filament Track Switch is offline. Please check for disconnected cables or loose connectors.' + 00x0700860000010004: 'AMS %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x0700860000020002: 'The AMS has been detected. Please set it up to confirm which side of the Filament Track Switch inlet the AMS is connected to.' + 00x0700860000020003: 'Filament is blocked at the inlet of the filament track switch.' + 00x0700870000020001: 'A filament jam or component damage may have occurred at the Filament Track Switch.' + 00x0700900000010002: 'AMS %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x0700900000010003: 'AMS %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x0700900000010004: 'The current sensor of AMS %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS mainboard.' + 00x0700900000020001: 'AMS %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x0700920000010001: 'AMS %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x0700920000020002: 'AMS %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x0700920000020003: 'The AMS %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x0700940000010001: 'AMS %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x0700940000010002: 'AMS %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x0700960000010001: 'AMS %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x0700960000010003: 'AMS %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x0700960000020002: 'AMS %s Environmental temperature is too low, which will affect the drying capability.' + 00x0700960000020004: 'AMS %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x0700970000030001: 'AMS %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x0700980000020001: 'AMS %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x0700980000020002: 'AMS %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x0700F00000020001: 'Filament and hotend matching failed. Please verify that the hotend in the hotend rack slot %s is correctly installed.' + 00x07FE200000020001: 'External filament of left extruder has run out; please load a new filament.' + 00x07FE200000020002: 'No filament was detected in the left extruder from the external spool; please load the new filament.' + 00x07FE200000020004: 'Please pull the external filament from the left extruder.' + 00x07FE450000020001: 'The left filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FE450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x07FE600000020001: 'External spool connected to left extruder may be tangled or jammed.' + 00x07FE700000020003: 'Please check if the material is coming out of the left nozzle. If not, gently push the material and try to extrude again.' + 00x07FE800000010001: 'The toolhead lift motor works abnormally. Please check whether the connecting cable is loose.' + 00x07FE800000010002: 'The Toolhead Lifting Motor position hall sensor has an open circuit; please check whether the connecting cable is loose.' + 00x07FE800000010003: 'The hall signal of the Toolhead Lifting Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE800000010004: 'The Toolhead Lifting Motor position hall sensor is short-circuited; please check if the Hall sensor is malfunctioning.' + 00x07FE800000010005: 'The extruder''s switching limit angle has drifted significantly. Please check if the flow blocker is jammed or if filament is stuck in the toolhead.' + 00x07FE800000010006: 'The TH board disconnected during the extruder switching process. Please check if the connecting cable is loose.' + 00x07FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x07FE800000020002: 'The position of left hotend is abnormal during printing. Please check whether the flow blocker scratches the printed model.' + 00x07FE800000020003: 'The deviation in the positioning calibration value of the extruder is too large; please recalibrate.' + 00x07FE810000010001: 'The extruder switching motor is working abnormally. Please check whether the connecting cable is loose.' + 00x07FE810000010002: 'The position hall sensor of the Extruder Switching Motor has an open circuit. Please check whether the connecting cable is loose.' + 00x07FE810000010003: 'The hall signal of the Extruder Switching Motor is abnormal, possibly due to internal communication failure in the Toolhead module.' + 00x07FE810000010004: 'The position hall sensor of the Extruder Switching Motor has a short circuit; please check if the Hall sensor is malfunctioning.' + 00x07FE810000020001: 'The extruder switching action is abnormal. Please check whether there is something stuck in the toolhead.' + 00x07FEA00000020001: 'The left nozzle cold pulling process has timed out. Please click ' 00x07FF200000020001: 'Внешняя нить накала закончилась; пожалуйста, установите новую нить накала.' 00x07FF200000020002: 'Отсутствует внешняя нить накала; пожалуйста, установите новую нить накала.' + 00x07FF200000020003: 'Filament remains were detected in the PTFE tube between the Auxiliary Extruder and the Toolhead. Please refer to the Wiki for removal instructions.' 00x07FF200000020004: 'Пожалуйста, выньте нить накала из держателя катушки из экструдера.' - - 00x12FF200000020007: 'Не удалось проверить расположение нити в головке инструмента. Пожалуйста, нажмите для получения дополнительной помощи.' + 00x07FF200000020008: 'The Auxiliary Extruder failed to unload the filament, possibly due to slippage caused by worn filament. Please pull out the filament manually, cut off the worn section, and try again.' + 00x07FF200000020009: 'Auxiliary extruder feeding failed, possibly due to a clogged filament tube or worn filament, causing the extruder to slip. Please remove the filament, clear the tube, trim the worn section, and try again.' + 00x07FF200000030007: 'Flushing the remaining filament between the Auxiliary Extruder and the Toolhead. Please wait.' + 00x07FF450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x07FF600000020001: 'External spool may be tangled or jammed.' + 00x07FF700000020003: 'Please check if the filament is coming out of the nozzle. If not, gently push the material and try to extrude again.' + 00x07FF700000020009: 'Failure to feed material from the right extruder to the toolhead may be due to the filament not being gripped by the extruder or a loose PTFE tube between the extruder and the toolhead.' + 00x07FFA00000020001: 'The nozzle cold pull process has timed out. Please click ' + 00x0C00010000010001: 'Камера Micro Lidar отключена.' + 00x0C00010000010003: 'Нарушена синхронизация микролидара.' + 00x0C00010000010004: 'Линза микролидара загрязнена.' + 00x0C00010000010005: 'Параметр OTP микролидара является ненормальным.' + 00x0C0001000001000A: 'Возможно, светодиод микролидара сломан.' + 00x0C0001000001000B: 'Failed to calibrate Micro Lidar. Please make sure the calibration chart is clean and not obscured. Then, run machine calibration again.' + 00x0C00010000010009: 'Камера камеры грязная.' + 00x0C0001000002000B: 'Не удалось откалибровать микролидар.' + 00x0C0001000001000F: 'The Live View Camera calibration failed. Please restart the devices or update the firmware.' + 00x0C00010000010010: 'The Live View Camera calibration failed. Please check if the heatbed is clear and ensure the camera image is clear and dirt-free. After these steps, please recalibrate.' + 00x0C00010000010011: 'The Live View Camera calibration failed, please recalibrate. Ensure the build plate is empty, and the camera view is clear and properly oriented. Please contact customer support if repeated failures occur.' + 00x0C00010000010012: 'The Live View Camera calibration failed and the calibration result could not be saved. Please try recalibrating. If calibration fails repeatedly, please contact the customer support team.' + 00x0C00010000010013: 'The Live View Camera calibration failed and the Liveview camera serial number cannot be read. Please contact the customer support team.' + 00x0C00010000010018: 'BirdsEye Camera is not certified, and camera-related functions are invalid.' + 00x0C00010000020002: 'Микролидарная камера неисправна.' + 00x0C00010000020006: 'Внешний параметр микролидара ненормален.' + 00x0C00010000020007: 'Смещение параметров лазера микро-лидара.' + 00x0C00010000020008: 'Камерная камера отключена.' + 00x0C00010000020014: 'Nozzle Camera is malfunctioning. If this issue occurs multiple times during printing, please contact customer support.' + 00x0C00010000020017: 'Nozzle camera lens is dirty, which may affect the AI monitoring functionality. Please clean the surface of the nozzle camera lens as soon as possible.' + 00x0C0001000003000C: 'Nozzle Camera''s temperature is too high, causing the AI detection feature to pause. The feature will automatically resume once the temperature returns to normal.' + 00x0C00020000010001: 'Лазер не горит.' + 00x0C00020000010005: 'Обнаружен новый микролидар.' + 00x0C00020000020002: 'Лазер слишком толстый.' + 00x0C00020000020003: 'Лазер недостаточно яркий.' + 00x0C00020000020004: 'Высота сопла кажется слишком низкой.' + 00x0C00020000020006: 'Высота сопла кажется слишком высокой.' + 00x0C00020000020007: 'The vertical laser is not lit. Please check if it''s covered or hardware connection has a problem.' + 00x0C00020000020008: 'The vertical laser line is too wide. Please check if the heatbed is dirty.' + 00x0C00020000020009: 'The vertical laser is not bright enough at homing position. Please clean or replace the heatbed if this message appears repeatedly.' + 00x0C00030000010009: 'Модуль проверки первого уровня перезагружен.' + 00x0C0003000001000A: 'Your printer is in factory mode. Please contact Technical Support.' + 00x0C00030000020001: 'Ошибка измерения экспозиции нити накала.' + 00x0C00030000020002: 'Проверка первого слоя была прекращена из-за аномальных лидарных данных.' + 00x0C00030000020004: 'Проверка первого слоя не поддерживается для текущего задания печати.' + 00x0C00030000020005: 'Время ожидания проверки первого слоя истекло.' + 00x0C0003000002000C: 'Маркер таблички сборки не обнаружен.' + 00x0C0003000002000E: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002000F: 'Parts skipped before first layer inspection; the inspection is not supported for the current print.' + 00x0C00030000020010: 'Foreign objects detected on heatbed; Please check and clean the heatbed.' + 00x0C00030000020011: 'The high-precision nozzle offset calibration failed; please recalibrate.' + 00x0C00030000020012: 'Foreign object detection is not working. The Live View Camera needs calibration. Please tap ' + 00x0C00030000020013: 'Foreign object detection is not working. Please restart the devices or update the firmware.' + 00x0C00030000020014: 'Foreign object detection accuracy has decreased. If this occurs frequently, perform a Live View Camera calibration ("Settings" > "Calibration" on the printer screen). If a laser or cutting module is installed, remove it before proceeding.' + 00x0C00030000020015: 'Foreign object detection is not working. Detected the Live View Camera has been replaced. If a laser or cutting module is installed, please uninstall the module, tap ' + 00x0C00030000020016: 'Foreign object detection is not working and the Live View camera serial number cannot be read. Please contact the customer support team.' + 00x0C00030000020017: 'Laser engraving Z-axis focus calibration failed. Please check if the Laser Test Material (350g paperboard) is properly placed and its surface is clean and intact.' + 00x0C00030000020018: 'Insufficient system memory was detected, and the foreign object detection function was not working. Please restart the devices or update the firmware after the task is completed' + 00x0C00030000020019: 'The Vision Encoder Plate is either not placed or incorrectly placed. Please ensure it is correctly positioned on the heatbed.' + 00x0C0003000002001C: 'Your nozzle seems to be covered with jammed or clogged material.' + 00x0C0003000002001D: 'Foreign object detection is not working, and images cannot be obtained. Please check the live camera connection.' + 00x0C00030000030006: 'Очищенные нити накапливались в куче.' + 00x0C00030000030007: 'Возможные дефекты первого слоя.' + 00x0C00030000030008: 'Возможные дефекты спагетти.' + 00x0C0003000003000B: 'Осматриваем первый слой.' + 00x0C0003000003000D: 'Detected that the extruder may not be extruding normally. Please check and decide if printing should be stopped.' + 00x0C00030000030010: 'Your printer seems to be printing without extruding.' + 00x0C0003000003001A: 'Foreign object detection did not work, possibly due to manual interruption (e.g., tapping stop or opening the door in laser mode). You can ignore this if that''s the case. Otherwise, try restarting the printer or updating the firmware to restore the function.' + 00x0C0003000003001B: 'Possible spaghetti defects were detected. Please check the print quality and decide if the job should be stopped.' + 00x0C00040000010005: 'BirdsEye Camera malfunction: please contact customer support.' + 00x0C00040000010010: 'Failed to measure material thickness due to laser module malfunction.' + 00x0C00040000010011: 'Failed to measure material thickness: device parameters abnormal; please setup BirdsEye Camera again.' + 00x0C00040000010012: 'Live View Camera data link is abnormal.' + 00x0C00040000010013: 'The exposure parameters of the BirdsEye Camera are not effective; please try again.' + 00x0C00040000010014: 'Cutting Protection Base not detected, which may lead to heatbed damage. Please place it and continue.' + 00x0C00040000010015: 'Laser Protective Insert not detected. Please place it and continue.' + 00x0C00040000010016: 'Quick-release Lever is not locked. Please push it down to secure.' + 00x0C00040000010020: 'The visual marker on the heatbed is damaged, please contact after-sales.' + 00x0C00040000010025: 'The device malfunctioned; please restart.' + 00x0C00040000020002: 'Cutting Platform not detected. Please place the required mat for the task and continue.' + 00x0C00040000020003: 'The Laser Platform is not properly aligned. Please ensure all four corners are aligned with the heatbed.' + 00x0C00040000020004: 'The type of platform is not supported for this task. Please use the correct platform to continue.' + 00x0C00040000020007: 'BirdsEye Camera is setting up. Please clear all objects and remove the mat. Make sure the marker is not obstructed. Meanwhile, clean both the BirdsEye Camera and Toolhead Camera, and remove any foreign objects blocking their view.' + 00x0C00040000020008: 'Material not detected. Please confirm placement and continue.' + 00x0C00040000020017: 'The visual marker was not detected during PrintThenCut; please re-paste the material to the correct position. Meanwhile, please clean the Toolhead Camera to prevent contamination and remove any objects that may obstruct its view.' + 00x0C00040000020018: 'The Cutting Blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Assistant to check if the blade tip is worn.' + 00x0C00040000020019: 'The Birdseye Camera is installed offset. Please refer to the Wiki to reinstall it.' + 00x0C00040000020023: 'Thickness measurement failed, the Toolhead Camera was unable to detect the material surface.' + 00x0C00040000020026: 'Liveview Camera initialization failed, and some AI functions such as Spaghetti Detection will be disabled. Please restart the printer. If the problem persists, please contact customer support.' + 00x0C00040000020029: 'The Laser or Cutting module has not been calibrated. Please calibrate it on the printer first.' + 00x0C00040000020030: 'The rotary engraving accessory is placed incorrectly. Please adjust and reposition it.' + 00x0C00040000030018: 'The Cutting blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Wiki to check if the blade tip is worn.' + 00x0C00040000030024: 'The BirdsEye Camera position is detected to be offset. To ensure engraving accuracy, it is recommended to rerun the BirdsEye Camera Setup.' + 00x0C00040000030026: 'To improve flame detection accuracy, the right chamber light has been automatically turned off.' + 00x0C00040000030028: 'The Cutting Module offset calibration failed, which may result in inaccurate cuts. Please ensure the 80g white printer paper(letter paper thickness) is properly positioned and check whether the cutting blade tip is worn.' + 00x1200100000010001: 'The AMS %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1200100000010003: 'The AMS %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1200100000020002: 'Двигатель AMS%s Slot%s перегружен. Нить может запутаться или застрять.' + 00x1200200000020001: 'В разъеме AMS%s закончилась нить накала.' + 00x1200200000020002: 'AMS %s slot %s is empty; please insert a new filament.' + 00x1200200000020003: 'AMS %s slot %s filament may be broken in the PTFE tube.' + 00x1200200000020004: 'AMS %s slot %s filament may be broken in the tool head.' + 00x1200200000020005: 'AMS %s slot %s filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead.' 00x1200200000020006: 'Не удалось экструдировать нить AMS%s Slot%s, возможно, экструдер засорён или нить слишком тонкая, что приводит к проскальзыванию экструдера.' + 00x1200200000030001: 'AMS %s slot %s filament has run out. Purging the old filament; please wait.' 00x1200200000030002: 'В слоте AMS%s закончилась нить накаливания, и он автоматически переключился на слот с такой же нитью накаливания.' #NOTIFY END #CONTROL + 00x1200300000010001: 'AMS %s slot %s RFID coil is broken or the RF hardware circuit has an error.' + 00x1200300000010004: 'RFID cannot be read because of an encryption chip failure in AMS %s.' + 00x1200300000020002: 'The RFID-tag on AMS %s slot %s is damaged.' + 00x1200300000030003: 'AMS %s slot %s RFID cannot be read because of a structural error.' + 00x1200450000020001: 'The filament cutter sensor is malfunctioning. Please check whether the connector is properly plugged in.' + 00x1200450000020002: 'The filament cutter''s cutting distance is too large. The X motor may lose steps.' + 00x1200500000020001: 'AMS %s communication is abnormal; please check the connection cable.' + 00x1200510000030001: 'AMS is disabled; please load filament from spool holder.' + 00x1200700000010001: 'AMS %s Filament speed and length error: The slot %s filament odometry may be faulty.' + 00x1200800000020001: 'Нить накала в прорези AMS может запутаться или застрянуть.' + 00x12FF200000020001: 'Filament at the spool holder has run out; please insert a new filament.' + 00x12FF200000020002: 'Filament on the spool holder is empty; please insert a new filament.' + 00x12FF200000020004: 'Please pull the filament on the spool holder out from the extruder.' + 00x12FF200000020005: 'Filament may be broken in the tool head.' + 00x12FF200000020006: 'Failed to extrude the filament; the extruder may be clogged.' + 00x12FF200000020007: 'Не удалось проверить расположение нити в головке инструмента. Пожалуйста, нажмите для получения дополнительной помощи.' + 00x12FF200000030007: 'Checking the filament location of all AMS slots, please wait.' + 00x12FF800000020001: 'The filament on the spool holder may be tangled or stuck.' + 00x1800010000010001: 'The AMS-HT %s assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin.' + 00x1800010000010003: 'The AMS-HT %s assist motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800010000010004: 'The AMS-HT %s assist motor speed control is malfunctioning. The speed sensor may be faulty.' + 00x1800010000010005: 'AMS-HT %s The current sensor of assist motor may be faulty.' + 00x1800010000010011: 'AMS-HT %s The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800010000020002: 'The AMS-HT %s assist motor is overloaded. The filament may be tangled or stuck.' + 00x1800010000020006: 'AMS-HT %s The assist motor three-phase wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020007: 'AMS-HT %s The assist motor encoder wires are not connected. The assist motor connector may have poor contact.' + 00x1800010000020008: 'AMS-HT %s The assist motor phase winding has an open circuit. The assist motor may be faulty.' + 00x1800010000020009: 'AMS-HT %s The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty.' + 00x1800010000020010: 'AMS-HT %s The assist motor resistance is abnormal. The assist motor may be faulty.' + 00x1800010000020011: 'AMS-HT %s The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS.' + 00x1800020000010001: 'AMS-HT %s Filament speed and length error: The filament odometry may be faulty.' + 00x1800020000020002: 'AMS-HT %s The odometer has no signal. The odometer connector may have poor contact.' + 00x1800020000020003: 'AMS-HT %s filament odometer speed signal is abnormal. If you hear unusual noises or the filament fails to unload from the Auxiliary Extruder, please replace the filament odometer.' + 00x1800100000010001: 'The AMS-HT %s slot %s motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin.' + 00x1800100000010003: 'The AMS-HT %s slot %s motor torque control is malfunctioning. The current sensor may be faulty.' + 00x1800100000020002: 'The AMS-HT %s slot %s motor is overloaded. The filament may be tangled or stuck.' + 00x1800100000020004: 'AMS-HT %s The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000010081: 'Failed to read the filament information from AMS-HT %s slot %s. The AMS main board may be malfunctioning.' + 00x1800200000010082: 'Failed to read the filament information from AMS-HT %s slot %s. A non-official RFID tag was detected. You can try to use Bambu Lab filament.' + 00x1800200000010083: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged.' + 00x1800200000010084: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again.' + 00x1800200000010085: 'Failed to read the filament information from AMS-HT %s slot %s. RFID tag verification failed. You can try to use Bambu Lab filament.' + 00x1800200000010086: 'Failed to read the filament information from AMS-HT %s slot %s. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again.' + 00x1800200000020001: 'AMS-HT %s slot %s filament has run out. Please insert a new filament.' + 00x1800200000020002: 'AMS-HT %s slot %s is empty; please insert a new filament.' + 00x1800200000020003: 'AMS-HT %s slot %s''s filament may be broken in AMS-HT.' + 00x1800200000020004: 'AMS-HT %s slot %s filament may be broken in the tool head.' + 00x1800200000020005: 'AMS-HT %s slot %s filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head.' + 00x1800200000020006: 'AMS-HT %s has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged.' + 00x1800200000020007: 'AMS-HT %s slot %s feed-out Hall sensor is disconnected. The connector may have poor contact.' + 00x1800200000020008: 'AMS-HT %s slot %s feed-in Hall sensor is disconnected, which may be due to poor connector contact.' + 00x1800200000020009: 'Failed to extrude AMS-HT %s slot %s filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip.' + 00x180020000002000A: 'Failed to adjust the filament position of AMS-HT %s slot %s. The filament or buffer may be stuck.' + 00x1800200000020010: 'AMS-HT %s slot %s feeds filament out of AMS timeout.' + 00x1800200000020011: 'AMS-HT %s slot %s pulls filament back to AMS timeout.' + 00x1800200000020012: 'AMS-HT %s slot %s feeder unit motor is stalled, cannot rotate the spool.' + 00x1800200000020013: 'AMS-HT %s slot %s feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault.' + 00x1800200000020014: 'AMS-HT %s slot %s filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault.' + 00x1800200000020015: 'AMS-HT %s slot %s filament status is abnormal, which may be due to a filament breakage inside the AMS.' + 00x1800200000020016: 'AMS-HT %s slot %s assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again.' + 00x1800200000020017: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the printer.' + 00x1800200000020018: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near AMS.' + 00x1800200000020019: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between AMS and the filament buffer.' + 00x1800200000020020: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the filament buffer.' + 00x1800200000020021: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube between the filament buffer and the toolhead.' + 00x1800200000020022: 'AMS-HT %s slot %s assist motor is stalled, due to excessive resistance in the tube near the toolhead.' + 00x1800200000020023: 'AMS-HT %s slot %s the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament.' + 00x1800200000020024: 'AMS-HT %s slot %s failed to rotate the filament spool when pulling filament back to AMS.' + 00x1800200000020025: 'AMS-HT %s slot %s feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent.' + 00x1800200000020026: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the AMS and the filament track switch.' + 00x1800200000020027: 'AMS-HT %s assist motor overloaded. Excessive resistance in the filament tube between the filament track switch and the filament buffer.' + 00x1800200000030001: 'AMS-HT %s slot %s filament has run out. Please wait while old filament is purged.' + 00x1800200000030002: 'AMS-HT %s slot %s filament has run out and automatically switched to the slot with the same filament.' + 00x1800240000010007: 'AMS-HT %s door detection is abnormal, the Hall sensor connection may be loose or disconnected.' + 00x1800240000020009: 'AMS-HT %s front cover is open. This may affect the drying performance or cause the filament to absorb moisture.' + 00x1800250000020001: 'AMS-HT %s uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter.' + 00x1800260000020001: 'The induction hotend is heating up, and the drying power of AMS-HT %s will be reduced. Please connect the power adapter or wait until the hotend finishes heating.' + 00x1800300000010001: 'The AMS-HT %s RFID 1 board has an error.' + 00x1800300000010004: 'Encryption chip failure' + 00x1800300000020002: 'The RFID-tag on AMS-HT %s slot %s is damaged, or its content cannot be identified.' + 00x1800300000030003: 'RFID cannot be read because of a hardware or structural error.' + 00x1800350000010001: 'The temperature and humidity sensor has an error. The chip may be faulty.' + 00x1800350000010002: 'AMS-HT %s The humidity sensor is disconnected, which may be due to poor connector contact.' + 00x1800400000020001: 'AMS-HT %s Filament buffer position signal lost: the cable or position sensor may be malfunctioning.' + 00x1800450000020001: 'The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in.' + 00x1800450000020002: 'The filament cutter''s cutting distance is too large. The XY motor may lose steps.' + 00x1800500000020001: 'AMS-HT %s communication is abnormal; please check the connection cable.' + 00x1800510000030001: 'The AMS is disabled; please load filament from the spool holder.' + 00x1800550000010003: 'AMS-HT %s was detected offline during the AMS initialization process.' + 00x1800550000010004: 'The binding between AMS-HT %s and the extruder is incorrect. Please run the AMS Setup.' + 00x1800550000020001: 'A new AMS-HT detected. Please set it up to check which extruder the AMS-HT is connected to.' + 00x1800560000030001: 'AMS-HT %s is undergoing dry cooling; please wait for it to cool down before operating.' + 00x1800600000020001: 'The AMS-HT %s slot %s is overloaded. The filament may be tangled or the filament buffer may be stuck.' + 00x1800700000020001: 'Failed to pull out the AMS-HT %s slot %s filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder.' + 00x1800700000020002: 'Failed to feed the AMS-HT %s slot %s filament into the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020004: 'Failed to pull back the AMS-HT %s slot %s filament from the Toolhead. Possible cause: filament or spool stuck.' + 00x1800700000020005: 'Failed to feed the AMS-HT %s slot %s filament. Please trim the end of the filament and check if the spool is stuck.' + 00x1800700000020007: 'AMS-HT %s filament ran out. Please put a new filament into the same slot in AMS-HT %s and resume.' + 00x1800800000010001: 'AMS-HT %s The current sensor of heater %s is abnormal.' + 00x1800800000010002: 'AMS-HT %s The heater %s is disconnected, which may be due to poor connector contact.' + 00x1800800000010003: 'AMS-HT %s The heater %s is short-circuited, which may be due to a wiring short or heater damage.' + 00x1800800000010004: 'AMS-HT %s The heater %s is heating abnormally.' + 00x1800860000010004: 'AMS-HT %s is not correctly bound to the filament track switch. Please run AMS setup again.' + 00x1800900000010002: 'AMS-HT %s The coil resistance of exhaust valve %s is abnormal, which may be due to abnormal wiring or damage.' + 00x1800900000010003: 'AMS-HT %s The exhaust valve %s is not connected, which may be due to poor connector contact.' + 00x1800900000010004: 'The current sensor of AMS-HT %s exhaust valve %s is abnormal; please get in touch with customer support to replace the AMS-HT mainboard.' + 00x1800900000020001: 'AMS-HT %s The operation of the exhaust valve %s is abnormal, which may be due to excessive resistance.' + 00x1800920000010001: 'AMS-HT %s The cooling fan of heater %s is blocked, which may be due to the fan being stuck.' + 00x1800920000020002: 'AMS-HT %s The cooling fan speed of heater %s is too low, which could be due to excessive fan resistance.' + 00x1800920000020003: 'The AMS-HT %s heater %s cooling fan cannot start because the power adapter is not connected.' + 00x1800940000010001: 'AMS-HT %s The temperature sensor of heater %s is malfunctioning, which may be due to poor connector contact.' + 00x1800940000010002: 'AMS-HT %s heater %s temperature sensor has malfunctioned, resulting in abnormal temperature readings.' + 00x1800960000010001: 'AMS-HT %s The drying process may experience thermal runaway. Please turn off the AMS power supply.' + 00x1800960000010003: 'AMS-HT %s Unable to start drying; please pull out the filament from filament hub and try again.' + 00x1800960000020002: 'AMS-HT %s Environmental temperature is too low, which will affect the drying capability.' + 00x1800960000020004: 'AMS-HT %s The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater.' + 00x1800970000030001: 'AMS-HT %s chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed.' + 00x1800980000020001: 'AMS-HT %s The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter.' + 00x1800980000020002: 'AMS-HT %s The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter.' + 00x18FE800000020001: 'The lifting action is abnormal during the extruder switch. Please check whether the flow blocker is stuck or there is filament stuck in the toolhead.' + 00x18FF200000020001: 'External filament has run out; please load a new filament.' + 00x18FF200000020002: 'External filament is missing; please load a new filament.' + 00x18FF200000020004: 'Please pull the external filament from the extruder.' + 00x18FF700000020003: 'Please check if the material is coming out of the right nozzle. If not, gently push the material and try to extrude again.' + 00x1A00010000020001: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has no hotend installed, the corresponding rack slot contains a hotend, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020002: 'Error fetching/nesting the hotend in rack slot %s. Ensure the hotend holder has a hotend installed, the corresponding rack slot is empty, and manually move the toolhead to the machine center before continuing.' + 00x1A00010000020003: 'Error detected before induction hotend replacement: no hotend installed in slot %s on the rack.' + 00x1A00010000020004: 'Error detected before induction hotend replacement: a hotend is already installed in slot %s on the rack. Please remove it before continuing.' + 00x1A00010000020020: 'Abnormal condition detected while nesting the hotend in slot %s: a hotend is already installed. Please remove the existing one before clicking "Continue."' + 00x1A00010000020021: 'Abnormal condition detected while nesting the hotend in slot %s: no hotend detected on the toolhead. Please mount the hotend onto the toolhead before clicking "Continue."' + 00x1A00010000020022: 'Abnormal condition detected while nesting the hotend in slot %s. Please ensure no hotend is mounted on the toolhead and that a hotend is present in slot %s on the rack before clicking "Continue."' + 00x1A00010000020023: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detect the hotend on the toolhead. Please check whether there is any debris on the hotend heatsink surface or if the front magnet has fallen off. If not, recalibrate the induction hotend rack.' + 00x1A00010000020024: 'Abnormal condition detected while nesting the hotend in slot %s: the rack failed to detach the hotend from the toolhead. Please make sure the locking lever is in the released position.' + 00x1A00010000020025: 'Abnormal condition detected while nesting the hotend in slot %s: the hotend has dropped. Please check for excessive filament remaining at the top of the hotend, trim the residue, reinstall the hotend into slot %s on the rack, and then click "Continue."' + 00x1A00010000020026: 'Abnormal condition detected while nesting the hotend in slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020027: 'Abnormal condition detected while nesting the hotend in slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00010000020030: 'Abnormal condition detected while fetching the hotend from slot %s: no hotend found in this position. Please install a hotend in the corresponding slot before clicking "Continue."' + 00x1A00010000020031: 'Abnormal condition detected while fetching the hotend from slot %s: a hotend is already mounted on the toolhead. Please remove the hotend from the toolhead before clicking "Continue."' + 00x1A00010000020032: 'Error detected while fetching the hotend from slot %s: the toolhead failed to detect the hotend on the rack. Please check for any debris in the induction hotend mounting slot on the toolhead. If none is found, recalibrate the induction hotend rack.' + 00x1A00010000020033: 'Error detected while fetching the hotend from slot %s: the rack failed to mount the hotend properly. Please check for excessive filament at the top of the hotend, debris in the contact area between the toolhead and the hotend, or if the locking lever is in the released position. After resolving the issue, click "Continue."' + 00x1A00010000020034: 'Error detected while fetching the hotend from slot %s: the hotend has dropped. Please check for excessive filament or other debris at the top of the hotend, trim or remove it, then reinstall the hotend into slot %s on the rack and click "Continue."' + 00x1A00010000020035: 'Error detected while fetching the hotend from slot %s: rack movement is blocked. Please check for any foreign objects, remove them, and then click "Continue."' + 00x1A00010000020036: 'Error detected while fetching the hotend from slot %s: toolhead recentering retry failed. Please manually move the toolhead to the center of the build plate and then click "Continue."' + 00x1A00100000020001: 'Toolhead XY axis or hotend rack has not finished homing. Hotend replacement cannot proceed.' + 00x1A00110000020002: 'Hotend rack coarse homing failed. Please check for any obstructions.' + 00x1A00110000020003: 'Induction Hotend Rack coarse homing failed due to excessive travel. Please check the timing belt condition.' + 00x1A00120000020001: 'Induction hotend rack calibration failed: camera position calibration error. Please clean any debris from the thermal paper surface at the rear of the build plate and remove residue from the nozzle.' + 00x1A00120000020002: 'Induction hotend rack calibration failed: the white marker on the rack''s induction hotend docking module was not detected. Please refer to the Wiki to check if the marker is damaged or covered by dirt.' + 00x1A00120000020003: 'Induction hotend rack calibration failed: abnormal calibration result. Please refer to the Wiki to check if the rack structure is deformed.' + 00x1A00120000020004: 'Hotend rack height calibration is abnormal. Please check for any foreign objects that may be causing the rack to jam.' + 00x1A00120000020007: 'The hotend rack motion timed out. Please check for any foreign objects or obstructions that may be causing the rack to jam.' + 00x1A00120000020008: 'The hotend rack tool lock rod position is abnormal. Please check for any foreign objects or obstructions that may be causing the lock rod to jam.' + 00x1A00120000020009: 'Induction hotend locking lever or rack lever release mechanism error. Please refer to the Wiki for inspection.' + 00x1A00120000020010: 'The Induction Hotend Rack has not been set up. Please follow the instructions to complete the setup before using its functions.' + 00x1A00120000020011: 'Induction hotend not detected before locking. Please check its installation on the toolhead.' + 00x1A00130000020001: 'The hotend rack is fully occupied. Please remove at least one hotend before proceeding.' + 00x1A00200000020001: 'Power outage occurred during hotend replacement. Please follow the Wiki guide to restore the setup, otherwise printing may fail.' + 00x1A00210000010001: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend back to slot %s on the rack, then move the toolhead to the center of the build plate.' + 00x1A00210000010002: 'Power loss occurred while fetching/nesting the hotend. Please nest the hotend from slot %s on the rack back onto the toolhead, then move the toolhead to the center of the build plate.' + 00x1A00210000020001: 'Power loss occurred while fetching/nesting hotend. Check if the hotend is in slot %s on the rack. If not, nest it back to that slot and move the toolhead to the center of the build plate.' + 00x1A00210000020002: 'Power loss occurred while fetching/nesting the hotend. Check if it''s mounted on the toolhead. If not, fetch it from slot %s on the rack, nest it onto the toolhead, and move the toolhead to the center of the build plate.' + 00x1A00E00000010005: 'The Induction Hotend Rack is blocked by an obstacle during homing. Please clear any obstructions from its movement path.' + 00x1A00E00000010006: 'Induction Hotend Rack homing distance is too long. The timing belt may be loose. Please check and tighten.' ctl_top_t_temp_axis: 'Температура/Ось' ctl_top_t_filament: 'Нить' + ctl_top_t_hello: 'Привет, мир' ctl_t_part: 'Часть' ctl_t_aux: 'Aux' ctl_t_chamber: 'Камера' @@ -334,11 +1008,11 @@ ru-RU: ctl_t_speed_silent: 'Тихий' ctl_t_speed_standard: 'Стандарт' ctl_t_speed_sport: 'Спорт' - ctl_t_speed_ludicrous: 'Смехотворный' - ctl_t_extruder: 'Экструдер' - ctl_t_temp_high: 'Не выше, чем %ld℃' + ctl_t_speed_ludicrous: 'Смехотворный' + ctl_t_extruder: 'Экструдер' + ctl_t_temp_high: 'Не выше, чем %ld℃' ctl_t_filament_t_tip: 'кончик' - ctl_t_filament_tip: 'Перед загрузкой, пожалуйста, убедитесь, что нить накала вставлена в инструментальную головку.' + ctl_t_filament_tip: 'Перед загрузкой, пожалуйста, убедитесь, что нить накала вставлена в инструментальную головку.' ctl_t_to_load: 'загружать' ctl_t_to_unload: 'разгружать' ctl_t_heat_nozzle_temp: 'Нагрейте насадку' @@ -366,7 +1040,7 @@ ru-RU: mqtt_login_failed: | Не удается подключиться к принтеру! Возможно, «код доступа» указан неверно. Нажмите «Изменить», чтобы проверить и повторно ввести «код доступа». - Для устранения проблем с подключением отсканируйте QR-код. + Для устранения проблем с подключением отсканируйте QR-код. mqtt_never_connected: | Не удается подключиться к принтеру! Пожалуйста, убедитесь, что принтер включен и находится в той же локальной сети, что и Panda Touch, или нажмите «Изменить», чтобы проверить и повторно ввести «IP-адрес» и «SN». @@ -422,7 +1096,7 @@ ru-RU: sn: 'SN:' guid_unable_find: 'Не удается найти настройки вашего принтера?' guide_select_lang: 'Пожалуйста, выберите ваш язык Panda Touch' - guide_ota_not_finished: 'OTA еще не закончена' + guide_ota_not_finished: 'OTA еще не закончена' guide_ota_remind: | Пожалуйста, используйте компьютер, подключённый к той же сети Wi-Fi, это может быть компьютер или мобильное устройство с операционной системой, например iOS или Android. Ниже он называется «компьютером». • Введите IP-адрес Panda Touch в браузере компьютера, чтобы получить доступ к веб-интерфейсу, а затем нажмите кнопку «Обновить файл». @@ -432,17 +1106,17 @@ ru-RU: #GUID END #CLOUD START - tip_about_region: 'Пожалуйста, выберите регион перед входом в систему. Регион должен совпадать с регионом вашей учётной записи.' + tip_about_region: 'Пожалуйста, выберите регион перед входом в систему. Регион должен совпадать с регионом вашей учётной записи.' tip_del_account: 'Вам нужно удалить учётную запись? PandaTouch переведёт принтер, привязанный к этой учётной записи, в локальный режим.' - tip_input_phone: 'Пожалуйста, введите свой номер телефона' - tip_input_email: 'Пожалуйста, введите свой адрес электронной почты' + tip_input_phone: 'Пожалуйста, введите свой номер телефона' + tip_input_email: 'Пожалуйста, введите свой адрес электронной почты' t_region: 'Регион:' t_account: 'Счет:' t_password: 'Код:' t_region_china: 'Китай' t_region_global: 'глобальный' - tip_phone_incorrect: 'Введите действительный номер телефона' - tip_email_incorrect: 'Введите действительный адрес электронной почты' + tip_phone_incorrect: 'Введите действительный номер телефона' + tip_email_incorrect: 'Введите действительный адрес электронной почты' tip_account_not_reg: 'Не удалось войти в систему, эта учетная запись не зарегистрирована.' tip_password_incorrect: 'Не удалось войти в систему, пожалуйста, проверьте пароль.' tip_network_error: 'Не удалось войти в систему, пожалуйста, проверьте сеть.' @@ -467,8 +1141,8 @@ ru-RU: Пожалуйста, убедитесь, что принтер находится в той же локальной сети, что и Panda Touch. Пожалуйста, проверьте и повторно введите «IP-адрес» или «код доступа». tip_ftp_not_find: 'Файл не найден.' - tip_group_printer_cloud_mode: 'Принтер %d: %s работает в облачном режиме.' - tip_group_printer_local_mode: 'Принтер %d: %s работает в режиме локальной сети.' + tip_group_printer_cloud_mode: 'Принтер %d: %s работает в облачном режиме.' + tip_group_printer_local_mode: 'Принтер %d: %s работает в режиме локальной сети.' tip_group_work_in_cloud: 'Группа принтеров работает в облачном режиме.' tip_group_work_in_local: 'Группа принтеров работает в режиме локальной сети.' #CLOUD END @@ -486,7 +1160,7 @@ ru-RU: tip_reprint_printer: 'Вы хотите повторно распечатать файл на этом принтере?' tip_waiting_print_finished: 'Пожалуйста, завершите текущую задачу печати, прежде чем запускать новую.' tip_group_connected: '«Группа принтеров успешно подключена».' - tip_group_printer_disconnected: '«Принтер %d:%s был отключен.' + tip_group_printer_disconnected: '«Принтер %d:%s был отключен.' tip_group_printer_connecting: 'Принтер %d:%s подключается.' tip_group_printer_printing: 'Принтер %d:%s выполняет печать.' tip_group_printer_temp_too_high: 'Принтер %d:%s %d ℃.' @@ -498,12 +1172,16 @@ ru-RU: tip_group_temp_too_high_confirm: 'В группе есть принтеры, у которых температура горячего конца превышает 50 градусов. Выключение принтера может привести к засорению. Пожалуйста, подождите, пока горячий конец остынет, прежде чем выключать принтер. Вы хотите продолжить?' t_is_printing: 'Печатание' t_is_idle: 'Праздный' + t_table_header_index: '№' + t_table_header_device_name: 'Имя устройства' + t_table_header_status_task: 'Статус / Задача' + t_table_header_actions_connection: 'Действия и подключение' tip_enter_group_name: 'Пожалуйста, введите название группы:' - tip_move_confirm: 'Принтер/группа принтеров в данный момент выполняет печать и не может быть перемещен.' - tip_always_sleep: 'Эта операция может привести к повреждению экрана. Вы хотите продолжить?' + tip_move_confirm: 'Принтер/группа принтеров в данный момент выполняет печать и не может быть перемещен.' + tip_always_sleep: 'Эта операция может привести к повреждению экрана. Вы хотите продолжить?' tip_bind_power: | Пожалуйста, нажмите и удерживайте кнопку Panda PWR, пока не начнет мигать синий индикатор, - а затем приложите Panda Touch к корпусу Panda PWR для подключения. + а затем приложите Panda Touch к корпусу Panda PWR для подключения. tip_remove_keep_one: 'Пожалуйста, сохраните хотя бы один принтер.' tip_remove_printer_with_power: 'Этот принтер привязан к Panda PWR. Вы хотите продолжить его удаление?' tip_about_power: | @@ -515,7 +1193,7 @@ ru-RU: tip_auto_power_off_confirm: 'Ваш принтер выключится после завершения печати и остывания сопла до температуры ниже 50 °C.' t_auto_power_off: 'Автоматическое отключение питания:' t_min: 'Минута' - t_countdown: 'Обратный отсчет:' + t_countdown: 'Обратный отсчет:' t_power: 'Сила' tip_know_power: 'Что такое Panda PWR' tip_add_power: 'Добавить Panda PWR' @@ -527,17 +1205,17 @@ ru-RU: t_power_wifi: 'SSID Wi-Fi:' t_power_usb_follow: 'USB 1 Следите за подсветкой принтера:' t_usb_config_off: 'выключенное состояние' - t_usb_config_on: 'На' - t_must_high: 'Входное значение должно быть больше, чем %ld' + t_usb_config_on: 'На' + t_must_high: 'Входное значение должно быть больше, чем %ld' t_must_less: 'Входное значение должно быть меньше %ld' - t_power_printer_no: 'Нет.' - tip_confirm_bind_power: 'Принимаете ли вы обязательства от Panda PWR?' - tip_confirm_unbind_power: 'Вы хотите отвязаться от Panda PWR?' + t_power_printer_no: 'Нет.' + tip_confirm_bind_power: 'Принимаете ли вы обязательства от Panda PWR?' + tip_confirm_unbind_power: 'Вы хотите отвязаться от Panda PWR?' t_reset_power_usage: | RST - Usage - t_reset_power_usage_print: 'ПЕРВОЕ использование' - tip_confirm_reset_power_usage: 'Вы хотите сбросить уровень энергопотребления?' + Usage + t_reset_power_usage_print: 'ПЕРВОЕ использование' + tip_confirm_reset_power_usage: 'Вы хотите сбросить уровень энергопотребления?' t_auto_off: 'Автоматическое выключение' t_power_off_all: 'Вы хотите закрыть принтеры, подключенные к PWR в группе?' t_pwr_has_been_bind: 'тот PWR был привязан к принтеру %s. Пожалуйста, отвяжите его перед продолжением работы.' @@ -550,25 +1228,34 @@ ru-RU: t_history_weight: 'Вес' t_history_only_cloud: 'Поддерживается только облачный режим' t_history_not_find: 'Не найти' - t_default_directory: 'Принтер-Каталог по умолчанию' - t_reboot_take_effect: 'Нужна перезагрузка, чтобы она вступила в силу, вы хотите продолжить?' - t_send_code: 'Отправить код' - tip_send_code: 'Введите код' - tip_error_code_length: 'Длина кода должна быть равна 6' - tip_error_code: 'Код не существует или срок его действия истек; пожалуйста, запросите новый проверочный код.' - tip_error_send_code: 'Не удалось отправить код, пожалуйста, проверьте его в Интернете.' - tip_loading_thumbnail: 'Загрузка данных с принтера. Пожалуйста, подождите секунду.' - t_sd_enhanced_load_thumbnails: 'Улучшенное отображение миниатюр' - tip_enhanced_load_effect: 'Если вы начнёте печать с USB-накопителя или SD-карты, это приведёт к длительной задержке, и эффект проявится после перезагрузки. Продолжить?' - tip_not_higher: 'Not higher than %d.' - tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' - tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' - tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' - tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' - tip_dry_completed: 'Drying completed.' - tip_dry_not_support: 'Not support for A1, A1-mini.' + t_default_directory: 'Принтер-Каталог по умолчанию' + t_reboot_take_effect: 'Нужна перезагрузка, чтобы она вступила в силу, вы хотите продолжить?' + t_send_code: 'Отправить код' + tip_send_code: 'Введите код' + tip_error_code_length: 'Длина кода должна быть равна 6' + tip_error_code: 'Код не существует или срок его действия истек; пожалуйста, запросите новый проверочный код.' + tip_error_send_code: 'Не удалось отправить код, пожалуйста, проверьте его в Интернете.' + tip_loading_thumbnail: 'Загрузка данных с принтера. Пожалуйста, подождите секунду.' + t_sd_enhanced_load_thumbnails: 'Улучшенное отображение миниатюр' + tip_enhanced_load_effect: 'Если вы начнёте печать с USB-накопителя или SD-карты, это приведёт к длительной задержке, и эффект проявится после перезагрузки. Продолжить?' + tip_not_higher: 'Not higher than %d.' + tip_dry_step1: '#%x Step1:# Remove anything that may be under or above the hotbed to avoid collisions with the hotbed, and remove filament from the tool head to avoid risk of clogging.' + tip_dry_step2: '#%x Step2:# Click the "Prepare" button to move the tool head and hot bed to the preset position.' + tip_dry_step3: '#%x Step3:# Place the filament on the hot bed as shown in the figure. (Closing the lid ensures better drying effect, the lid can be printed by PC or boxed).' + tip_dry_step4: '#%x Step4:# Select the filament type, set the hot bed temperature and drying time, and click the "Start" button. (Flip the filament halfway through drying ensures better drying effect.)' + tip_ams_dry_stop: 'Вы уверены, что хотите остановить сушку AMS?' + tip_dry_completed: 'Drying completed.' + tip_dry_not_support: 'Not support for A1, A1-mini.' tip_dry_printer_printing: 'The printer is printing.' tip_skip_obj_selected: '#ff0000 %d# objects is selected' tip_dry_ing: 'Drying' tip_dry_prepare_ok: 'Ready, please check if the printer tool head has returned to the preset position before clicking start.' -#NEW ADD END \ No newline at end of file +#NEW ADD END +# AUTO-FILLED MISSING KEYS START + tip_firmware_incompatible: | + Your Bambu machine is running firmware version %s or above + This firmware implements an authentication mechanism that requires Bambu to approve who can send control commands to your machines if you are operating in cloud mode. + To regain full control of your machine using the Panda Touch, please change to LAN-only, developer mode from your stock bambu screen. + Alternately, you can roll back to an earlier firmware version using the bambu handy app. + tip_firmware_incompatible_reduced: 'Режим только чтения. Для полного управления включите LAN-only developer mode или откатите прошивку принтера.' +# AUTO-FILLED MISSING KEYS END