Basic Information:
Printer Model: Ender 5 Plus Micro Swiss Direct Drive Extruder
MCU / Printerboard: Creality 2.2.1 Silent Board
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:
I switched from Marlin and Octopi to Klipper and Mainsail.
Trying to get my config to work. Every movement works besides the extruder.
It will not respond to any input.
This are my extruder configs:
[extruder]
step_pin: PA4
dir_pin: PA6
enable_pin: !PA2
microsteps: 16
rotation_distance: 24.395
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: PB4
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PK5
control: pid
pid_Kp: 21.527
pid_Ki: 1.063
pid_Kd: 108.982
min_temp: 0
max_temp: 260
max_extrude_only_distance: 101
min_extrude_temp: 185
Would appreciate every help.