Basic Information:
Printer Model: Ender 3 V2
MCU / Printerboard: 4.2.2
klippy.log
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
…
First of all my thanks to all you folks programming these marvels and helping out and supporting all this!!
Ender 3 V2
used kiauh (with defaults) in hope it guides me to a smooth installation.
installed:
klipper
mainsail
fluidd
moonraker
pgcode
However,
Klipper reports: STARTUP
Printer is not ready
The klippy host software is attempting to connect. Please
retry in a few moments.
log complains about
Unable to open serial port: [Errno 2] could not open port /dev/serial/by-id/: [Errno 2] No such file or directory: ‘/dev/serial/by-id/’
I tried all 4 on my Pi 3B
lsusb shows Device # did change when plugged into another USB port .
Bus 001 Device 004: ID 1a86:7523 QinHeng Electronics CH340 serial converter
Bus 001 Device 006: ID 1a86:7523 QinHeng Electronics CH340 serial converter
etc
ls /dev/serial/by-id/*
shows
/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
as it is already in the
/home/admin/klipper/config/printer-creality-ender3-v2-2020.cfg
file:
[mcu]
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
restart_method: command
changed serial in
/home/admin/printer_data/config/printer.cfg
to
[mcu]
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
resarted, firmware restarted, Pi restarted
this made things worse, now says:
mcu ‘mcu’: Unable to connect
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
I cannot even find the serial settings in the Klipper menue, to maybe chage the baud rate etc.
Tried self-help,
https://www.klipper3d.org/Installation.html
talks about octoprint which I don’t have
What am I doing wrong???
tried to attach a few screenshots, discourse won’t let me.
klippy.jamesbond03.zip (9.7 KB)