MCU版本太低 可以看出报错原因是MCU version低,也就是说我们需要重新给打印机主板刷写新版本的KLIPPER固件。本文使用的主板为MKS GEN_L V2.1,上位机为香橙派ZERO LTS,其他型号操作类似。 打开KLIPPER官方说明书,方便复制指令, 官方指南 翻到Building and flashing the micro-controller主题下,连接PI进行操作。 在执行...
“mcu ‘mcu’: Unable to connect Once the underlying issue is corrected, use the"FIRMWARE_RESTART” command to reset the firmware, reload theconfig, and restart the host software. Error configuring printer" I am very much at a loss here… migukilu December 29, 2022, 7:30pm 2 Home...
Can not update MCU 'mcu' config as it is shutdown Once the underlying issue is corrected, use the "FIRMWARE_RESTART" command to reset the firmware, reload the config, and restart the host software. Error configuring printer My setup: Pi 3b+ new SKR 1.4 turbo board with TMC2009 Tronxy X5...
Cancel any ongoing prints but stay connected to the printer Please note that if you choose this, OctoPrint will still disconnect from the printer in case of fatal errors reported by your firmware (e.g. kill() called, fatal:). this serial port (/dev/ttyACM0) was first in the printer.cf...
klipper默认通信波特率是250000,当时怀疑是通信速率过快,主板来不及接收。 于是把波特率更改为112500 编译设置 配置文件设置 结果问题依然出现,排除这个可能性 2.usb方口线的干扰 更换4根带屏蔽方口线,结果问题依然出现,排除这个可能性。 同时也去除过usb线的5v供电,问题依旧,并不是usb电压干扰的问题。
Step 6: Configuring Klipper nano ~/printer.cfg copy the following to the printer.cfg. [stepper_x] step_pin: PB8 dir_pin: PB6 enable_pin: !PB9 microsteps: 16 rotation_distance: 40 endstop_pin: ^PA3 position_endstop: 0 position_max: 235 ...
Once the underlying issue is corrected, use the "FIRMWARE_RESTART" command to reset the firmware, reload the config, and restart the host software. Error configuring printer Tried using ls /dev/serial/by-id/* but no such file or directory ...
Recv: // Error configuring printer Recv: !! Can not update MCU 'mcu' config as it is shutdown Recv: ok Recv: // Can not update MCU 'mcu' config as it is shutdown Recv: // Once the underlying issue is corrected, use the Recv: // "FIRMWARE_RESTART" command to reset the firmware...
printer.mmu.enabled:{bool} True if MMU is enabledprinter.mmu.is_locked:{bool} True if MMU is paused after an error DEPRECATED: use print_job_stateprinter.mmu.is_homed:{bool} True if MMU has been homedprinter.mmu.tool:{int} 0..n | -1 for unknown | -2 for bypassprinter.mmu.gate...
Also if needed, you can adjust everything on the go when the printer is running by using theAUTOTUNE_TMCmacro in the Klipper console. All previous parameters are available: AUTOTUNE_TMC STEPPER=<name> [PARAMETER=<value>] User-defined motors ...