- Printer Model
- Voron 2.4
- Extruder Type
- Other
- Cooling Type
- Stealthburner
Hi
I have a problem with the XY motors as I have configured the XY motor with rotation_distance: 32 but when verifying in X it makes the whole distance but when verifying the Y it does not do it for Y and for this to reach the whole distance I have to put it in rotation_distance: 30.6 the problem is that when I see when I move any of the two there is a loss of steps.
Motor specifications
Manufacturer Part Number: 17HS19-2004S1-H
Motor Type: Bipolar Stepper
Step Angle: 1.8deg
Holding Torque: 59Ncm(83.6oz.in)
Rated Current/phase: 2.0A
Phase Resistance: 1.5ohms
Inductance: 3.0mH±20%(1KHz)
Insulation Class: H 180C(356F)
Printer and motor config
I have a problem with the XY motors as I have configured the XY motor with rotation_distance: 32 but when verifying in X it makes the whole distance but when verifying the Y it does not do it for Y and for this to reach the whole distance I have to put it in rotation_distance: 30.6 the problem is that when I see when I move any of the two there is a loss of steps.
Motor specifications
Manufacturer Part Number: 17HS19-2004S1-H
Motor Type: Bipolar Stepper
Step Angle: 1.8deg
Holding Torque: 59Ncm(83.6oz.in)
Rated Current/phase: 2.0A
Phase Resistance: 1.5ohms
Inductance: 3.0mH±20%(1KHz)
Insulation Class: H 180C(356F)
Printer and motor config
Code:
[printer]
kinematics: corexy
max_velocity: 300
max_accel: 4000
max_z_velocity: 15
max_z_accel: 350
square_corner_velocity: 5.0
...
#################################
# Stepper X
#################################
[stepper_x]
step_pin: PF13
dir_pin: !PF12
enable_pin: !PF14
rotation_distance: 32
microsteps: 32
full_steps_per_rotation:200
endstop_pin: PG6
position_min: 0
position_endstop: 350
position_max: 350
homing_speed: 70
homing_retract_dist: 5
homing_positive_dir: True
[tmc2209 stepper_x]
uart_pin: PC4
interpolate: true
run_current: 1
sense_resistor: 0.110
stealthchop_threshold: 0
#################################
# Stepper Y
#################################
[stepper_y]
step_pin: PG0
dir_pin: PG1
enable_pin: !PF15
rotation_distance: 32
microsteps: 32
full_steps_per_rotation:200
endstop_pin: PG9
position_min: 0
position_endstop: 350
position_max: 350
homing_speed: 70
homing_retract_dist: 5
homing_positive_dir: True
[tmc2209 stepper_y]
uart_pin: PD11
interpolate: true
run_current: 1
sense_resistor: 0.110
stealthchop_threshold: 0