Raptor 2
BIQU Manta M8P with CB1 and EBB36
I keep having layer shift on the Y axis. I was planning to add an extra stepper to the Y since I increased the bed from 400 to 800.
I set everything up in Klipper and connect a stepper to motor 5 without mounting it, but then the Y didn’t move. Then I switched the cable on motor 4 and motor 5 and Y is working, but the motor I have not mounted only turns when there is movement on the Z axis.
Right now I have motor 5 connected to stepper Y and motor 4 connected to the unmounted stepper that turns when Y is moving.
Here is my settings in Printer.cfg
Motor1
[stepper_x]
step_pin: PE6
dir_pin: PE5
enable_pin: !PC14
microsteps: 16
rotation_distance: 40
endstop_pin: ^!PF4
position_endstop: 0
position_max: 400
homing_speed: 50
Motor2
[stepper_z]
step_pin: PE2
dir_pin: !PE1
enable_pin: !PE4
microsteps: 16
rotation_distance: 4
endstop_pin: probe:z_virtual_endstop
position_max: 675
homing_speed: 50
position_min: -5.0
second_homing_speed: 3
homing_retract_dist: 5
Motor3
[stepper_z1]
step_pin: PB8
dir_pin: !PB7
enable_pin: !PE0
microsteps: 16
rotation_distance: 4
Motor4
[stepper_y]
step_pin: PB4
dir_pin: !PB3
enable_pin: !PB6
microsteps: 16
rotation_distance: 40
endstop_pin: ^!PF3
position_endstop: 0
position_max: 800
homing_speed: 50
Motor5
[stepper_y1]
step_pin: PG13
dir_pin: !PG12
enable_pin: !PG15
microsteps: 16
rotation_distance: 40
#motor1
[tmc5160 stepper_x]
cs_pin: PC13
interpolate: False
run_current: 1.5
hold_current: 1.0
sense_resistor: 0.033
spi_software_mosi_pin: PG6
spi_software_miso_pin: PG7
spi_software_sclk_pin: PG8
stealthchop_threshold: 0
#motor2
[tmc5160 stepper_z]
cs_pin: PE3
interpolate: False
run_current: 1.5
hold_current: 1.0
sense_resistor: 0.033
spi_software_mosi_pin: PG6
spi_software_miso_pin: PG7
spi_software_sclk_pin: PG8
stealthchop_threshold: 0
#motor3
[tmc5160 stepper_z1]
cs_pin: PB9
interpolate: False
run_current: 1.5
hold_current: 1.0
sense_resistor: 0.033
#driver_SGT: 0
spi_software_mosi_pin: PG6
spi_software_miso_pin: PG7
spi_software_sclk_pin: PG8
stealthchop_threshold: 0
#motor4
[tmc5160 stepper_y]
cs_pin: PB5
interpolate: False
run_current: 1.9
hold_current: 1.0
sense_resistor: 0.033
spi_software_mosi_pin: PG6
spi_software_miso_pin: PG7
spi_software_sclk_pin: PG8
stealthchop_threshold: 0
#motor5
[tmc5160 stepper_y1]
cs_pin: PG14
interpolate: False
run_current: 1.9
hold_current: 1.0
sense_resistor: 0.033
spi_software_mosi_pin: PG6
spi_software_miso_pin: PG7
spi_software_sclk_pin: PG8
stealthchop_threshold: 0
klippy.log (64.7 KB)