Basic Information:
Printer Model: Experimental trident printer
MCU / Printerboard: Manta E3EZ
Host / SBC CB1 (no emmc)
klippy.log klippy.log (448.9 KB)
Klipper config:
#########################################
#PRINTER CONFIGURATION
#########################################
[printer]
kinematics: corexy
max_velocity: 300
max_accel: 3000
max_z_velocity: 5
max_z_accel: 100
#########################################
#MCU CONFIGURATION
#########################################
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_hurakan-if00
#########################################
#STEPPERS CONFIGURATION
#########################################
[stepper_x]
step_pin: PA14
dir_pin: !PA10
enable_pin: !PA13
microsteps: 16
rotation_distance: 40
endstop_pin: ^PC4
position_endstop: 0
position_max: 235
homing_speed: 50
[stepper_y]
step_pin: PC8
dir_pin: !PA15
enable_pin: !PC14
microsteps: 16
rotation_distance: 40
endstop_pin: ^PB0
position_endstop: 0
position_max: 235
homing_speed: 50
[stepper_z]
step_pin: PD2
dir_pin: PD4
enable_pin: !PD3
microsteps: 16
rotation_distance: 8
endstop_pin: ^PC6
position_endstop: 0
position_max: 270
[extruder_z1]
step_pin: PB7
dir_pin: PB6
enable_pin: !PB4
microsteps: 16
nrotation_distance: 8
endstop_pin: ^PC6
position_endstop: 0
position_max: 270
#########################################
#STEPPERS CONFIGURATION
#########################################
[tmc2209 stepper_x]
uart_pin: PB8
#diag_pin: PC4
run_current: 0.800
stealthchop_threshold: 999999
[tmc2209 stepper_y]
uart_pin: PC9
##diag_pin: PB0
run_current: 0.800
stealthchop_threshold: 999999
[tmc2209 stepper_z]
uart_pin: PD0
#diag_pin: PC6
run_current: 0.650
stealthchop_threshold: 999999
[tmc2209 stepper_z1]
uart_pin: PB5
#diag_pin: PC6
run_current: 0.800
stealthchop_threshold: 999999
[tmc2209 extruder]
uart_pin: PD1
run_current: 0.800
stealthchop_threshold: 999999
#########################################
#EXTRUDER CONFIGURATION
#########################################
[extruder]
step_pin: PD5
dir_pin: !PD6
enable_pin: !PB3
microsteps: 16
rotation_distance: 33.500
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: PB11 #HE0
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PA4 #TH0
control: pid
pid_Kp: 21.527
pid_Ki: 1.063
pid_Kd: 108.982
min_temp: -100
max_temp: 250
#########################################
#HEATER BED CONFIGURATION
#########################################
[heater_bed]
heater_pin: PB2 #HB
sensor_type: EPCOS 100K B57560G104F #Generic 3950
sensor_pin: PA3 #TB
control: watermark
min_temp: -100
max_temp: 130
#########################################
#FANS CONFIGURATION
#########################################
[fan]
pin: PA8
[temperature_fan MCU]
pin: PB15
control: watermark
max_delta: 1
sensor_type: temperature_host
min_temp: 0
max_temp: 100 i
target_temp: 45
Describe your issue:
Hello, I am trying to change the E1 EZ2209 driver to drive another Z axis stepper instead of the extruder motor. It seems like Klipper is recognizing that the E1 driver is only an extruder driver.
Is it possible to change the stepper type in the config so that Klipper can drive the E1 stepper as a regular stepper not an extruder stepper