Basic Information:
Printer Model: Ender 5 Plus
MCU / Printerboard: SKR mini E3 V3
klippy.log (1.6 MB)
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:
Yestereday I received my new Orbiter V2 extruder and this morning I’ve tried to install and configure. Since I’m not sure if the existing cable connector on the Orbiter has the pins in the right position, I’ve used 4 dupont wires (cables on the right)
to connect the Orbiter plug with existing E cable on the Ender 5 Plus.
I tried several combination based on SKR mini E3 v3 pinout and LDO Motor documentation but I always get this error message from Klipper
TMC ‘extruder’ reports error: DRV_STATUS: 800c0060 s2vsb=1(ShortToSupply_B!) ola=1(OpenLoad_A!) cs_actual=12 stst=1
Changing different matches only change the ShortToSupply_ and OpenLoad_ output with A and B but nothing more. Here below the Klipper configuration I’ve used
[extruder]
step_pin: PB3
dir_pin: !PB4
enable_pin: !PD1
microsteps: 16
rotation_distance: 4.637 #Orbiter v2
full_steps_per_rotation: 200 #Orbiter v2
nozzle_diameter: 0.400
filament_diameter: 1.750
max_extrude_only_distance: 800
max_extrude_only_velocity: 120 #Orbiter v2
heater_pin: PC8
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PA0
control: pid
pid_Kp: 27.023
pid_Ki: 1.296
pid_Kd: 140.857
min_temp: 0
max_temp: 280
[tmc2209 extruder]
uart_pin: PC11
tx_pin: PC10
interpolate: true #LDO Motor Orbiter v2
uart_address: 3
sense_resistor: 0.11
run_current: 0.650 #Standard NEMA17
#run_current: 0.4
stealthchop_threshold: 0
Sounds like I missed the right mapping between the Orbiter pins and the MB connector. Someone knows the right match between Orbiter colors Blue Yellow Green Red and the SKR mini E3 v3 pins 2B 1B 1A 2A?