-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m8p / cb1 extruder not working #113
Comments
I have same issue. Stepper motor and wiring are good but on M5-M8 extruder not working. Any one have some solutions ? |
Have you done your configuration checks? Looking at klippy log, it looks like your extruder is not hot enough. As a safety feature Klipper won't allow the extruder to work below a certain temp. You can check to see that the motor is working by verifying your stepper motors. Use STEPPER_BUZZ command. For extruder it will be (STEPPER=extruder). Make sure there is no filament loaded before doing so. Otherwise bring up your heater to extruder temps and then try extruding some material. |
@Seriy2103 When setting up Klipper. This step is important, as it allows you to safely verify everything is working without damaging your printer and/or its components. |
I did everything as described in the guide, nothing helped. Most likely, something is wrong with the pins step_pin, dir_pin and enable_pin. Everything else works correctly. |
can not get the extruder to work. if i plug the extruder motor in to one of the axis’s motor it moves . so motor is good. i have the extruder plugged into motor 5 on the board. i have checked wiring. no breaks and wired correctly, board pins good.
Motor5
[extruder]
step_pin: PG13
dir_pin: PG12
enable_pin: !PG15
microsteps: 16
rotation_distance: 33.500
full_steps_per_rotation:200
nozzle_diameter: 0.4
filament_diameter: 1.75
heater_pin: PA0 # HE0
sensor_pin: PB0 # T0
sensor_type: Generic 3950
control: pid
pid_Kp: 22.2
pid_Ki: 1.08
pid_Kd: 114
min_temp: 0
max_temp: 250
klippy (3).log
The text was updated successfully, but these errors were encountered: