Problemas al conectar klipper a skr pico con opi zero 2w

Basic Information:

Printer Model: anet a2
MCU / Printerboard:skr pico
Host / SBC
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:

Buenas tardes, primero de todo gracias por perder un momento en leer esto. He configurado la skr con los 2 firm que proporciona skr en github. El firmware uart y usb. Con los 2 tengo el mismo desenlace, mainsail detecta el mcu pero me da el siguiente error:
reporta Klipper: ERROR

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

proporciono mi archivo print y el log de klippy por si pudieran orientarme ya que llevo toda la mañana probando configuraciones y me siento bloqueado.
print.cfg

[include mainsail.cfg]

[mcu]
serial = /dev/serial/by-id/usb-Klipper_rp2040_454741505A86C75A-if00

[virtual_sdcard]
path: /home/orangepi/printer_data/gcodes
on_error_gcode: CANCEL_PRINT

[printer]
kinematics: cartesian
max_velocity: 300
max_accel: 3000
max_z_velocity: 5
max_z_accel: 100

[stepper_x]
step_pin: gpio11
dir_pin: !gpio10
enable_pin: !gpio12
microsteps: 16
rotation_distance: 40
endstop_pin: ^gpio4
position_endstop: 0
position_max: 235
homing_speed: 50

[tmc2209 stepper_x]
uart_pin: gpio9
tx_pin: gpio8
uart_address: 0
run_current: 0.580
stealthchop_threshold: 999999

[stepper_y]
step_pin: gpio6
dir_pin: !gpio5
enable_pin: !gpio7
microsteps: 16
rotation_distance: 40
endstop_pin: ^gpio3
position_endstop: 0
position_max: 235
homing_speed: 50

[tmc2209 stepper_y]
uart_pin: gpio9
tx_pin: gpio8
uart_address: 2
run_current: 0.580
stealthchop_threshold: 999999

[stepper_z]
step_pin: gpio19
dir_pin: gpio28
enable_pin: !gpio2
microsteps: 16
rotation_distance: 8
endstop_pin: ^gpio25
position_endstop: 0.0
position_max: 250

[tmc2209 stepper_z]
uart_pin: gpio9
tx_pin: gpio8
uart_address: 1
run_current: 0.580
stealthchop_threshold: 999999

[extruder]
step_pin: gpio14
dir_pin: !gpio13
enable_pin: !gpio15
microsteps: 16
rotation_distance: 33.500
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: gpio23
sensor_type: EPCOS 100K B57560G104F
sensor_pin: gpio27
control: pid
pid_Kp: 21.527
pid_Ki: 1.063
pid_Kd: 108.982
min_temp: 0
max_temp: 250

revisando las conexiones fisicas he comprobado que el fusible que trae la skr pico esta quemado, buscare uno para reemplazarlo y os comento cualquier cosa pero estoy seguro mi problema es debido a eso. Tengo fresca la configuracion en la orangepi zero 2w si alquien tiene dificultades que se ponga en contacto ya que uart0 no se puede usar y hay que habilitar en el archivo conf de la orangepi el uart 5 en los pines ph12 y ph13 rx-tx

This is an English-speaking place. Please use some translator if required and also fill out the template as requested in your initial post.

3 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.